|
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.
|