QXtend Inbound Pre- and Postprocessors > Introduction > Enabling Pre- and Postprocessing in QXtend
  
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 Save and close the file.