Caldarale, Charles R ha scritto:
From: Marco Rocco [mailto:mr8...@gmail.com]
Subject: Adding a new webapps directory

It's possible to add a new webapps directroy more then the default
tomcat webapps (/opt/tomcat/webapps) ?

There is no means of specifying more than one appBase directory per <Host>.  However, each 
<Host> element can specify a separate appBase directory, so you can segregate your webapps that 
way.  You can also create <Context> elements in conf/Catalina/[host]/[appName].xml that have 
docBase attributes pointing to a specific deployment location for the webapp outside of the 
<Host> appBase.

 - 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


But it's possible to Add a new appBase directory per <Host> ? How ?

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

Reply via email to