View Single Post
  #4 (permalink)  
Old 06-24-2008, 04:24 PM
chilljava chilljava is offline
Member
 
Join Date: Jun 2008
Posts: 3
chilljava is on a distinguished road
HttpServletRequest myServletReq = new myHttpServletRequest();
create a class with name myHttpServletRequest implements HttpServletRequest, and implement its methods.

yes there are many other softwares where you can run servlet, there are few light weight containers which will just run your servlet. try jetty server, or winstone server.
Reply With Quote