> From: Carlo Montanari [mailto:[EMAIL PROTECTED] 
> Subject: JkMount changing webapp context
> 
> In other words, when the users ask for 
> http://www.myapphost.tld/, they should see the 
> content of http://localhost:8009/myapp/

For a Tomcat-only solution, define as many <Host> elements in server.xml
as you need, each with a different value for the appBase attribute.
Deploy each <Host>'s default webapp as ROOT under the corresponding
appBase location.

Look at:
http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html

for more details.

 - 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