Hi,

I want to develop 2 servlets that share a particular object.  I've managed to do this 
successfully using Tomcat, which uses version 2.2 of the Servlet API.
To do this I use getAttribute and setAttribute methods of the ServletContext object.

My problem is that I need to implement the same functiionality using Oracle's latest 
Web Application Server.  Their server implements Apache Jserv which implements version 
2.0 (I think) of the servlet API.

In this version there is a getAttribute method but no setAttribute method.  I'm not 
even sure if the getAttribute method implements the same functioanlity as it's 2.2 
equivalent.

Any idea's on how to implement the 2.2 functionality described above using Apache 
Jserv??

Thanks in anticipation,
Mick M

*******************************************************************
The information contained in this email and any files attached may
be confidential information to the intended recipient and may be
the subject of legal privilege or public interest immunity.

If you are not the intended recipient, any use, disclosure or
copying is unauthorised.

If you have received this document in error please telephone
+61 2 6243 5666.

*******************************************************************
This footnote also confirms that this email message has been swept
by MIMEsweeper for the presence of computer viruses.
*******************************************************************

___________________________________________________________________________
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

Reply via email to