> From: IT Desk [mailto:[EMAIL PROTECTED] 
> Subject: Re: Server side forward across different webapps?
> 
> You have to get the ServletContext of the other web app.
> Use your current servletContext and call getContext() with the uripath
> of the other web app.

Note that you must set the crossContext attribute to true in your
<Context> element for this to work.  See the following for more details:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to