尝试使用 apache tomcat integertaion 运行 servlet 时获取以下日志。它说无法连接到tomcat。不知道为什么?此外,它试图连接到0.0.0.0:0
我有
<Connector port="8009" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
试过了
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
但没有运气
[2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [info] ajp_service::jk_ajp_common.c (2622): (worker1) 向 tomcat 发送请求失败(可恢复),因为请求发送期间出错(尝试 = 1) [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [调试] ajp_service::jk_ajp_common.c (2471):重试 1,在重试前休眠 100 毫秒 [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [调试] ajp_send_request::jk_ajp_common.c (1623): (worker1) 所有端点都断开连接。 [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [调试] jk_open_socket::jk_connect.c (485): 套接字 TCP_NODELAY 设置为 On [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [调试] jk_open_socket::jk_connect.c (574):为 socket=1548 设置了超时 3000 [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [调试] jk_open_socket::jk_connect.c (609): 试图将套接字 1548 连接到 0.0.0.0:0 [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [info] jk_open_socket::jk_connect.c (627): 连接到 0.0.0.0:0 失败 (errno=47) [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [info] ajp_connect_to_endpoint::jk_ajp_common.c (995):打开套接字失败 (0.0.0.0:0) (errno=47) [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [错误] ajp_send_request::jk_ajp_common.c (1629): (worker1) 连接到后端失败。Tomcat 可能未启动或正在侦听错误的端口 (errno=47) [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [info] ajp_service::jk_ajp_common.c (2622): (worker1) 向 tomcat 发送请求失败(可恢复),因为请求发送期间出错(尝试 = 2) [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [错误] ajp_service::jk_ajp_common.c (2642): (worker1) 连接到 tomcat 失败。 [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [调试] ajp_reset_endpoint::jk_ajp_common.c (786): (worker1) 使用套接字 -1 重置端点(套接字关闭) [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [debug] ajp_done::jk_ajp_common.c (3085): 为 worker worker1 和 socket -1 回收连接池 [2012 年 5 月 19 日星期六 13:29:39] [5260:4324] [info] jk_handler::mod_jk.c (2788):worker=worker1 的服务错误=-3 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] map_uri_to_worker_ext::jk_uri_worker_map.c (1131):尝试从 3 个映射映射 URI '/automationutil/LoginApp' [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] find_match::jk_uri_worker_map.c (945):尝试映射上下文 URI '/automationutil/*=worker1' 源 'JkMount' [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] find_match::jk_uri_worker_map.c (958): 找到通配符匹配 '/automationutil/*=worker1' [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] jk_handler::mod_jk.c (2621): 进入处理程序 jakarta-servlet worker=worker1 r->proxyreq=0 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] wc_get_worker_for_name::jk_worker.c (115): 找到一个工人 worker1 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] wc_get_name_for_type::jk_worker.c (292): 找到工作类型 'ajp13' [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] init_ws_service::mod_jk.c (1097): 服务协议=HTTP/1.1 方法=POST ssl=false 主机=(null) addr=127.0。 0.1 name=localhost port=82 auth=(null) user=(null) laddr=127.0.0.1 raddr=127.0.0.1 uri=/automationutil/LoginApp [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] ajp_get_endpoint::jk_ajp_common.c (3154):在 0 次重试后获得连接池插槽 = 0 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] ajp_marshal_into_msgb::jk_ajp_common.c (626):ajp 编组完成 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] ajp_service::jk_ajp_common.c (2449):处理 worker1 重试 2 次 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] ajp_send_request::jk_ajp_common.c (1623): (worker1) 所有端点都已断开连接。 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] jk_open_socket::jk_connect.c (485): 套接字 TCP_NODELAY 设置为 On [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] jk_open_socket::jk_connect.c (574): 为 socket=1548 设置超时 3000 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] jk_open_socket::jk_connect.c (609):尝试将套接字 1548 连接到 0.0.0.0:0 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [info] jk_open_socket::jk_connect.c (627): 连接到 0.0.0.0:0 失败 (errno=47) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [info] ajp_connect_to_endpoint::jk_ajp_common.c (995):打开套接字失败 (0.0.0.0:0) (errno=47) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [错误] ajp_send_request::jk_ajp_common.c (1629): (worker1) 连接到后端失败。Tomcat 可能未启动或正在侦听错误的端口 (errno=47) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [info] ajp_service::jk_ajp_common.c (2622): (worker1) 向 tomcat 发送请求失败(可恢复),因为请求发送期间出错(尝试 = 1) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] ajp_service::jk_ajp_common.c (2471):重试 1,在重试前休眠 100 毫秒 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] ajp_send_request::jk_ajp_common.c (1623): (worker1) 所有端点都已断开连接。 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] jk_open_socket::jk_connect.c (485): 套接字 TCP_NODELAY 设置为 On [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] jk_open_socket::jk_connect.c (574): 为 socket=1548 设置超时 3000 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] jk_open_socket::jk_connect.c (609):尝试将套接字 1548 连接到 0.0.0.0:0 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [info] jk_open_socket::jk_connect.c (627): 连接到 0.0.0.0:0 失败 (errno=47) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [info] ajp_connect_to_endpoint::jk_ajp_common.c (995):打开套接字失败 (0.0.0.0:0) (errno=47) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [错误] ajp_send_request::jk_ajp_common.c (1629): (worker1) 连接到后端失败。Tomcat 可能未启动或正在侦听错误的端口 (errno=47) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [info] ajp_service::jk_ajp_common.c (2622): (worker1) 向 tomcat 发送请求失败(可恢复),因为请求发送期间出错(尝试 = 2) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [错误] ajp_service::jk_ajp_common.c (2642): (worker1) 连接到 tomcat 失败。 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] ajp_reset_endpoint::jk_ajp_common.c (786): (worker1) 使用套接字 -1 重置端点(套接字关闭) [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [debug] ajp_done::jk_ajp_common.c (3085):为 worker worker1 和 socket -1 回收连接池 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [调试] jk_handler::mod_jk.c (2719): 消耗了 worker=worker1 的 22 字节剩余请求数据 [2012 年 5 月 19 日星期六 13:29:47] [5260:4324] [info] jk_handler::mod_jk.c (2788): 服务错误=-3 for worker=worker1
非常感谢任何帮助。在过去的 10 天里一直在敲我的头。
mod_jk.conf (C:\Program Files\apache-tomcat-5.5.35\conf\auto)
########## Auto generated on Sat May 19 12:48:58 IST 2012##########
<IfModule !mod_jk.c>
LoadModule jk_module "modules/mod_jk.dll"
</IfModule>
<VirtualHost localhost>
ServerName localhost
JkMount /webdav ajp13
JkMount /webdav/* ajp13
JkMount /tomcat-docs ajp13
JkMount /tomcat-docs/* ajp13
JkMount /balancer ajp13
JkMount /balancer/* ajp13
JkMount /host-manager ajp13
JkMount /host-manager/* ajp13
JkMount /automationutil ajp13
JkMount /automationutil/* ajp13
JkMount /servlets-examples ajp13
JkMount /servlets-examples/* ajp13
JkMount /jsp-examples ajp13
JkMount /jsp-examples/* ajp13
JkMount /manager ajp13
JkMount /manager/* ajp13
</VirtualHost>
worker.properties
# Define 1 real worker using ajp13
worker.list=worker1
# Set properties for worker1 (ajp13)
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
#worker.worker1.lbfactor=50
#worker.worker1.cachesize=10
#worker.worker1.cache_timeout=600
#worker.worker1.socket_keepalive=1
worker.worker1.socket_timeout=3000
uriworkermap.properties
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# uriworkermap.properties - IIS
#
# This file provides sample mappings for example wlb
# worker defined in workermap.properties.minimal
# The general syntax for this file is:
# [URL]=[Worker name]
#/admin/*=lb
#/manager/*=lb
#/jsp-examples/*=lb
/servlets-examples/*=worker1
#/examples/*=lb
/automationutil=worker1
/automationutil/*=worker1
#!/automationutil/*.html=worker1
# Optionally filter out all .jpeg files inside that context
# For no mapping the url has to start with exclamation (!)
#!/servlets-examples/*.jpeg=lb
#
# Mount jkstatus to /jkmanager
# For production servers you will need to
# secure the access to the /jkmanager url
#
#/jk-manager=jk-status
httpd.conf
#Include "C:/Program Files/Apache Software Foundation/Apache2.2/conf/vhosts.conf"
#LoadModule jk_module "C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_jk.so"
# Load mod_jk module
# Update this path to match your modules location
LoadModule jk_module "C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_jk.so"
# Declare the module for <IfModule directive> (remove this line on Apache 2.x)
#AddModule mod_jk.c
# Where to find workers.properties
# Update this path to match your conf directory location (put workers.properties next to httpd.conf)
JkWorkersFile "C:/Program Files/Apache Software Foundation/Apache2.2/conf/workers.properties"
# Where to put jk shared memory
# Update this path to match your local state directory or logs directory
JkShmFile "C:/Program Files/Apache Software Foundation/Apache2.2/logs/mod_jk.shm"
# Where to put jk logs
# Update this path to match your logs directory location (put mod_jk.log next to access_log)
JkLogFile "C:/Program Files/Apache Software Foundation/Apache2.2/logs/mod_jk.log"
# Set the jk log level [debug/error/info]
#JkLogLevel info
JkLogLevel debug
# Select the timestamp log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
# Send everything for context /examples to worker named worker1 (ajp13)
#<VirtualHost localhost:80>
# Set DocumentRoot equal to Tomcat ROOT context
#DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
#DocumentRoot "C:/Program Files/apache-tomcat-5.5.35/webapps"
# Exclude PHP & CGI (let Apache handle)
SetEnvIf Request_URI \.php no-jk
#SetEnvIf Request_URI \.cgi no-jk
#JkMount /* worker1
JkMount /automationutil worker1
JkMount /automationutil/* worker1
JkUnMount /automationutil/*.html worker1
#JkMount /automationutil/* worker1
#</VirtualHost>