admin@glassfish.java.net

case sensitivity

From: John Vera <JVera_at_fredsinc.com>
Date: Thu, 7 Aug 2008 13:26:59 -0500

I am using a windows version of glassfish that came with netbeans 6.5.
Other servers I have looked at do not care about case sensitivity when
referencing a file.

 

i.e

http://localhost:8080/myLogo.JPG

would be the same as

http://localhost:8080/myLogo.jpg

and the JPG image would be served up correctly.

 

Now with glassfish they are different; I get a message telling me the
resource is not available. Why is that? Is there a way I can control
this administratively? If so where do I go to find the setting or how
do I control it?