2.3 Accessing NCP Server Objects

To improve the performance of the NetWare Core Protocol (NCP) server objects, the Modify Index Location option must be disabled.

To disable the Modify index Location option:

  1. Open the config.xml file from <TOMCAT_HOME>/webapps/nps/WEB-INF/config.xml.

  2. Add the following content to the config.xml file.

    <setting>
       <name><![CDATA[IndexManagerPlugin_ModifyObjectTask_Disabled]]></name>
       <value><![CDATA[true]]></value>
    </setting>
    
  3. Save the changes and restart Tomcat.

    For information about restarting Tomcat, see Starting and Stopping Tomcat.

NOTE:To modify the indexes of the NCP server objects, go to Roles and Tasks > eDirectory Maintenance > Indexes > NCP Server Object > Indexes > Modify Index Location.