> From: Jon Wanlass [mailto:[EMAIL PROTECTED] 
> Subject: URL context mapping
> 
> We have 100+ clients all with their own **identical** context 
> in the webapps dir.  We would like to merge all contexts into 
> one in order to soften memory requirements and make it more 
> manageable.

This sounds like a really, really bad idea.  Doing such a merge will
cause an outage for all clients if any of them has a hiccup.  Memory is
cheap; why not buy some, if that's really the problem?

> Is there an easy way to map URLs including contexts (i.e. 
> client.ourCompany.com/client ) to the same context?  

You can write a valve or filter to redirect or forward requests to
whatever URL you want.

 - 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