Versions Compared

Key

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

...

  • Stop Tomcat. 
  • In a text editor open FREVVO_HOME/tomcat/conf/server.xml 
  • Ensure that the AJP Connector is enabled by uncommenting out the section (Since version 4.1.2 uncommented is the default)   .   
Code Block
languagehtml/xml
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443"
maxHttpHeaderSize="32768"
useBodyEncodingForURI="true" 
tomcatAuthentication="false" /
  • Start Tomcat
  • Check that the configured AJP port is enabled and listening for requests. On a windows command prompt:
Code Block
 netstat -na | findstr 8009

 

Download and Configure an ISAPI Filter

...