Yes, 4.0.2RC1 worked for me. There is no use of any commons-collection classes in tomcat 5.5.x:
[EMAIL PROTECTED] jbossweb-tomcat55.sar]$ for j in *.jar; do echo $j; jar -tf $j | grep SequencedHashMap; done catalina-manager.jar catalina-optional.jar catalina.jar commons-el.jar commons-modeler.jar jasper-compiler-jdt.jar jasper-compiler.jar jasper-runtime.jar naming-resources.jar servlets-default.jar servlets-invoker.jar servlets-webdav.jar tomcat-ajp.jar tomcat-coyote.jar tomcat-http.jar tomcat-util.jar tomcat55-service.jar [EMAIL PROTECTED] jbossweb-tomcat55.sar]$ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870465#3870465 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870465 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
