Hi,

my application encounters occasionally strange errors that I can only 
explain by an incorrect load order (Servlet spec specifies that the 
webapp class loader must load first from WEB-INF/classes and then from 
WEB-INF/lib/*.jar). Is it possible?

For the details: to allow HtmlUnit to work with AppEngine, I've hacked 2 
classes and I've put my hacked version of these classes in 
WEB-INF/classes whereas the normal jar resides in WEB-INF/lib. This 
means that these two classes exist twice in the classpath what should 
not be a problem as WEB-INF/classes has priority but some error messages 
show that the original version in WEB-INF/lib/htmlunit-x.x.jar is used 
from time to time.

Cheers,
Marc.

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

Reply via email to