users@glassfish.java.net

Re: Running GlassFish with mod_proxy

From: Kristian Rink <kawazu_at_zimmer428.net>
Date: Fri, 27 Jun 2008 10:25:41 +0200

Hi there;

glassfish_at_javadesktop.org schrieb:
[...]
> My mod_proxy configuration in httpd.conf is:
> <VirtualHost *:80>
> <Location ...>
> ProxyPass http://localhost:8080/webchat/
> ProxyPassReverse http://localhost:8080/webchat/
> </Location>
> </VirtualHost>

Just to make sure, have you already read through

http://forums.java.net/jive/thread.jspa?messageID=276500

and tested whether this addresses your problem? We're not (yet) using
any comet functionality in our apache2/glassfish2 environment but
reading through the solution it sounds logical...

Cheers,
Kristian