IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  HTTP-500-Form too large error

    Posted 06/26/10 06:20 AM

    Hi,
    I am trying to submit a form and getting http error:500-Form too large.

    Where can i increase the maximum form content size allowed??

    Thanks,
    Sunny


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 2.  RE: HTTP-500-Form too large error

    Posted 06/28/10 07:37 AM

    Please set the "org.mortbay.http.HttpRequest.maxFormContentSize " system property.
    You can use the [MWS Install Directory]/server/default/config/portal.properties file to configure system properties.
    So you could set the maxFormContentSize to a little less than 1 MB by adding the following line to portal.properties (and restarting mws):

    org.mortbay.http.HttpRequest.maxFormContentSize = 1000000

    Please let me know if this help.


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 3.  RE: HTTP-500-Form too large error

    Posted 04/24/14 08:57 AM

    Hi,

    On version 9.5, there’s no such file.
    Change it on ./deploy/portal.war/WEB-INF/jetty8-web.xml by setting this property: 1000000

    Bruno


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS