Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] war file works on linux but not OS X

Static DefaultServlet content, served from a war file, is case sensitive.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Developer advice, services and support
from the Jetty & CometD experts


On Thu, Feb 28, 2013 at 12:35 PM, Barnet Wagman <bw@xxxxxxxxx> wrote:
I've have a war file that works on a linux system but partially fails under os x. The WAR contains two html files.  Both are accessible under linux but on an os x system, attempting to load one of them yields an HTTP ERROR 404.

I'm using jetty 8.1.8.v20121106 on both systems. I'm running jetty embedded in a java app.

I can't imagine what the difference could be.  Any thoughts on this would be appreciated.

FYI just to be on the safe side, the html filenames are caseless (I don't thing this should matter inside a war).

thanks




_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top