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 throws an ClassNotFoundException before the extra classpath is 
added).
This seems like a step backward to me. Especially since I use Maven and 
Jetty would not only be flexible enough to load classes / jars from 
different locations, but can also load static webapp files from differnt 
location:
http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory
This would make things with Maven much cleaner / easier...

Best regards,
  Markus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to