Hello,

I have Apache connected with Tomcat using mod_jk (all latest versions)

Everything is working fine, except when my Tomcat application sends a redirection response.

My app is in installed in the "/app1" context in Tomcat.

In my httpd.conf file, I have the following configuration:

<VirtualHost 127.0.0.1:80>
ServerName app1.localhost
...