Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First we must enable the standard port 9009 in the Confluence Tomcat by editing /opt/confluence/conf/server.xml.

First add the Connector directive,

Code Block
langhtml
useURIValidationHack="false" URIEncoding="UTF-8"/>

        <Connector port="8009" protocol="AJP/1.3" />

        <Engine name="Standalone" 

Next modify the Context directive,

Warning

Still need to fill in instructions on this topic.

...