Todd,

Thanks. This was already noted by several members of dev team and first
2.2.x release will solve this issue/bug. 

Vladimir 

On Mon, 16 Apr 2001, Todd Chaffee wrote:

> Just wanted to let everyone know I got this working by making the CLASSPATH
> blank before running JBoss.  I don't know why having something in my
> classpath was a problem, but it's working now.  Hopefully this will help
> someone save a little time in the future.  BTW, I didn't see this anywhere
> in the docs.  If I'm wrong, please point me in the right direction.  If
> not, I'd be happy to update the documentation so that this is mentioned.
> 
> - Todd Chaffee
> 
> 
> On 2001.04.16 11:21:58 -0400 Todd Chaffee wrote:
> > > > 
> > > > 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
> > 
> > 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to