Configuring the server to use Insight Map Viewer

To use Insight Map Viewer, you must configure your development server by adding a <feature> element to the server.xml file. You can then deploy the solutions that contain the entities that you want to visualize.

Before you begin

About this task

Configure only a development server in a development and testing environment. You cannot use Insight Map Viewer in a production environment.

Procedure

  1. Stop the development server.
  2. Open the server.xml file for the server and add the following line to the list of features:

    <feature>ia:iaMaps-8.8.0</feature>

    If you are using the default development server, the server.xml file is located in <InstallDir>/runtime/wlp/usr/servers/cisDev.

  3. Save and close the file.
  4. Deploy the solution projects that you want to visualize to the server.
  5. Start the server.