Skip to main content

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

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






Back to the top