>Sounds reasonable to me.
>Maybe all that's needed is updating the paths in the context
descriptors 
>for both webapps.

Cool.  Yeah, it is a very very simple fix.  Diff files attached, if
they are even of any help at all.

I'll let Yoav do the documentation then, since he volunteered.  (Thanks
Yoav!)

Jeff Tulley  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com
Index: manager.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/manager/manager.xml,v
retrieving revision 1.2
diff -u -r1.2 manager.xml
--- manager.xml 8 Apr 2002 17:46:08 -0000       1.2
+++ manager.xml 17 Jun 2003 15:10:09 -0000
@@ -7,7 +7,7 @@
 -->
 
 
-<Context path="/manager" docBase="../server/webapps/manager"
+<Context path="/tomcat/manager" docBase="../server/webapps/manager"
         debug="0" privileged="true">
 
   <!-- Link to the user database we will get roles from -->

Index: admin.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/admin/admin.xml,v
retrieving revision 1.3
diff -u -r1.3 admin.xml
--- admin.xml   23 Jul 2002 12:12:15 -0000      1.3
+++ admin.xml   17 Jun 2003 15:11:32 -0000
@@ -7,7 +7,7 @@
 -->
 
 
-<Context path="/admin" docBase="../server/webapps/admin"
+<Context path="/tomcat/admin" docBase="../server/webapps/admin"
         debug="0" privileged="true">
 
   <!-- Uncomment this Valve to limit access to the Admin app to localhost


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

Reply via email to