!--a11y-->
Configuring imsAdmin 
With imsAdmin you can:
● Display connection data for the index management server
● Display the content of a catalog index that was indexed from SAP CRM to the index server, for example, TREX server, without displaying the Web shop application
● Analyze errors in case catalog data is not displayed correctly in the Web shop
...
1. In order to set up the imsAdmin application, you have to configure the list of SAP CRM systems that can be accessed with the application. The systems are defined in the configuration file named .../imsadmin/WEB-INF/cfg/eai-config.xml (refer to XML tag connectionDefinition).
2. In the configuration file, add the following tags directly after the open XML tag <connectionDefinitions> and enter the values (value) that are applicable for your system:
<connectionDefinition name="QEC 805">
<params>
<param name="client" value="805"/>
<param name="user" value="jsp"/>
<param name="maxcon" value="100"/>
<param name="group" value="PUBLIC"/>
<param name="lang" value="de"/>
<param name="r3name" value="QEC"/>
</params>
</connectionDefinition>
3. Save your entries.
4. Restart the server.
5. Start the application with the following URL: server:port/imsadmin/ui/init.do.
You have set up the imsAdmin application and you can now display data, which is retrieved from the index management server. For more information, see Running imsadmin.