> >
> > On 2001.04.14 13:53:19 -0400 Todd Chaffee wrote:
> >
> >> I installed the latest jboss 2.2 + tomcat binaries and am getting an
> >> error
> >> in tomcat when requesting any jsp page:
> >>
> >>
> >> [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111
> >> [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
> >>
> >> The error is in the mod_jk.log file.
>
> I'm not an apache/tomcat expert, but maybe I can point you in a
> fruitfull direction.
>
> Make sure that apache and tomcat agree on the port that that protocol
> should be listening on. You probably have apache's conf file including a
> 'mod-jk.auto' (or something like that). Take a look in that auto file
> and make sure that the ajp connection handler setup in (I believe) the
> server.xml that is included in the JBoss/tomcat distribution uses the
> same port.
>
Tomcat + apache work fine if I start apache and then tomcat so I believe
that apache & tomcat are communicating just fine. The problem is when I
start apache and then jboss + embedded tomcat. It seems like the
connection between apache and tomcat is handled differently in jboss and
I'm not sure what to do to get this working. Does jboss work with mod_jk?
It looks like jboss is trying to use ajp12 and I thought that mod_jk uses
ajp13. The sample pet store on the jboss.org site uses apache/jboss/tomcat
so I guess it is possible to get it working. Is there anyone that could
provide sample config files from that server so I could compare them to my
own?
- Todd Chaffee
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user