I am not exactly clear on what you are trying to do Shashank, so please excuse me if I am misunderstanding. However, you don't need a JSP to get data from a servlet. Why can't you invoke the servlet by using a form action, link, button or even
applet which invokes the servlet? The servlet could then generate an updated HTML page using HttpServletResponse.
Since JSPs make ideal front-ends to a servlet though, what is preventing you from downloading and installing the opensource
Tomcat Servlet Container which supports both servlets and JSPs? (www.jakarta.apache.org/tomcat/index.html).