But I don't have a  [CATALINA_HOME]/webapps/manager.  I have otheres, I have ROOT, and balancer, and jsp-examples, and servlet_examples, and tomcat-docs, and webdav, but no manager.  That's what sent me looking for other applications.  For example, I just downloaded an Administration application because the APACHE doc said that it was no longer shipped with the base product.  I thought manager was another.  I have played with JBoss but decided to go with the tomcat  base deployment instead.



Kevin Mullin
Sr. Analyst
IBM Corporation

(206) 345-7068
[EMAIL PROTECTED]




"Caldarale, Charles R" <[EMAIL PROTECTED]>

09/27/2006 03:51 PM

Please respond to
"Tomcat Users List" <users@tomcat.apache.org>

To
"Tomcat Users List" <users@tomcat.apache.org>
cc
Subject
RE: Help with Manager Embedded Web Application





> From: Kevin Mullin [mailto:[EMAIL PROTECTED]
> Subject: Help with Manager Embedded Web Application
>
> I went back to the apache website and found an
> embedded applications download.

You really, really shouldn't have done that.  The embedded version of
Tomcat is only for use within another product (e.g., JBoss).

The manager app that comes with the stand-alone Tomcat download is
actually a composite of several more or less independent servlets (e.g.,
manager/html is the one normally used).  There is no welcome page or
other "master" manager app screen.  If you look in
server/webapps/manager/WEB-INF/web.xml, you'll see numerous
<servlet-mapping> tags that specify the valid URIs for the manager app.

- 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