JBoss is an open-source Java application server that provides full support for J2EE application programming interfaces (APIs). To deploy a Web application inside JBoss:
SDK+AppSupport+Demos+Samples/ApplicationSupport directory.default/deploy directory.
-
cp <filename>.war /opt/UMC/jboss/server/default/deploy
JBoss automatically starts the Web application when a new WAR file is copied into the deploy directory.