You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2009/08/28 17:02:39 UTC

[jira] Commented: (GERONIMO-4812) can not configure httpd server

    [ https://issues.apache.org/jira/browse/GERONIMO-4812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748842#action_12748842 ] 

Forrest Xia commented on GERONIMO-4812:
---------------------------------------

Seems mod_jk does not work with G 2.2 tomcat connector anymore. More info is provided here:
1. I can make mod_jk working with tomcat 6.0.20 without problem
2. I can make mod_jk working with G 2.1.4 without problem
3. Cannot make mod_jk working with new G 2.2 tomcat AJP connector. After quite a while request waiting, the browser returns:
"Bad Gateway
The proxy server received an invalid response from an upstream server"

In the mod_jk log "apache_mod_jk.log", the error info shows:
[Fri Aug 28 05:26:50.310 2009] [25197:3084990144] [error] ajp_get_reply::jk_ajp_common.c (1962): (geronimo_ajp13) Tomcat is down or refused connection. No response has been sent to the client (yet)
[Fri Aug 28 05:26:50.310 2009] [25197:3084990144] [info] ajp_service::jk_ajp_common.c (2447): (geronimo_ajp13) sending request to tomcat failed (recoverable),  (attempt=2)
[Fri Aug 28 05:26:50.310 2009] [25197:3084990144] [error] ajp_service::jk_ajp_common.c (2466): (geronimo_ajp13) connecting to tomcat failed.

Firstly, I suspect if the defined Executor in G 2.2 tomcat server.xml breaks things, so I remove it from AJP connector definiton, but it still does not work.

> can not configure httpd server
> ------------------------------
>
>                 Key: GERONIMO-4812
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4812
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>         Environment: xp sp2
> jdk 1.6
>            Reporter: liangkun
>
> When configure Apache HTTPd follow the doc:http://cwiki.apache.org/GMOxDOC22/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html,I can get the right result if I input the link http://localhost but if I input the link http://localhost/concole/,I can not get the geronimo console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.