users@glassfish.java.net

Re: Running GlassFish with Apache httpd

From: <glassfish_at_javadesktop.org>
Date: Mon, 07 Apr 2008 21:27:39 PDT

You can use the Tomcat AJP connector. This is kind of a backwards way to get it installed but AJP works quite well. You would need to use apache's mod_proxy_ajp.

See this site for more information:
http://weblogs.java.net/blog/amyroh/archive/2006/08/glassfish_suppo.html

Another option, if you aren't going to have a lot of traffic replace mod_proxy_ajp with mod_proxy_http and just point it to the http port of glassfish instead of installing tomcat's AJP module in it.
[Message sent by forum member 'amattas' (amattas)]

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