If you're running
JBoss itself, deploy the WAR to the JBoss deploy directory. If you're running the Tomcat/Jetty instance included with JBoss, deploy to the Tomcat/Jetty deploy directory.
To try it out, download
Struts from
http://jakarta.apache.org/struts/ and deploy struts-example.war in either. They should load once they are processed by the server you're running (JBoss or Tomcat/Jetty).
If you're web-app makes use of JAAS or references a security domain, however, you'll have to include a jboss-web.xml deployment descriptor in your WAR file. The DTD for this document can be found in <jboss-home>/docs/dtds/jboss_web_3_0.dtd.
Darryl