> From: Bob Faist [mailto:[EMAIL PROTECTED] > Subject: RE: caseSensitive on Windows XP > > Try this: > > <Context caseSensitive="false"> > <Context path="/V2D" docBase="V2D"/> > </Context> > > I think tomcat is case sensitive by default. I had to add > the "caseSensitive" attribute to the top level <Context> node.
??? O.k., this is getting really silly - you can't nest <Context> tags, nor do you ever want to turn off case sensitivity on a Windows box. Note the following from the doc, in bold typeface: NOTE: This flag MUST NOT be set to false on the Windows platform (or any other OS which does not have a case sensitive filesystem), as it will disable case sensitivity checks, allowing JSP source code disclosure, among other security problems. RTFM: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Learn to live with the fact that Java environments are case-sensitive. - 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]