>>> "[Steven Shaw]" <[EMAIL PROTECTED]> 15-May-01 4:38:19 PM
>>>
>If I have a servlet loaded and running, can I
>call another servlet and use it to access public,
>static or whatever data members from the first one?
You can get at static stuff. The access level will depend on the
usual namespace rules.
You can't call any instance method though... Instead you can pass the
request from one servlet to another by using a RequestDispatcher.
Use of RDs is well documented in the archives and in the resources
listed below so check them out rather than asking here.
Nic Ferrier
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html