> From: robich [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat Manager with different services
>
> the version i'm using is 5.5.15.. so, how can I
> deploy the second manager you're talking about?

For the 5.5 levels, the manager app is located in server/webapps, and it's ok 
to keep it there for both services.  You should have unique <Engine> names for 
each <Service>, otherwise life can get confusing since Tomcat keeps track of 
things mostly by <Engine>, not <Service>.  The <Context> for the manager app is 
in conf/[engine]/[host]/manager.xml, which by default is 
conf/Catalina/localhost; you'll need to copy that .xml file to the 
subdirectories of conf for each <Engine> and <Host> combination that you have.  
After that, you should be able to access the manager for each.  AFAIK, there is 
no way to have just a single uber-manager for all <Engine>s and <Host>s.

 - Chuck

P.S.  You might want to move up to 5.5.26; several things fixed since .15.


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