I have apache 2.2 and tomcat 5.5 running on a Windows XP machine.
Which tomcat/apache connector is the easiest to set up and is well documented?
|
|
|
|
|
|
|
In your LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so Then you can use the ProxyPass and ProxyPassReverse directives as follows: ProxyPass /portal ajp://localhost:8009/portal ProxyPassReverse /portal ajp://localhost:8009/portal You should consult the Apache 2.2 documentation for a full catalog of the directives available. |
||
|
|
|
|
||
|
|