DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35282>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35282

           Summary: Unable to use connector AJP on W2003 Server with IIS 6.0
                    and JBOSS 3.2.5
           Product: Tomcat 5
           Version: 5.0.0
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P2
         Component: Connector:AJP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


On a W2003 server with IIS 6.0, we used JBOSS 3.2.5 for our application.
We try to use the AJP connector. So we get the dll isapi_redirect-1.2.13.dll 
and the howto document.

So, i create an ISAPI filter called jakarta on IIS Web Site. I create a virtual 
directory called jakarta. I create a virtual directory called CCS on my 
application.war under JBOSS.

I create file uriworkermap.properties:
/CCS/*.jsp=titi

I create file workers.properties:
workers.tomcat_home=c:/xxx/jboss-3.2.5/server/CCS/deploy/jbossweb-tomcat50.sar
workers.java_home=c:/j2sdk1.4.2_04
ps=\
worker.list=titi
worker.titi.port=8009
worker.titi.host=localhost
worker.titi.type=ajp13
worker.ajp13.lbfactor=1

I update the registry database:
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirect-1.2.13.dll"
"log_file"="C:\\xxx\\jboss-3.2.5\\server\\CCS\\log\\isapi.log"
"log_level"="debug"
"worker_file"="C:\\xxx\\jboss-3.2.5\\server\\CCS\\deploy\\jbossweb-
tomcat50.sar\\META-INF\\workers.properties"
"worker_mount_file"="C:\\xxx\\jboss-3.2.3\\server\\CCS\\deploy\\jbossweb-
tomcat50.sar\\META-INF\\uriworkermap.properties"

I restart IIS. My filter ISAPI is green.
I start JBOSS.
I fail to connect to http://localhost/CCS/User/Login.jsp.
In my isapi.log file, i have:

[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] jk_shm_open::jk_shm.c (91): 
Initialized shared memory size=66560 free=65536 addr=0x13a9310
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] init_jk::jk_isapi_plugin.c 
(1132): Using registry.
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] init_jk::jk_isapi_plugin.c 
(1135): Using log file C:\AccessCommerce\CCS42\jboss-3.2.5
\server\CCS\log\isapi.log.
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] init_jk::jk_isapi_plugin.c 
(1136): Using log level 1.
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] init_jk::jk_isapi_plugin.c 
(1137): Using extension uri .
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] init_jk::jk_isapi_plugin.c 
(1138): Using worker file C:\AccessCommerce\CCS42\jboss-3.2.5
\server\CCS\deploy\jbossweb-tomcat50.sar\workers.properties.
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] init_jk::jk_isapi_plugin.c 
(1139): Using worker mount file C:\AccessCommerce\CCS42\jboss-3.2.5
\server\CCS\deploy\jbossweb-tomcat50.sar\uriworkermap.properties.
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] init_jk::jk_isapi_plugin.c 
(1141): Using uri select 0.
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (260): wildchar rule /CCS/*=titi was 
added
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] build_worker_map::jk_worker.c 
(236): creating worker titi
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] wc_create_worker::jk_worker.c 
(141): about to create instance titi of ajp13
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] wc_create_worker::jk_worker.c 
(154): about to validate and init titi
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_validate::jk_ajp_common.c 
(1794): worker titi contact is 'localhost:8009'
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1883): setting socket keepalive to 0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1922): setting socket timeout to -1
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1926): setting socket buffer size to 0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1930): setting connection recycle timeout to 0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1934): setting cache timeout to 0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1938): setting connect timeout to 0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1942): setting reply timeout to 0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1946): setting prepost timeout to 0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1950): setting recovery opts to 0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] ajp_init::jk_ajp_common.c 
(1954): setting number of retries to 3
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
ajp_create_endpoint_cache::jk_ajp_common.c (1831): setting connection cache 
size to 10
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] build_worker_map::jk_worker.c 
(248): removing old titi worker
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
HttpFilterProc::jk_isapi_plugin.c (696): Detected IIS >= 5.0
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
HttpFilterProc::jk_isapi_plugin.c (747): Filter started
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
HttpFilterProc::jk_isapi_plugin.c (813): Virtual Host redirection 
of /127.0.0.1/CCS/
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (442): Attempting to map 
URI '/127.0.0.1/CCS/' from 1 maps
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (454): Attempting to map context 
URI '/CCS/*'
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
HttpFilterProc::jk_isapi_plugin.c (820): Default redirection of /CCS/
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (442): Attempting to map URI '/CCS/' 
from 1 maps
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (454): Attempting to map context 
URI '/CCS/*'
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (468): Found a wildchar match titi -
> /CCS/*
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
HttpFilterProc::jk_isapi_plugin.c (830): check if [/CCS/] is points to the web-
inf directory
[Thu Jun 09 10:04:32 2005] [2408:2416] [debug] 
HttpFilterProc::jk_isapi_plugin.c (848): [/CCS/] is a servlet url - should 
redirect to titi

What can i do?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to