Re: [jetty-users] Can't get env-entry value from web.xml

2011-09-28 Thread Jan Bartel
David, You need to ensure you have the jars on the classpath that enable j2ee-style features for jetty and configure the webapp to use them also. See http://wiki.eclipse.org/Jetty/Feature/JNDI Jan On 29 September 2011 03:23, David Haynes david.dhc...@gmail.com wrote: I am probably missing

Re: [jetty-users] Can't get env-entry value from web.xml

2011-09-28 Thread Jan Bartel
David, Try doing: java -jar start.jar --list-options Jan On 29 September 2011 10:43, David Haynes david.dhc...@gmail.com wrote: Thanks for the response. Well, I guess I am closer. I changed the jetty-web.xml as follows: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE Configure PUBLIC

Re: [jetty-users] Can't get env-entry value from web.xml

2011-09-28 Thread Jan Bartel
David, You need to execute java -jar start.jar --list-modes from inside a standard distribution of jetty. Eg output is: There are 32 OPTIONs available to use. Each option is listed along with associated available classpath entries, in the order that they would appear from that mode. Note: If