> 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