pro_jsp thread: JSP talking to Servlet Object
We have a servlet which comes up as soon as our webserver(Apache) is started. Later, when a client requests for a .jsp page, this jsp page should talk to the already created servlet object , rather than creating it's own instance of the servlet by using <jsp:bean> Does anybody have an idea how we could get a reference to the servlet object. Regards, Subha
|





