> From: Scott Dunbar [mailto:sc...@xigole.com]
> Subject: Re: Any way to filter URL's with a dot in the directory name?
> 
> This should prevent the automatic application deployment for my 
> top level .svn directory and subsequently let my filter work for
> the .svn directories in ROOT.

I'd strongly recommend that you don't put anything under the <Host> appBase 
directory that you don't want treated as a separate webapp.  Doing otherwise is 
just asking for trouble in the future, regardless of what config tags you set 
today.

As an alternative, consider not putting anything under the <Host> appBase, and 
use an explicit <Context> element in conf/Catalina/[host]/ROOT.xml that points 
to the location of the webapp you want.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to