> From: marcos gonzalez [mailto:[EMAIL PROTECTED]
> Subject: Re: R: R: R: Problems with tomcat in debian
>
> Well, this file not exists, each application needs and xml file there?

No, each application does not.  When a <Context> element is needed at all, it 
normally goes into the META-INF/context.xml file of the webapp.  If you wish to 
override that one, or if your webapp is deployed outside of the <Host> appBase 
directory, then place the <Context> element in 
conf/Catalina/[host]/[appName].xml; note that the path attribute must not be 
used, and the docBase attribute is only allowed when the webapp is not under 
the <Host> appBase.

> There isn't a default configuration to load all the new applications?

What you're doing does work with a real Tomcat, as you have found out.  The 
3rd-party repackaged junk creates problems for many, many users.

 - 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