> From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
> Subject: Re: tomcat installation
> 
> 1. Have you deployed the Tomcat manager? I believe it does not come
>    enabled by default.

The manager app is deployed by default on all Tomcat levels.  It's the
admin app that's optional (or non-existant on Tomcat 6).

> 2. The Tomcat manager is usually deployed under /manager, so your
>    URL for the manager ought to be http://localhost:8080/manager

That won't work, since the manager app is actually a collection of
sub-apps, and there is no default home page for the manager.  A typical
valid URL would be:
http://localhost:8080/manager/html

> The manager is just another web application; it's not "built-in" to
> Tomcat and available all the time.

It is unless you explicitly remove it.

Unfotunately, the OP provided no real useful information, such as Tomcat
level, JRE/JDK level, platform, error messages in the log, etc.

 - 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