Hello, I am running Fedora Core 2 with the stock version of tomcat, 4.1.27-13. I know this is not the latest version but I thought I'd start with what comes with this distribution.
I have followed the howto at jakarta.apache.org. First, if I go to http://localhost/examples, I can see the examples and run them with no problems. The problem is http://localhost:8080. According to the howto, I should see a tomcat welcome message. All I get is connection refused. The excerpt from the apahace error log is: [Mon Sep 13 10:26:27 2004] [error] channelSocket.open() connect failed localhost:8019 111 Connection refused [Mon Sep 13 10:26:27 2004] [error] ajp13.connect() failed ajp13:localhost:8019 [Mon Sep 13 10:26:27 2004] [error] ajp13.service() failed to connect endpoint errno=111 Connection refused [Mon Sep 13 10:26:27 2004] [error] ajp13.service() Error forwarding ajp13:localhost:8019 1 1 [Mon Sep 13 10:26:27 2004] [notice] ajp13.done() close endpoint ajp13:localhost:8019 error_state 1 [Mon Sep 13 10:26:27 2004] [error] lb.service() worker failed 120000 for ajp13:localhost:8019 [Mon Sep 13 10:26:28 2004] [error] channelUn.connect() connect failed 2 No such file or directory [Mon Sep 13 10:26:28 2004] [error] ajp13.connect() failed ajp13:/opt/33/work/jk2.socket [Mon Sep 13 10:26:28 2004] [error] ajp13.service() failed to connect endpoint errno=2 No such file or directory [Mon Sep 13 10:26:28 2004] [error] ajp13.service() Error forwarding ajp13:/opt/33/work/jk2.socket 1 1 [Mon Sep 13 10:26:28 2004] [notice] channelUn.close(): close unix socket -1 [Mon Sep 13 10:26:28 2004] [notice] ajp13.done() close endpoint ajp13:/opt/33/work/jk2.socket error_state 1 [Mon Sep 13 10:26:28 2004] [error] lb.service() worker failed 120000 for ajp13:/opt/33/work/jk2.socket [Mon Sep 13 10:26:28 2004] [error] channelSocket.open() connect failed localhost:8019 111 Connection refused [Mon Sep 13 10:26:28 2004] [error] ajp13.connect() failed ajp13:localhost:8019 [Mon Sep 13 10:26:28 2004] [error] ajp13.service() failed to connect endpoint errno=111 Connection refused [Mon Sep 13 10:26:28 2004] [error] ajp13.service() Error forwarding ajp13:localhost:8019 1 1 [Mon Sep 13 10:26:28 2004] [notice] ajp13.done() close endpoint ajp13:localhost:8019 error_state 1 [Mon Sep 13 10:26:28 2004] [error] lb.service() worker failed 120000 for ajp13:localhost:8019 [Mon Sep 13 10:26:28 2004] [error] channelUn.connect() connect failed 2 No such file or directory [Mon Sep 13 10:26:28 2004] [error] ajp13.connect() failed ajp13:/opt/33/work/jk2.socket [Mon Sep 13 10:26:28 2004] [error] ajp13.service() failed to connect endpoint errno=2 No such file or directory [Mon Sep 13 10:26:28 2004] [error] ajp13.service() Error forwarding ajp13:/opt/33/work/jk2.socket 1 1 [Mon Sep 13 10:26:28 2004] [notice] channelUn.close(): close unix socket -1 [Mon Sep 13 10:26:28 2004] [notice] ajp13.done() close endpoint ajp13:/opt/33/work/jk2.socket error_state 1 [Mon Sep 13 10:26:28 2004] [error] lb.service() worker failed 120000 for ajp13:/opt/33/work/jk2.socket The first thing I noticed is the ajp13:/opt/33/work/jk2.socket. I don't have this directory or file, anywhere. I'm not sure if I missed installing an rpm or there is a incorrect config file that cam with this distribution somewhere pointing to this. I have searched google and the archive with no success. Any help would be appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
