B
Bryan
Hello all,
I'm having a problem with my connection between Apache and Tomcat
using mod_jk. I have it working right now with my VirtualHost in
Apache... any time I get a request for /java-stuff at xy.some-
domain.com I use JkMount to forward the request to Tomcat using
ajp13_worker, which is defined in the workers.properties class with
the host as localhost. I also have a VirtualHost set up in Tomcat's
server.xml file, which works just fine when I go to xy.some-domain.com:
8080. However, if I change my host in the workers.properties file to
use xy.some-domain.com rather than localhost, it doesn't work. I know
the /java-stuff path is correct, because it works when I go to port
8080.
Any suggestions? Anyone else have this problem?
Thanks in advance!
I'm having a problem with my connection between Apache and Tomcat
using mod_jk. I have it working right now with my VirtualHost in
Apache... any time I get a request for /java-stuff at xy.some-
domain.com I use JkMount to forward the request to Tomcat using
ajp13_worker, which is defined in the workers.properties class with
the host as localhost. I also have a VirtualHost set up in Tomcat's
server.xml file, which works just fine when I go to xy.some-domain.com:
8080. However, if I change my host in the workers.properties file to
use xy.some-domain.com rather than localhost, it doesn't work. I know
the /java-stuff path is correct, because it works when I go to port
8080.
Any suggestions? Anyone else have this problem?
Thanks in advance!