Techie:Techie Main/Java/Tomcat/Proxy through to Apache: Difference between revisions

From FFL Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
       proxyPort="80"/>
       proxyPort="80"/>


then [[Apache/Proxy_Setup | setup the proxy rule in Apache]]
then [[Main/Apache/Proxy_Setup | setup the proxy rule in Apache]]

Revision as of 08:22, 27 May 2010

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