--
Hi,
I want to get a reference to another servlet ( this is already loaded
when jserv starts-Startup Servlet)
myServlet some_name = (myServlet)
getServletConfig().getServletContext().getServlet("servletAliasNameFromZone");
Does this instance loaded by system class loader?? (I mean two instances
of same servlet load from the servlet class
loader and system class loader??)
All I can see is that in the JServServletManager returns JServContext if
servlet is already loaded. So I guess I am
talking to the servlet that loaded by servlet class loader. (hope I am
right)
I am just trying to call method BB of servlet B from servlet A.
Thank you in advance for any clarifications
Anil
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]