File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes .war deployment in JBoss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark ".war deployment in JBoss" Watch ".war deployment in JBoss" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: .war deployment in JBoss
 
Similar Threads
ip based virtual hosting problem
how to move the jar from the war web-inf directory?
Deploying WebApplication without WAR
Cast problem
Jboss class cast exception: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl