i need to map a custom paths, like "/path1" and "/path2", (not root "/" path), 
of the same webapp to a custom domains.

as i said i need this mapping:
${samewebapp}/path1 is mapped to http://path1.com/
${samewebapp}/path2 is mapped to http://path2.com/

NOT this:
${samewebapp}/path1 is mapped to http://path1.com/path1
${samewebapp}/path2 is mapped to http://path2.com/path2

custom paths of the same webapp should map to different root paths on different 
domains.

thanks!


On 1/23/2013 8:58 AM, Caldarale, Charles R wrote:
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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to