Summary
If you wish to use Metadata Explorer, you must configure your Web server. 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 'metadataexplorer'.
- For URL Context Path, type '/metadataexplorer'. This is the name you will use to run Metadata Explorer.
Note:
The context path you specify is case sensitive. You might want to create more than one Web Application with path names like MetadataExplorer or METADATAEXPLORER pointing to the ArcIMS Metadata Explorer.
- For Location, type <ArcIMS Installation Directory>/Metadata/metadataexplorer.
- 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> /metadataexplorer
<Location /metadataexplorer>
SetHandler servlet-exec
</Location>
- Stop and Start Apache Web server and ServletExec and close the Services window.