DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28910>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28910

RUNNING.txt has wrong info for admin.xml and manager.xml (documentation)

           Summary: RUNNING.txt has wrong info for admin.xml and manager.xml
                    (documentation)
           Product: Tomcat 5
           Version: 5.0.19
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


$CATALINA_HOME/RUNNING.txt contains the following text:

"The administration and manager web applications, which are defined in the
$CATALINA_BASE/webapps/admin.xml and $CATALINA_BASE/webapps/manager.xml files"

"- Both web applications are disabled by removing
$CATALINA_BASE/webapps/admin.xml and $CATALINA_BASE/webapps/manager.xml"

The problem:

manager.xml and admin.xml do not actually live under either of those directories.

Instead, they live in these directories:

% find $CATALINA_HOME -follow -name manager.xml -o -name admin.xml
/devel/tomcat/conf/Catalina/localhost/admin.xml
/devel/tomcat/conf/Catalina/localhost/manager.xml
/devel/tomcat/server/webapps/admin/admin.xml
/devel/tomcat/server/webapps/manager/manager.xml

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

Reply via email to