telnet localhost 8009
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
where would scalix-jk-common.conf be located on a FC4 install?
Thanks for all your help
-Sean
Moderators: ScalixSupport, admin
Code: Select all
#
# Scalix JK connector configuration
# (file common to all platforms)
#
# Setup JK connector needed to run Tomcat under Apache server:
<IfModule mod_jk.c>
# Set the jk log level [debug/error/info]
JkLogLevel info
# Select the log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
# JkOptions indicate to send SSL KEY SIZE,
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
# JkRequestLogFormat set the request format
JkRequestLogFormat "%w %V %T"
# Send everything for context /examples to worker named worker1 (ajp13)
JkMount /webmail* worker1
JkMount /sac* worker1
JkMount /caa* worker1
JkMount /webcal* worker1
JkMount /res* worker1
# workers.properties content:
# Define 1 real worker using ajp13
JkWorkerProperty worker.list=worker1
# Set properties for worker1 (ajp13)
JkWorkerProperty worker.worker1.type=ajp13
JkWorkerProperty worker.worker1.host=localhost
JkWorkerProperty worker.worker1.port=8009
JkWorkerProperty worker.worker1.lbfactor=50
JkWorkerProperty worker.worker1.cachesize=10
JkWorkerProperty worker.worker1.cache_timeout=600
JkWorkerProperty worker.worker1.socket_keepalive=1
JkWorkerProperty worker.worker1.reclycle_timeout=300
</IfModule>
[Sun Mar 19 19:02:57 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (192.168.1.2:8009) with (errno=111)
ScalixSupport wrote:... You also need to check /etc/hosts to make sure that you have nothing other than localhost.localdomain and localhost on the 127.0.0.1 line. ...
ScalixSupport wrote:... Does this mean that you had edited the file to remove the line ? ...
Code: Select all
[Wed Jun 07 15:34:10 2006] [info] jk_handler::mod_jk.c (1971): Service error=0 for worker=worker1
[Wed Jun 07 15:36:02 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Wed Jun 07 15:36:02 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Wed Jun 07 15:36:02 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Wed Jun 07 15:36:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Wed Jun 07 15:36:02 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Wed Jun 07 15:36:02 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Wed Jun 07 15:36:02 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Wed Jun 07 15:36:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Wed Jun 07 15:36:02 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Wed Jun 07 15:36:02 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Wed Jun 07 15:36:02 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Wed Jun 07 15:36:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=3
[Wed Jun 07 15:36:02 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=worker1 failed
Users browsing this forum: No registered users and 5 guests