What's the easiest way to add Java servlets to a WAMP configured machine?

Posted by Rhubarb on Stack Overflow See other posts from Stack Overflow or by Rhubarb
Published on 2010-05-12T01:34:02Z Indexed on 2010/05/12 1:44 UTC
Read the original article Hit count: 176

Filed under:
|
|
|
|

I have WAMP installed on my local machine and am looking to serve up charts using jFree's Eastwood charting, which requires me to use servlets. So basically I will insert images with src tags that have URLs pointing to my servlet on the same machine.

What's the easiest way to enable servlets on the same machine? Do I need to install a servlet server on a different port? Or is there a way to integrate it into WAMP?

© Stack Overflow or respective owner

Related posts about servlets

Related posts about java