Exporting the REST handler |
|
Release 9.3.1 |
By default, the services you create and deploy in the ArcGIS Web Manager are available through Manager's internal web server. This, however, is not a recommended production environment. By exporting the REST handler into a standard .war file, you can deploy this as an application to an ESRI-supported J2EE server. To do this, follow these steps:
You will now be able to deploy this war file to any standard J2EE server. After deployment, you can verify it by viewing the Services Directory for the newly deployed REST hander. For example, if the war file name, or instance name, was 'rest', you could browse to the following URL:
http://yourserver:<port>/rest/services
This will open the Services Directory for the newly deployed REST handler. You can also verify the REST admin page by opening the following URL:
http://yourserver:<port>/rest/admin