[jboss-user] [JBoss Getting Started Documentation] - Re: deployment options in JBoss
visolvejboss
do-not-reply at jboss.com
Thu Jul 20 05:17:59 EDT 2006
Hello,
Tree structure of EAR, WAR and JAR (deployment files) are shown below.
Ear file consists of,
| META-INF/application.xml
| <Jar files>
| <war files>
|
Under Jar file,
| META-INF/ejb-jar.xml
| META-INF/jboss.xml
| <application specific packages>/<class files>
|
Under war file,
| <jsp/html files>
| WEB-INF/web.xml
| WEB-INF/jboss-web.xml
| WEB-INF/lib/<needed jar files>
| WEB-INF/classes/<packages and class files>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959485#3959485
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959485
More information about the jboss-user
mailing list