Summary
If you wish to use Metadata Explorer, you must configure your Web server.
Procedure
- Start IBM HTTP server by navigating to <IBM HTTP Server Installation Directory>/bin. Type:
./adminctl start
./apachectl start - Make sure IBM WebSphere Application server is running. If not, start the server by navigating to <WebSphere Installation Directory>/AppServer/bin. Type:
./startupServer.sh - Start the WebSphere Advanced Administrative Console by navigating to <WebSphere Installation Directory>/AppServer/bin. Type:
./adminclient.sh - On the left panel, expand the WebSphere Administrative Domain, Nodes, computer name and Application Server to make sure that the 'Default Server' is running. If not, right-click on it and click Start.
- On the tool bar, click Wizard > Install Enterprise Application. This opens the Install Enterprise Application Wizard.
- Select Install stand-alone module (*.war, *.jar). For Path, Browse and navigate to <ArcIMS Installation Directory>/Metadata/metadataexplorer.war.
- For Application Name, type: metadataexplorer
- For Context root for web module, type: /metadataexplorer
- Click Next and accept all the defaults until you reach the Completing the Application Installation Wizard page. Click Finish. This deploys the application.
- The ArcIMS Metadatata Explorer is installed under installedApps inside the IBM WebSphere installation directory.
- Open the plugin-cfg.xml file located under <WebSphere Installation Directory>/AppServer/config
Create an esri UriGroup if you don't have one:
<UriGroup Name="esri">
</UriGroup>
Add the following to Route ServerGroup session if you don't have one.
<Route ServerGroup="<server name>/Default Server" UriGroup="esri" VirtualHostGroup="default_host" />
Add <Uri Name="/metadataexplorer/*" /> to the esri UriGroup session:
<UriGroup Name="esri">
<Uri Name="/metadataexplorer/*" />
</UriGroup> - Save and close the file.
- Stop and restart the Default Server.