Re: [jetty-users] System classpath on Jetty 8

2013-02-19 Thread Nils Kilden-Pedersen
Thanks. On Tue, Feb 19, 2013 at 11:43 AM, Joakim Erdfelt wrote: > Confirmed as bug in Jetty 7.6.9.v20130131 and 8.1.9.v20130131 > > Filed as https://bugs.eclipse.org/bugs/show_bug.cgi?id=401211 > > And fixed in both of those versions HEAD at the moment. > > Also note, this is working as expected

Re: [jetty-users] System classpath on Jetty 8

2013-02-19 Thread Joakim Erdfelt
Confirmed as bug in Jetty 7.6.9.v20130131 and 8.1.9.v20130131 Filed as https://bugs.eclipse.org/bugs/show_bug.cgi?id=401211 And fixed in both of those versions HEAD at the moment. Also note, this is working as expected already in Jetty 9.0.0.RC0 -- Joakim Erdfelt webtide.com

Re: [jetty-users] System classpath on Jetty 8

2013-02-18 Thread Nils Kilden-Pedersen
On Mon, Feb 18, 2013 at 12:13 PM, Joakim Erdfelt wrote: > "Jetty 8" is of insufficient detail to verify / validate a report of a > potential bug. > > When reporting issues, be as detailed as possible. > > Which exact version of Jetty 8? > 8.1.9 Are you running the jetty-distribution from downl

Re: [jetty-users] System classpath on Jetty 8

2013-02-18 Thread Joakim Erdfelt
"Jetty 8" is of insufficient detail to verify / validate a report of a potential bug. When reporting issues, be as detailed as possible. Which exact version of Jetty 8? Are you running the jetty-distribution from download.eclipse.org? Or are you running jetty-hightide distribution from codehaus.o

Re: [jetty-users] System classpath on Jetty 8

2013-02-18 Thread Nils Kilden-Pedersen
8 as indicated in the subject. The test.war app supplies all the jetty classes in the WEB-INF/lib folder. I'm trying to avoid this, since the server already have them. On Mon, Feb 18, 2013 at 11:43 AM, Joakim Erdfelt wrote: > Which version of Jetty? > > And note that the test webapp (that ship

Re: [jetty-users] System classpath on Jetty 8

2013-02-18 Thread Joakim Erdfelt
Which version of Jetty? And note that the test webapp (that ships with the distribution) has a websocket chat example that works with the existing classloader configuration. -- Joakim Erdfelt webtide.com Developer advice, services and support from the Jetty & CometD exp

[jetty-users] System classpath on Jetty 8

2013-02-18 Thread Nils Kilden-Pedersen
According to the wiki[1], the web sockets classes are part of the default system classes. Yet for as long as I can remember, trying to use the web sockets classes, leads to this exception: java.lang.NoClassDefFoundError: org/eclipse/jetty/websocket/WebSocketServlet Is this a long-standing bug, or