Quote:
Originally Posted by leorulez
|
Hi,
I had the same issue: apache and tomcat worked correctly respectively on ports 80 and 8080, but the redirection with mod_jk did not work.
I set JkLogLevel=debug instead of info in apache2.conf.
I obtained the following message in mod_jk.log:
"missing uri map for localhost.localdomain:/jsp-examples"
I corrected this when adding the following JkMount statement in Apache virtual hosts configuration file:
NameVirtualHost *
<VirtualHost *>
...
JkMount /jsp-examples/* worker1
</VirtualHost>
I hope this can help.
Ludo
Recent comments
1 day 4 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
2 days 6 hours ago
2 days 6 hours ago
2 days 10 hours ago