Web applications must be deployed in a Web application server. The exact way you install Web applications depends on the Web application server you are using and the particular Web application.
The following procedure provides general steps for installing a Web application:
SDK+AppSupport+Demos+Samples.tar.gz file to a temporary folder on the host.
For information about unpacking and packing WAR files, see
For information about deploying WAR files, see the documentation for your Web application software.
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.
JBoss automatically starts the Web application when a new WAR file is copied into the deploy directory.