> From: Eugene Wong [mailto:[EMAIL PROTECTED] 
> Subject: [Deployment] Tomcat 5.5, Single war into multiple apps
> 
> \conf\Catalina\localhost\fooTest.xml and fooProduction.xml
> 
> <Context path="/fooTest" reloadable="true">
> 
> <Context path="/fooProduction" reloadable="true">

Take out the path attributes - they're not allowed when a <Context>
element is in the conf/Catalina/localhost directory.

> Both apps run fine except for links which we hardcoded in our 
> source, like window.location = '/foo/logout.jsp';.

Can't you use relative links rather than absolute?

 - 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