You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Willy Lin <Wi...@apexlearning.com> on 2004/09/27 20:39:02 UTC

How to make Tomcat content case insensitive

Hi:
 
    I need to make one of my Tomcat project to be case insensitive.  I found
the parameters in resource, but I don't know how to add the resource to the
content.  Here is my context.
 
<Context path="/Live" docBase=" \\host1\app1 <file://\\host1\app1> "
debug="0" privileged="true" />
 
    Thanks.
 
 
Willy