For Struts apps on Jboss you need to make sure you set the 'Java2ClassLoadingCompliance' flag to "false" indicating the servlet 2.3 web container first model should be used over the normal Java2 parent first class loading model.
<attribute name="Java2ClassLoadingCompliance">false</attribute> In Jboss 4.x this is in the file .../deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml In Jboss 3.x it's in the file 'tomcat41-service.xml' in .../deploy Greg -----Original Message----- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 2:22 PM To: Struts Users Mailing List Subject: installing Struts on JBoss Are there any special requirements to install and run Struts applications on JBoss? I istalled JBoss on Tomcat and have been able to run Struts applications w/o any problems. Same application on JBoss gives me Servlet Exception. I would try mailing lists/forums for JBoss, but I find them not especially active. thanks, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]