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=38223>. 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=38223 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-17 16:56 ------- (In reply to comment #7) > Hi. I've tried to get your latest code to work with my Tomcat 5.0.30. I of > course recompiled the source, as I'm using JDK 1.4.2. Ack. I'll chance the JDK compatibility level in my Eclipse IDE. And I'm testing against Tomcat 5.5.15 Beta. > I also had to change the digester from tomcat.util.digester to > commons-digester > as the former package is not available on my installation (tomcat 5.5 only ?). > Ack. This is interesting. Tomcat 5.5.15 has tomcat.util.digester instead of commons-digester. I don't know why this is the reason - a search in the archives should yield some answer, and I'll try to find out this answer. > Now when I load my web application, everytime I try to access something which > is > handled by the default servlet (such as images or static html), I get a 404 > error - "servlet default is not available". > Ack. I just tested this on both Tomcat 5.5.15 as well as 5.0.30. I'm able to run the "testing" and the documentation web apps. I'm also able to view the images and HTML from within these apps on both the Tomcat versions. > Apparently, with the configurable web app class loader loaded, tomcat can't > find > DefaultServlet from servlets-default.jar. I'm not sure why is that, but with > my > implementation it does the same. > > I enabled full debug logging for tomcat, and Here are the class loader > hierarchy > for a normal web application: > <snip/> > > As you can see, for some reason one level of StandardClassLoader, which > contains > the servlets-default.jar is missing for some reason. > > Can you guess what's going on ? I've to leave for the day, and will look into this tomorrow. -- Sriram -- 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]