Re: Jetty classpath in GWT 1.6

2009-03-05 Thread Markus Knittig
On 03/04/2009 02:53 PM, Markus Knittig wrote: Currently it seems that Jetty only loads class files and jars from WEB-INF/classes and WEB-INF/lib. The classpath argument are getting ignored (worked with Tomcat). I tried to add extra classpath folder via jetty-web.xml / jetty-env.xml, but that

Re: Jetty classpath in GWT 1.6

2009-03-05 Thread Nicolas Wetzel
look at the post of Sami jaber http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/f4ad9f021c45275c?pli=1 he's has got the solution, but it's a hack. You just have to override the JettyLauncher and comment the if condition at the line 213 and 214. On Thu, Mar 5,

Jetty classpath in GWT 1.6

2009-03-04 Thread Markus Knittig
Hello! Currently it seems that Jetty only loads class files and jars from WEB-INF/classes and WEB-INF/lib. The classpath argument are getting ignored (worked with Tomcat). I tried to add extra classpath folder via jetty-web.xml / jetty-env.xml, but that doesn't seems to work (e.g. Spring