> From: IT Desk [mailto:ask@(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@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)