Deploying the application to JBoss Application Server
To deploy ArcGIS Web applications to JBoss, use the procedure below.
Steps:
- In ArcGIS Server Manager, click the Applications panel, check the box next to the Web application you want to deploy to JBoss, then click Export.
- On the Web application export page, configure security if desired and click Export.
- In the File Download dialog box that appears, click Save. Save the .war file to a folder on your computer.
- Start JBoss. You'll need to make sure you've set a JAVA_HOME system variable that points to a Java 6 version of the JDK before starting JBoss.
- Copy the .war file to the folder <JBoss Installation Directory>\server\<configuration name>\deploy. This will "hot deploy" the Web application, which means it will automatically deploy without having to restart JBoss.
Testing your deployment
Open a browser and go to http://<JBOSS Server Name>:<JBoss port>/<Web application name> (for example: http://localhost:8080/myapp).
11/18/2013