On 04/08/2015 12:43 PM, Leggio, Andrew wrote:
I am trying to get tomcat to work under Apache.  I have verified that
tomcat is listening on port 8009.

I tried doing the following:

*Apache Web Server Settings*

Add the following to the */etc/httpd/conf.d/proxy_ajp.conf* file or if
that file does not exist you can add it to the end of the
*/etc/httpd/conf/httpd.conf* file instead:

<IfModule mod_proxy_ajp.c>

   ProxyPass / ajp://localhost:8009/

</IfModule>


Did you actually load the mod_proxy_ajp module?
Given the directory structure of the configuration files you're likely using a distribution bundled apache httpd. Given that you'd probably get a bit more help from the resources for that distribution. But it's most likely that you need to ensure that the module is loaded.

Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to