AppWorks Gateway 1.2.0 setup on Apache

Options

Hi, we are trying to test AWG 1.2.0 and following the installation guide on "https://developer.opentext.com/webaccess/#url=/awd/resources/articles/11098417/appworks+gateway+v120++installing+and+upgrading&tab=501" and adding the line -XX:MaxPermSize=512m to the properties as instructed, the Tomcat service fails to start with the following message: The Apache Tomcat 7.0 Tomcat7 service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.

enter image description here

After some testing and full re-installs of Tomcat + Gateway, I was able to pinpoint the useBodyEncodingForURI="true" as the cause.

What am I doing wrong here?
Thanks

Comments

  • Heya,

    So I think... the culprit is the quotes!!! Notice it's like the quotes look like

    “”

    when it should look like

    ""

    However if you past from the article like following it should work :)

    maxConnections="12000"
    maxThreads="2048"
    useBodyEncodingForURI="true"
    maxKeepAliveRequests="-1"
    keepAliveTimeout="60000"
    useBodyEncodingForURI="true"

  • SDay
    Options

    Hi

    Does anything of use get written to the tomcat error logs ?

    As Jonathan is correct there is a typo in the server.xml

    Simon