Hi,
To integrate apache with tomcat I used mod_proxy and mod_proxy_ajp.
My httpd.conf looks like this :
<Location /ajp>
</Location>
My server.xml is configured like :
<Connector port="8009"
protocol="AJP/1.3" proxyName="15.213.91.33" proxyPort="5643" />
Please let me know where my configuration is wrong ?
Thanks
Hemant