88 IBM WebSphere Commerce Suite V4.1 for OS/390
<autostart>true</autostart>
</servlet>
4. In that same <name>MerchantAdmin</name> block of XML, change the directory
specification for the tool_config.xml file as named in the
<init-parameter>
block:
<servlet>
<name>MerchantAdmin</name>
<description>MerchantAdmin required by Store Publishing</description>
<code>com.ibm.commerce.tools.request_management.RequestManager</code>
<servlet-path>/MerchantAdmin</servlet-path>
<init-parameter>
<name>configfile</name>
<value>
<config directory>/tools_config.xml</value>
</init-parameter>
<debug-mode>0</debug-mode>
<uri-paths>default_host/webapp/commerce/MerchantAdmin</uri-paths>
<enabled>true</enabled>
<autostart>true</autostart>
</servlet>
Where <config directory> is the directory ...