> From: Roamer [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat manager restriction question
> 
> Can I assign different user name and pass for different <Host>??

Yes, you can configure an independent <Realm> element for each <Host>.
Look at the realm doc, especially here:
http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#Configuring%20a
%20Realm

You'll need a separate .xml file or equivalent for each.

 - Chuck

P.S.  Putting <Context> elements inside server.xml is strongly
discouraged, since modifying them in any way requires restarting Tomcat.
A better location is conf/Catalina/[host]/manager.xml, one for each
<Host>.


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