how to make struts app to work under jboss
Hi,I have small struts web application which works under Tomcat, but when I put it under JBoss serever it doesn't work. This application contains struts library. Is there any configuration that I have to do, in order to make my struts app work under jboss?
[271 byte] By [
Isaaka] at [2007-11-27 8:41:29]

You dont have to do any special configuration to run in the JBOSS.
If your struts application is running correctly in TomCat then it should run in Jboss also.
You create a jar file of your application and then put it in the deploy folder of your jboss application server. It should work.
-Achyuth