Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 6 on Debian

Bob,

You need to have set up your webapp to use jetty plus
features, such as jndi.

Here's the page which talks you through how to do that:
http://docs.codehaus.org/display/JETTY/JNDI

It doesn't specifically mention jetty on debian, but
the procedure is the same as for a non-debian install
of jetty, its just that the config files are in different
locations.

cheers
Jan

On 29/06/10 09:06, Bob Feldbauer wrote:
I'm probably missing something simple, but I can't seem to get Jetty
6.1.24 to read WEB-INF/jetty-env.xml from a WAR file on Debian (it works
fine running under IntelliJ). I tried -DDEBUG and added a Call to
jetty-env.xml, but it simply doesn't get read at all.

I know Debian's Jetty setup has some differences from a standard setup -
is anyone familiar with any issues getting jetty-env.xml to be used/read
under Jetty 6+Debian?

Thanks,

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

--
Jan Bartel, Webtide LLC | janb@xxxxxxxxxxx | http://www.webtide.com


Back to the top