Caldarale, Charles R wrote:
From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: The requested resource (/manager/) is not available.

However, when I try to connect to the manager webapp by pointing my browser to http://localhost:port/manager, I get the error:

_The requested resource (/manager/) is not available.

There is no mapping for just plain /manager.  Look in
webapps/manager/WEB-INF/web.xml to see what is there.  The typical ones
are /manager/html and /manager/status.

 - 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]



Ah I see now. This also helps me understand how the manager webapp will work with custom Ant tasks.

With the above explanation in mind, I saw why http://localhost:port/tomcat-docs was not working; it is now http://localhost:port/docs apparently.

Thanks a lot for the help,
Dan

---------------------------------------------------------------------
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