Techie:Techie Main/Java/Tomcat/Proxy through to Apache

From FFL Wiki
Jump to navigation Jump to search

Configure the tomcat end as follows (<tomcat_install>/conf/server.xml)

  <Connector port="8081"
     protocol="HTTP/1.1"
     proxyName="www.themightystags.com"
     proxyPort="80"/>

then setup the proxy rule in Apache