> From: JV832 [mailto:[EMAIL PROTECTED] 
> Subject: Using the manager for multiple hosts
> 
> Is it possible to use the manager for differents hosts on one 
> instance of Tomcat 5.5? And how can I get this working?

The manager app is normally located in server/webapps, not the regular
webapps directory, and deployed via an .xml file in
conf/Catalina/localhost.  All you need to do is copy the manager.xml
from conf/Catalina/localhost to each conf/Catalina/[otherhost]
directory, and it will be deployed for each such <Host> that you have
configured.  No symlinks or other copying required.  As David pointed
out, this gets you one instance of the manager for each <Host>.

 - 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