Hi:
I need to server up some pages through Tomcat4 that are case
insensitive. I have found an attribute in resources for case sensitivity,
but I could not get it to work. Here is my context definition.
<Context path="/Live" docBase="\\host1\dir1" debug="0" privileged="true">
<Resource name ="" type="org.apache.naming.resources.FileDirContext"
docBase="\\host1\dir1"
caseSensitive="false" cached="true" />
</Context>
Can someone tell me what is wrong or point me to a sample
configuration for case insensitive deployment. Thanks a lot.
Crazy Monkey