Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Managing File Transfers with ActiveTransfer | Configuring webMethods ActiveTransfer | Configuring the Maximum Number Actions in an Event
 
Configuring the Maximum Number Actions in an Event
By default, ActiveTransfer allows users to add a maximum of 20 actions in an event. You can increase this default limit to 50 actions using this procedure.
1. Navigate to the following location:
Integration Server_directory \MWS\server\default\deploy\portal.war\WEB-INF\
2. Using an XML editor, open the file jetty8-web.xml.
3. Locate the line <Configure class="org.eclipse.jetty.webapp.WebAppContext">.
4. Make the following edits:
a. Change the default value 2000 for the property maxFormKeys as follows:
<Set name="maxFormKeys">4000</Set>
b. In the next line, add the property maxFormContentSize:
<Set name="maxFormContentSize">2000000</Set>