> From: Nuno Manuel Martins [mailto:[EMAIL PROTECTED]
> Subject: RE: Manager Application (Tomcat 5.5.26)
>
> My only belief at this point in time is that somehow I
> screwed up the server.xml file... can someone take a look
> (attached) and see something out of place?

As Mark said, pretty much everything.  You really, really shouldn't put the 
<Context> elements in server.xml - it just makes things much more complicated 
whenever you want to change something for a single webapp.  Put them where they 
belong, which is usually the each webapp's META-INF/context.xml file.  Dumping 
them all into server.xml may appear easier at first, but it just makes 
everything more difficult in the medium and long runs.

Also, when you do put the <Context> elements in the proper locations, remove 
the path and docBase attributes, since they must not be used when doing things 
the right way.

 - 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