It is my understanding that JkMount is deprecated and no longer used in tomcat6. How would I make the following rule with only ajp?
JkMount /*/servlet/* ajp13
|
It is my understanding that JkMount is deprecated and no longer used in tomcat6. How would I make the following rule with only ajp?
| ||||
feedback
|
|
You have a couple of options to forward requests from apache to an application running on tomcat. One is the use of
In your example, the worker is named Other option is to use the module mod-proxy-ajp. It is sure simpler to configure but depending on the scenario you might want to use Personally I believe that nowadays there is no need to recompile practically anything. Debian has its own package for mod_jk, and you can get rpm files for rhel and rh-like distros. | |||
|
feedback
|