I just swithed from v3, spent the last month preparing for this and I 
still ran into problems, doh!

how can i setup a manager context for each virtual host?

I am put in the situation where I need to reload a context on hostA
without interrupting hostB?

I assumed that this would work, it just shows the defaultHost's /manager context:

<!-- stuff removed -->

<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true">
 <!-- stuff removed -->
 <Context path="/manager" docBase="/var/tomcat4/server/webapps/manager" debug="0" 
privileged="true">
  <ResourceLink name="users" global="UserDatabase" 
type="org.apache.catalina.UserDatabase"/>
 </Context>
 <!-- stuff removed -->
</Host>

<!-- stuff removed -->

<Host name="www.upcup.com" debug="0" appBase="webapps" unpackWARs="false" 
autoDeploy="false">
 <Context path="" docBase="/vhome/com.upcup/httpd/html" debug="0"/>
 <Context path="/manager" docBase="/var/tomcat4/server/webapps/manager" debug="0" 
privileged="true">
  <ResourceLink name="users" global="UserDatabase" 
type="org.apache.catalina.UserDatabase"/>
 </Context>
</Host>

<!-- stuff removed -->

Jason Pyeron


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Owner & Lead                  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)           500 West University Parkway #1S -
- +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to