Server side forward across different webapps?
- From: "Caldarale, Charles R" <Chuck.Caldarale (at) unisys.com>
- Date: Thu, 7 Dec 2006 13:03:08 -0600
> From: IT Desk [mailto:ask (at) dataeffects.com]
> 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 (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org