Upgrade to Progress 9.1E or later
Upgrade to OpenEdge 10.1A or later
Workaround:
Use Apache with Tomcat AJP 1.3 Connector,
or HTTP/1.0 Tomcat Standalone connector:
1) Locate the $TOMCAT_HOME/conf/server.xml file, where
$TOMCAT_HOME is the Tomcat's installation directory
2) In the server.xml file locate the following line:
<Connector className="org.apache.catalina.connector.http10.HttpConnector"
3) Uncomment that section in the xml file by removing the
leading "<!--" and trailing "-->".
4) Start the Tomcat and test it with the:
http://hostname:8084/aia/Aiawhere the port number 8084 is the one defined as the default
for this connector in the server.xml file.
5) Modify the application to use modified AppServer URL:
http://hostname:8084/aia/Aia?AppService=asbroker1where the <hostname> and <asbroker1> should be changed to
the configuration specific requirements.