Making Apache mod_rewrite and the ajp Tomcat connector work together
Apache’s URL rewriting facility can be used to shape URLs piped to Tomcat, but it’s not as simple as it seems. The basic action is straightforward. First incoming URLs are processed by mod_rewrite, then they are matched up against JkMount definitions to find the appropriate Tomcat connector to use. The ( more… )
Posted In Enterprise Java | Stupid Linux Tricks
Tagged