whitewaterbug wrote:
Yep, it's possible. Jason already pointed to the doc that works with Apache httpd 2.0.Is it possible to have apache HTTPd run as the web server and geronimo run asthe application server?
My suggestion is to use Apache 2.2 with mod_proxy and mod_proxy_http:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html You would want to use a basic 'Reverse Proxy' configuration. Bill
