Can you elaborate on/provide a sample of the "large number of mysterious failures". It might help. There are tons of folks using the JBoss/Tomcat/Struts combo. We have run 100s of thousands/millions of requests through our JBoss/Tomcat servers, all through jk2, and all our apps use Struts. There have been problems, but none related to JBoss. All self-inflicted wounds in the apps.
JBoss has little to with an HTTP request bound for Tomcat (aside from security and classloader). Tomcat listens on port 8080. Tomcat services the HTTP request. Tomcat invokes the Struts action. That doesn't change when you go to integrated JBoss/Tomcat. Are you using the same version of Tomcat and Struts as before? Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854888#3854888 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854888 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
