Initializing the Queue Manager
In order to use the Queue Manager, complete the following steps:1 Open environmentmanager.xml in:
TOMCAT_HOME/webapps/<QXI webapp>/WEB-INF/conf
Instructions for initializing the Queue Manager also appear in the file.
For information on queue errors, see
Queue Exceptions.
2 Locate the commented section in the -<managers> node.
3 Uncomment the manager class node following the in-line comments; delete the <!-- and --> symbols.
4 Replace the param value with the full path to the top-level Queue Manager directory. You can use any directory structure you choose, on any connected network machine; however, if the full path is not specified in environmentmanager.xml, the Queue Manager will not work correctly; for example:
<manager class="com.qad.qxtend.queue.directory.DirectoryManager" param="c:\Tomcat 5.5\webapps\<QXI webapp>\qxtendQueues"/>
5 Save the file.
6 Restart QXI in order for the changes to take effect.
Important: It may be necessary to stop and restart Tomcat before the Queue Manager displays.