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]>

Reply via email to