Summary
If you wish to use ArcIMS Service Administrator to remotely administer ArcIMS services, you must configure your Web server. Please contact New Atlanta for specific versions of ServletExec 4.2-supported Apache.
Procedure
- Start the Apache and ServletExec services.
- In your Web browser, type http://<localhost>/servlet/admin to open ServletExec Admin.
- On the left sidebar under Servlets, click 'manage' and verify that 'JSP10Servlet' has been loaded.
- On the left sidebar under Servlets, click 'aliases' and verify that there is an entry for *.jsp that points to JSP10Servlet.
- In the left sidebar under Web Applications, click 'manage'.
- Click Add Web Application.
- For Application Name, type 'esriadmin'.
- For URL Context Path, type '/esriadmin'. This is the name you will use to run ArcIMS Service Administrator in your browser.
Note:
The context path you specify is case sensitive. You might want to create more than one Web Application with path names such as ESRIadmin or ESRIADMIN pointing to the ArcIMS Service Administrator.
- For Location, type <ArcIMS Installation Directory>/Administrator/esriadmin.
- Click Submit and close ServletExec Admin.
- Open the file <Apache Installation Directory>/conf/httpd.conf in a text editor.
- Add the following to the bottom of the httpd.conf file:
Code:
AddHandler servlet-exec jsp
ServletExecApplications <localhost> /esriadmin
<Location /esriadmin>
SetHandler servlet-exec
</Location>
- Stop and Start Apache Web server and ServletExec and close the Services window.