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]
# 1

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

achyuthba at 2007-7-12 20:40:29 > top of Java-index,Java Essentials,New To Java...
# 2
Thanks achyuthb, I really didn't create jar before I putted in JBoss deploy directory.
Isaaka at 2007-7-12 20:40:29 > top of Java-index,Java Essentials,New To Java...