I really hate RPM`s . What does your httpd.conf look like ? What about your server.xml ? Did you do any configuration , or just startup both Tomcat and Apache? I always test on the examples first then remove the 8080 to confirm connection. Make sure to start Tomcat first, check server.xml to make sure you have a ajp14 connector running. Show me what you added to httpd.conf , or if you used an include file what does it look like. Adrian
Doesn`t look like the two are talking. ----- Original Message ----- From: "Steinar Bang" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.jakarta.tomcat.user To: <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 8:57 AM Subject: ajp14.service() error sending, retry on a new endpoint ajp13 > Platform: Intel PIII, RedHat 7.2, apache 2.0.35 from the RPM in URL > <http://ftp.falsehope.com/home/gomez/apache2/>, > tomcat 4.0.3, and mod_jk2 from RPMs in > <http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/rpms/> > > When I access a JSP from the Tomcat examples webapp through apache, > eg. > <http://myhost/examples/jsp/num/numguess.jsp> > I get the following messages in the apache error_log file: > > [Thu May 30 14:39:56 2002] [error] ajp14.service() error sending, retry on a new endpoint ajp13 > [Thu May 30 14:39:56 2002] [error] channelSocket.connect() connect failed 111 Connection refused > [Thu May 30 14:39:56 2002] [error] ajp14.connect() failed ajp13 > [Thu May 30 14:39:56 2002] [error] ajp14.service() failed to reconnect endpoint errno=111 > [Thu May 30 14:39:56 2002] [error] mod_jk.handler() Error connecting to tomcat 0 > and a 500 Internal error response is returned to the browser. > > Accessing normal HTML pages inside the examples webapp seems to work, > eg. > <http://myhost/examples/jsp/index.html> > > Accessing the JSP pages directly through HTTP (bypassing apache) works. Eg. > <http://myhost:8180/examples/jsp/num/numguess.jsp> > > The apache error log is filled up with lines like the one below: > [Thu May 30 14:39:57 2002] [notice] child pid 2016 exit signal Segmentation fault (11) > [Thu May 30 14:39:57 2002] [notice] child pid 2015 exit signal Segmentation fault (11) > > All hints and guesses at what's going on, appreciated! > > Thanx! > > > - Steinar > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
