Techie:Techie Main/Java/Tomcat/Proxy through to Apache: Difference between revisions
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" …' |
No edit summary |
||
Line 1: | Line 1: | ||
Configure the tomcat end as follows | Configure the tomcat end as follows (<tomcat_install>/conf/server.xml) | ||
<!-- Port for the apache proxy to use --> | <!-- Port for the apache proxy to use --> |
Revision as of 16:39, 26 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"/>