> Is the log message the same when running without socket_timeout?

Without socket_timeout the log message looks as follow:
[code]
[Wed Nov 11 14:25:13 2009] [1976:2537062720] [info]
ajp_handle_cping_cpong::jk_ajp_common.c (865): timeout in reply cpong
[Wed Nov 11 14:25:15 2009] [1976:2537062720] [error]
ajp_connect_to_endpoint::jk_ajp_common.c (957): (worker_portfolio_son1)
cping/cpong after connecting to the backend server failed (errno=110)
[Wed Nov 11 14:25:15 2009] [1976:2537062720] [error]
ajp_send_request::jk_ajp_common.c (1507): (worker_portfolio_son1) connecting
to backend failed. Tomcat is probably not started or is listening on the
wrong port (errno=110)
[Wed Nov 11 14:25:15 2009] [1976:2537062720] [info]
ajp_service::jk_ajp_common.c (2447): (worker_portfolio_son1) sending request
to tomcat failed (recoverable), because of error during request sending
(attempt=1)
[Wed Nov 11 14:25:25 2009] [1976:2537062720] [info]
ajp_handle_cping_cpong::jk_ajp_common.c (865): timeout in reply cpong
[Wed Nov 11 14:25:27 2009] [1976:2537062720] [error]
ajp_connect_to_endpoint::jk_ajp_common.c (957): (worker_portfolio_son1)
cping/cpong after connecting to the backend server failed (errno=110)
[Wed Nov 11 14:25:27 2009] [1976:2537062720] [error]
ajp_send_request::jk_ajp_common.c (1507): (worker_portfolio_son1) connecting
to backend failed. Tomcat is probably not started or is listening on the
wrong port (errno=110)
[Wed Nov 11 14:25:27 2009] [1976:2537062720] [info]
ajp_service::jk_ajp_common.c (2447): (worker_portfolio_son1) sending request
to tomcat failed (recoverable), because of error during request sending
(attempt=2)
[Wed Nov 11 14:25:27 2009] [1976:2537062720] [error]
ajp_service::jk_ajp_common.c (2466): (worker_portfolio_son1) connecting to
tomcat failed.
[Wed Nov 11 14:25:27 2009] worker_portfolio_son1
citibank-extranet-ru-test.civ-versicherung.de 24.106692
[Wed Nov 11 14:25:27 2009] [1976:2537062720] [info] jk_handler::mod_jk.c
(2615): Service error=-3 for worker=worker_portfolio_son1

[/code]


>Please provide details on your OS, web server and configuration (e.g Jk
directives for Apache).

The OS is:
Linux version 2.6.9-78.0.13.ELsmp (mockbu...@hs20-bc2-5.build.redhat.com)
(gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)) #1 SMP Wed Jan 7 17:45:52
EST 2009

The httpd version is: 
Server version: Apache/2.0.52

mod_jk version is: 1.2.28

The Jk directive is (I am not sure is this you mind): 
Listen 172.23.17.33:80

<VirtualHost 172.23.17.33:80>
        ServerName mycompamny.com:80
        ServerAdmin r...@localhost
        DocumentRoot /opt/content/ru-extranet

        <IfModule mod_weblogic.c>
        debug ALL
        WLLogFile  /var/log/httpd/wl-proxy-ru.log
        DebugConfigInfo ON

        </IfModule>

        CustomLog /var/log/httpd/logfile
        ErrorLog  /var/log/httpd/error_log

        <Directory "/opt/content/ru-extranet">
                Options Indexes FollowSymLinks
                AllowOverride All
                Order allow,deny
                Allow from all
        </Directory>

  # Send everything for context /examples to worker

 JkMount  /myWeb/* worker_portfolio_son1

</VirtualHost>

-- 
View this message in context: 
http://old.nabble.com/A-question-about-mod_jk-1.2.28-configuration-tp26264069p26302185.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to