Page tree

Versions Compared

Key

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

...

First add the Connector directive <Connector port="8009" protocol="AJP/1.3" /> just above the Engine directive,

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

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

        <Engine name="Standalone" 

Next modify the Context directive and add the attribute path="/wiki",

Code Block
langhtml
<Context path="/wiki" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true">
Warning

Still need to fill in clearer instructions on this topic.

...