Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8009" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
LoadModule jk2_module modules/mod_jk2.so
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
[uri:/*do]
worker=ajp13:localhost:8009
[uri:/*jsp]
worker=ajp13:localhost:8009
[uri:/admin/j_security_check]
worker=ajp13:localhost:8009
[uri:/clientV1]
worker=ajp13:localhost:8009