Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: JSP talking to Servlet Object


Message #1 by "Subha" <subha@i...> on Fri, 3 Nov 2000 04:40:46 -0000
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

  Return to Index