> From: bxqdev [mailto:bxq...@themailbay.com] 
> Subject: Different webapp paths on different hosts

> Is it possible with tomcat to have one web app, with 2 different 
> paths on different hosts??

> I mean something like this:
> ${samewebapp}/path1 is mapped to http://path1.com/
> and
> ${samewebapp}/path2 is mapped to http://path2.com/

Assuming path1.com and path2.com evaluate to the same IP address (or at least 
to the same system), this will happen automatically with a single <Host> 
element in the Tomcat configuration.

Or did you really want to ask a different question?

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to