You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lisa Tan <ag...@wayne.edu> on 2007/03/18 01:20:16 UTC

[users@httpd] Re: Apache Tomcat Connector Fail

I have tried to configure Apache and Tomcat through mod_jk and received the page can't be found when I access https://hostname/jsp-examples but https://hostname is working. The log files don't give me meanful info as follows. 

I have Linux 2.6.9 on x86. I am using the default Apache 2.0.52 and Openssl 0.9.7a, installed Java 1.5.0_11, Tomcat 5.5.17 and jakarta-tomcat-connectors-1.2.15.

I would appreciat if anyone could give any suggestion. Thanks!

mod_jk:
[Sat Mar 17 20:00:29 2007] [26862:9920] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/shibboleth-idp/*'
[Sat Mar 17 20:00:29 2007] [26862:9920] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/jsp-examples/*'

ssl_access_log:
141.217.4.56 - - [17/Mar/2007:20:00:29 -0400] "GET /jsp-examples HTTP/1.1" 404 299

error_log:
[Sat Mar 17 20:00:02 2007] [warn] Init: (node27.grid.wayne.edu:443) You configured HTTP(80) on the standard HTTPS(443) port!
[Sat Mar 17 20:00:02 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Mar 17 20:00:02 2007] [notice] Digest: done
[Sat Mar 17 20:00:02 2007] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sat Mar 17 20:00:02 2007] [notice] LDAP: SSL support unavailable
[Sat Mar 17 20:00:02 2007] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Sat Mar 17 20:00:02 2007] [warn] Init: (node27.grid.wayne.edu:443) You configured HTTP(80) on the standard HTTPS(443) port!
[Sat Mar 17 20:00:02 2007] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations

Lisa

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Re: Apache Tomcat Connector Fail

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
On Sat, 17 Mar 2007, Lisa Tan wrote:

> I have tried to configure Apache and Tomcat through mod_jk and received the page can't be found when I access https://hostname/jsp-examples but https://hostname is working. The log files don't give me meanful info as follows.
>
> I have Linux 2.6.9 on x86. I am using the default Apache 2.0.52 and Openssl 0.9.7a, installed Java 1.5.0_11, Tomcat 5.5.17 and jakarta-tomcat-connectors-1.2.15.
>
> I would appreciat if anyone could give any suggestion. Thanks!
>
> mod_jk:
> [Sat Mar 17 20:00:29 2007] [26862:9920] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/shibboleth-idp/*'
> [Sat Mar 17 20:00:29 2007] [26862:9920] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/jsp-examples/*'
>
> ssl_access_log:
> 141.217.4.56 - - [17/Mar/2007:20:00:29 -0400] "GET /jsp-examples HTTP/1.1" 404 299
>
> error_log:
> [Sat Mar 17 20:00:02 2007] [warn] Init: (node27.grid.wayne.edu:443) You configured HTTP(80) on the standard HTTPS(443) port!
> [Sat Mar 17 20:00:02 2007] [notice] Digest: generating secret for digest authentication ...
> [Sat Mar 17 20:00:02 2007] [notice] Digest: done
> [Sat Mar 17 20:00:02 2007] [notice] LDAP: Built with OpenLDAP LDAP SDK
> [Sat Mar 17 20:00:02 2007] [notice] LDAP: SSL support unavailable
> [Sat Mar 17 20:00:02 2007] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
> [Sat Mar 17 20:00:02 2007] [warn] Init: (node27.grid.wayne.edu:443) You configured HTTP(80) on the standard HTTPS(443) port!
> [Sat Mar 17 20:00:02 2007] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations
>
> Lisa
>
You need the trailing "/" in the request.

GET /jsp-examples/


----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org