whitewaterbug wrote:
Is it possible to have apache HTTPd run as the web server and geronimo run as
the application server?
Yep, it's possible. Jason already pointed to the doc that works with Apache httpd 2.0.
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

Reply via email to