| Author |
.war deployment in JBoss
|
Abiodun Adisa
Ranch Hand
Joined: Jan 17, 2002
Posts: 495
|
|
In Tomcat and weblogic one does not need to package a .war file to deploy web applications, one needs to construct a Folder which has a web-inf Directory, can one do same for JBOSS
|
 |
Heonkoo Lee
Ranch Hand
Joined: Feb 10, 2005
Posts: 85
|
|
|
You can deploy a web archive (war) as a file or directory in JBoss. The only naming requirement is that it must end with .war whether it is a file or directory.
|
 |
 |
|
|
subject: .war deployment in JBoss
|
|
|