> From: Ryan Steele [mailto:[EMAIL PROTECTED]
> Subject: Status and Tomcat Manager links result in 404's
>
> I've got a Tomcat 5.5.25 installation up and running for the
> most part.

Platform?
JRE/JDK version?

Do you have a real Tomcat installed, or a 3rd-party repackaged piece of junk?  
If the latter, download and install a proper one from 
http://tomcat.apache.org/download-55.cgi.

> I've got what looks like a proper context in
> /usr/share/tomcat5/server/webapps/manager/manager.xml:

That one is just a copy of the real one, left there during packaging of the 
source.  The <Context> element for the manager app should be in 
/usr/share/tomcat5/conf/Catalina/localhost/manager.xml; if it's not there, you 
have a bad installation.

> I also tried editing the context to list a path (I set
> it to path="/manager")

Don't ever do that; it's illegal to have a path in a <Context> element unless 
the <Context> element is inside server.xml - which it should never be, in this 
day and age.  Read the doc:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

 - Chuck


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