Hi Ross,open server.xml in your tomcat/conf and search for the Connector-Element. Add the following two attributes to that element:
proxyName="yourRealHostName" proxyPort="yourRealWebserverPort(80)".
Info can be found here: http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html#Common_Attributes Cheers nillehammer --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
