Enabling Pre- and Postprocessing in QXtend
To initiate the ability to run pre- and postprocessing in QXtend, edit the
qxtendconfig.xml file. If you have configured QXtend to enable field values in response documents, you should have already made this change. See
Include QAD Enterprise Applications Field Values.
1 Open TOMCAT_HOME/webapps/<QXI webapp>/WEB-INF/conf/qxtendconfig.xml.
2 Locate the messageServletURL attribute within the <general-config> node.
3 Enter the correct host and port values to communicate with the QXtend server.
<messageServletURL label=“Message Servlet URL” value=“http:
//<host>:<port>/<QXI webapp>/MessageReceiverServlet”/>
4 For AIX environments, set the preprocessChunkSize attribute to a smaller value—5000 is recommended. This setting helps solve the issue where oversized QDocs cannot be fully passed to a preprocessor in an AIX environment.
<preprocessChunkSize value="20000" label="Preprocess chunk size"/>
5 Save and close the file.