-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael,

On 3/10/16 11:31 AM, Michael Fox wrote:
> I am running Red Hat Linux version 7.2 Apache version 2.4.6 Tomcat
> version 9.0.0.M1 Tomcat connector version 1.2.41
> 
> I have configured Tomcat and Apache for Tomcat calls to be handled
> by Apache.  I am not getting any errors when starting up Tomcat or 
> Apache, but how can I tell if the Tomcat calls are being handled
> by the Apache server?

If httpd is handling the requests, there should be entries in the
access_log. httpd will log those requests even if they are being
proxied to Tomcat, so presence in that log file doesn't mean that
something is wrong.

If you turn-up the log level for mod_jk, then you should be able to
see what mod_jk is doing.

Most common mistake with mod_jk configuration: placing JkMount
directives at the top-level of httpd.conf and not in a VirtualHost.
These JkMounts are ignored unless you explicitly do a JkMountCopy in
the VirtualHost. I would recommend against global JkMounts... just
move them into the proper VirtualHost if that's the problem.

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlbhot0ACgkQ9CaO5/Lv0PB2owCfWmm+osP0G9fbvBqEtXv+1Ql/
mFkAnRDxVEV+UkYEdwYpVLVAzc8Uq2/m
=t3LT
-----END PGP SIGNATURE-----

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

Reply via email to