Merico Raffaele wrote:
Dear Community
I am developing a web application based on Tomcat 5.5. and on Cocoon 2.1.8.
I am doing all the work on a Windows XP platform. Now, somehow, I have seen
filenames are not treated case-sensitive. In order to change this behaviour
on Tomcat level I added the following line to the conf/context.xml file:
<Context>
<Context path="/V2D" docBase="V2D" caseSensitive="false"/>
</Context>
This would tell it to NOT be case-sensitive. Change it to "true".
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]