DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36852>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36852 ------- Additional Comments From [EMAIL PROTECTED] 2006-08-03 09:16 ------- Created an attachment (id=18673) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18673&action=view) Patch for Sysdeo's DevLoader.java I tried to use the Sysdeo classloader to add maven dependencies to the webapp context, and I got stumped. Next, I found a glue in the javadoc for WebappClassLoader http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/loader/WebappClassLoader.html that puzzled me. Apparently, a Webapp classloader cannot contain the servlet api classes. This patch solved the problem for me, but it's rather unelegant (it arbitrarily checks the jar pathname, it should try and find the exact classes) Recompile with the following command from the server\classes dir: javac -classpath .;..\lib\catalina.jar;..\..\common\lib\servlet-api.jar;%JRE_DIR%\lib\rt.jar org\apache\catalina\loader\DevLoader.java Hope this helps Angelo Turetta -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]