I've just wasted two hours trying to debug a problem in tomcat which also appeared in
JBoss 3.2.5 with tomcat as the servlet container. I want to use system DTDs instead of
public for all xml files so i changed the web.xml to this
<!DOCTYPE web-app SYSTEM "web-app_2_3.dtd">
But Tomcat (even in stand-alone v. 5.0.25) cannot resolve the DTD correctly. In 5.0.19
it bombed out with an exception and in 5.0.25 it tried to find the DTD in the
${tomcat_home}/bin dir!
As most of the serious problems that we have been having have been Jakarta bugs, I am
keen to move as much as I can away from their libs, and the first port of call is to
replace Tomcat with Jetty (btw the problem did not occur in stand-alone Jetty). How do
I go about replace the servlet container so Jetty is servicing HTTP requests and
servicing requests for servlets/jsps?
As an aside, I notice that hibernate are droping support for DBCP (a jakarta project)
and are making an effort to drop all dependancies on their libraries. Is the tomcat
an endangered species?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841231#3841231
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841231
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user