Deploying the application to Sun Java System Application Server |
|
| Release 9.3.1 |
|
The deployment procedures below are for using Sun Java System Application Server 8.2. The procedures for using different versions of the Sun Java System may vary.
NOTE: to allow Web applications created with ArcGIS Server Manager to run properly, the following permissions must be explicitly added to the server.policy file located under the <DOMAIN_HOME>/conf directory:
grant {
//permission to alter log settings, like changing the log level or adding log handlers
permission java.util.logging.LoggingPermission "control", "";
//permission to add hooks into JVM shutdown
permission java.lang.RuntimePermission "shutdownHooks";
//permissions to alter threads
permission java.lang.RuntimePermission "modifyThread";
permission java.lang.RuntimePermission "stopThread";
//permissions to read/write environment variables
permission java.util.PropertyPermission "JINTEGRA_RELEASEALL_SHUTDOWN_HOOK", "write";
permission java.util.PropertyPermission "JINTEGRA_IUNKNOWN_VARIANT_OBJECTS", "write";
//permissions to create classloaders
permission java.lang.RuntimePermission "createClassLoader";
permission java.lang.RuntimePermission "getClassLoader";
//permissions to create sockets
permission java.net.SocketPermission "*", "connect,accept,resolve";
//permissions to read/write property files
permission java.util.PropertyPermission "*", "read,write";
};
In Manager, locate the existing Web application on the Applications page.
Testing your deployment
In the list of deployed web applications in the console, click the 'Launch' link found in the far right column of the list. This will open the Web application in a new browser window.