Hi Andre

I am using Apache Tomcat connectors -

https://tomcat.apache.org/connectors-doc/webserver_howto/apache.html

I got confused about using http as a proxy.

Here is my workers.properties file:

Workers.tomcat_home=C:\Program Files (x86)\apache-tomcat-9.0.6 #Make mod_jk 
module aware of Tomcat 
workers.java_home=C:\Program Files (x86)\Java\jre1.8.0_161 #Make mod_jk module 
aware of jre 
ps = \ # Specify the file path separator 
worker.list=ajp13 
worker.ajp13.port=8009 #Workport , this port should match the port used by the 
AJP/1.3 protocol of the Connector element in server.xml 
worker.ajp13.host=localhost #Tomcat server address 
worker.ajp13.type=ajp13 #type

Reply via email to