Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-12 Thread Rainer Jung
On 12.02.2012 01:44, modjkl...@comcast.net wrote: For example, if a socket connection is established and AJP transmission occurs, even though it's only one way, would GlassFish have to be listening for this to happen? Would GlassFish have to reply via AJP to establish a socket? That sort of

Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-12 Thread André Warnier
Hi. Basically, many people here wouldn't know Glassfish, and would not know how in Glassfish one sets up a Connector (if they are called that way in Glassfish) listening on port 8009 AND expecting AJP as a protocol. I know even less of Glassfish, but the kind of messages shown in the mod_jk

desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-11 Thread modjklist
I'm trying to get Apache2 Webserver talking to Glassfish3 using mod_jk on CentOS, where everything is a fresh install (new server), no load balancing, no clustering, and everything is all on one server (so no firewall between Apache and Glassfish). I'm quite desperate to get this working, and

Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-11 Thread Pid *
On 11 Feb 2012, at 23:36, modjkl...@comcast.net modjkl...@comcast.net wrote: I'm trying to get Apache2 Webserver talking to Glassfish3 using mod_jk on CentOS, where everything is a fresh install (new server), no load balancing, no clustering, and everything is all on one server (so no firewall

Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-11 Thread modjklist
Hi Pid, 1. When I say GlassFish embeds Tomcat I just mean it's derived from Tomcat (could be fork, etc.) 2. I should have mentioned the configuration for GlassFish to talk to mod_jk. I used the example in the admin's document (go here: http://docs.oracle.com/cd/E18930_01/html/821-2416/

Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-11 Thread Pid *
On 12 Feb 2012, at 00:03, modjkl...@comcast.net modjkl...@comcast.net wrote: Hi Pid, 1. When I say GlassFish embeds Tomcat I just mean it's derived from Tomcat (could be fork, etc.) 2. I should have mentioned the configuration for GlassFish to talk to mod_jk. I used the example in the

RE: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-11 Thread Caldarale, Charles R
From: modjkl...@comcast.net [mailto:modjkl...@comcast.net] Subject: Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container When I say GlassFish embeds Tomcat I just mean it's derived from Tomcat (could be fork, etc.) It is a fork,

Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-11 Thread John Renne
asadmin create-http-listener --listenerport 8009 --listeneraddress 0.0.0.0 --defaultvs server jk-connector --port 4850 So you're creating a listener called jk-connector (why do you add the -port 4850 btw? asadmin create-network-listener --protocol http-listener-1 --listenerport

Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-11 Thread modjklist
Thanks everyone, some more info: 1. Note that over the last week I've submitted to GlassFish forum here: http://www.java.net/forum/topic/glassfish/glassfish/need-help-glassfish-install-front-ended-apache2-modjk#comment-822040 to serverfault here: