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

From FFL Wiki
Revision as of 16:32, 26 May 2010 by Phallus (talk | contribs) (Created page with 'Configure the tomcat end as follows <!-- Port for the apache proxy to use --> <Connector port="8081" protocol="HTTP/1.1" proxyName="www.themightystags.com" …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Configure the tomcat end as follows

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

then setup the proxy rule in Apache