After installing ArcIMS, you must configure your Web server for ArcIMS. If your Web server is not operational, contact your system administrator before you proceed. See www.microsoft.com for information on problems with IIS.
Verify that the following items are located in <JRun Installation Directory>\servers\default\defaultear\default-war\WEB-INF\classes:
com directory
Esrimap_prop
ServletConnector_Res.properties
ServletConnector_Res_en_US.properties
WMSEsrimap_prop
If you can not verify the above:
On Windows NT, click Start > Settings > Control Panel > Services; on Windows 2000, click Start > Settings > Control Panel > Administrative Tools > Component Services and click Services on the Tree tab; on Windows XP, click Start > Control Panel > Performance and Maintenance > Administrative Tools > Component Services and click Services on the Tree tab.
Stop the services IIS Admin, World Wide Web Publishing Service and JRun.
Copy the above mentioned files and the com folder from <ArcIMS Installation Directory>\ArcIMS\Connectors\Servlet to JRun servlet location at <JRun Installation Directory>\servers\default\defaultear\default-war\WEB-INF\classes
In a text editor (such as Notepad), open <JRun Installation Directory>\servers\default\default-ear\default-war\WEB-INF\classes\Esrimap_prop. Edit appServerMachine=APPSMACHINE to point to the machine where the ArcIMS Application Server is installed, e.g. change it to appServerMachine=mymachine or appServerMachine=IP. Change appServerClientPort=5300 only if you chose to use a different port.
Open the Internet Services Manager and expand the Default Web Site and the JRunScripts folder.
a. Right-click the jrun.dll file and select Properties from the menu.
b. Click the Directory Security tab and click Edit in the .Anonymous Access and Authentication Control.
c. Uncheck the box labeled Integrated Windows Authorization. (On Windows NT, this box will be called Windows NT Challenge/Response.).
d. Close this window.
Continue with configuring virtual directories in IIS.
Verify your ArcIMS installation was successful.
a. Choose Start > Programs > ArcGIS > ArcIMS > Diagnostics. The ArcIMS Diagnostics tool displays.
b. Select your Web server protocol, type your Web server name including domain, and type your port number. The default is 80.
c. Click 1 to test the ArcIMS Servlet Connector and 2 to test the ArcIMS Application Server.
If these tests are successful, your ArcIMS Application Server and ArcIMS Servlet Connector are configured correctly.
If you receive an error message, select the error number in the dropdown list and click View. The error number and a description display. Follow the instructions in the description to fix the problem and try the Diagnostics tool again
See the topic Configuring JRun for IIS for ArcIMS Service Administrator for manual steps on configuring for ArcIMS Service Administrator.
See the topic Configuring JRun for IIS for ArcIMS Metadata Explorer for manual steps on configuring for Metadata Explorer.
See Step 5:Configure ArcIMS for the final step required to get ArcIMS running.