You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matteo Turra <mt...@kion.it> on 2005/01/20 15:43:22 UTC

JK 1.2.8 and IIS 6

Does anybody use jk connector 1.2.8 with IIS 6 on Windows 2003.

I follow the few instruction 

1) In registry 

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
@=""
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="C:\\Program Files\\Apache Software Foundation\\Jakarta Isapi
Redirector\\log\\isapi_redirect.log"
"log_level"="debug"
"worker_file"="C:\\Program Files\\Apache Software Foundation\\Jakarta
Isapi Redirector\\conf\\workers.properties"
"worker_mount_file"="C:\\Program Files\\Apache Software
Foundation\\Jakarta Isapi Redirector\\conf\\uriworkermap.properties"

2) I didn't touch server.xml 

3) Tomcat stdout is 

20-gen-2005 15.02.21 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
20-gen-2005 15.02.21 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
20-gen-2005 15.02.21 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/50  config=null
20-gen-2005 15.02.21 org.apache.catalina.startup.Catalina start
INFO: Server startup in 42881 ms

4) IIS log say the configuration is OK

2005-01-20 14:17:16 127.0.0.1 GET /jakarta/isapi_redirect.dll - 80 -
127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322)
404 2 1260

5) Jk log is seems OK too

[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (700): Attempting to map URI
'/esse3/Start.do' from 4 maps
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context
URI '/esse3/*.pdf'
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context
URI '/esse3/*.xls'
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context
URI '/esse3/*.do'
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (808): Found a suffix match
ajp13w -> *.do
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
HttpFilterProc::jk_isapi_plugin.c (770): check if [/esse3/Start.do] is
points to the web-inf directory
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
HttpFilterProc::jk_isapi_plugin.c (788): [/esse3/Start.do] is a servlet
url - should redirect to ajp13w

But Tomcat access_log is empty!

Any suggestion?
_________________________________________________________

Matteo TURRA                       mail: m.turra@kion.it
Analisi & sviluppo WEB             tel: +39 051 61.11.430

KION Srl                           web: www.kion.it            
Via Cristoni, 86                   tel: +39 051 61.11.411
40033 Casalecchio di Reno (BO)     fax: +39 051 57.04.23
ITALIA
_________________________________________________________




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: JK 1.2.8 and IIS 6

Posted by Giuseppe SANTAMARIA <g....@studiodelta.it>.
Hi,

I have followed the instructions 
in this link without problems

http://www.jspwiki.org/attach?page=AttachmentsDemo%2Fiis6-Tomcat5-JK2.pdf



---------------------------------------------------------------
dott. Giuseppe Santamaria
divisione sviluppo - Studiodelta
g.santamaria@studiodelta.it

Studiodelta srl
Microsoft Certified Partner 
Via G. Amendola 162/1 BARI - ITALY 
Tel. (+39) 0805461860 Fax (+39)0805461878 
web: www.studiodelta.it
----- Original Message ----- 
From: "Matteo Turra" <mt...@kion.it>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Thursday, January 20, 2005 3:43 PM
Subject: JK 1.2.8 and IIS 6


Does anybody use jk connector 1.2.8 with IIS 6 on Windows 2003.

I follow the few instruction 

1) In registry 

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
@=""
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="C:\\Program Files\\Apache Software Foundation\\Jakarta Isapi
Redirector\\log\\isapi_redirect.log"
"log_level"="debug"
"worker_file"="C:\\Program Files\\Apache Software Foundation\\Jakarta
Isapi Redirector\\conf\\workers.properties"
"worker_mount_file"="C:\\Program Files\\Apache Software
Foundation\\Jakarta Isapi Redirector\\conf\\uriworkermap.properties"

2) I didn't touch server.xml 

3) Tomcat stdout is 

20-gen-2005 15.02.21 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
20-gen-2005 15.02.21 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
20-gen-2005 15.02.21 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/50  config=null
20-gen-2005 15.02.21 org.apache.catalina.startup.Catalina start
INFO: Server startup in 42881 ms

4) IIS log say the configuration is OK

2005-01-20 14:17:16 127.0.0.1 GET /jakarta/isapi_redirect.dll - 80 -
127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322)
404 2 1260

5) Jk log is seems OK too

[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (700): Attempting to map URI
'/esse3/Start.do' from 4 maps
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context
URI '/esse3/*.pdf'
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context
URI '/esse3/*.xls'
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context
URI '/esse3/*.do'
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
map_uri_to_worker::jk_uri_worker_map.c (808): Found a suffix match
ajp13w -> *.do
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
HttpFilterProc::jk_isapi_plugin.c (770): check if [/esse3/Start.do] is
points to the web-inf directory
[Thu Jan 20 15:17:16 2005] [1964:1968] [debug]
HttpFilterProc::jk_isapi_plugin.c (788): [/esse3/Start.do] is a servlet
url - should redirect to ajp13w

But Tomcat access_log is empty!

Any suggestion?
_________________________________________________________

Matteo TURRA                       mail: m.turra@kion.it
Analisi & sviluppo WEB             tel: +39 051 61.11.430

KION Srl                           web: www.kion.it            
Via Cristoni, 86                   tel: +39 051 61.11.411
40033 Casalecchio di Reno (BO)     fax: +39 051 57.04.23
ITALIA
_________________________________________________________




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: JK 1.2.8 and IIS 6

Posted by Mladen Turk <ml...@jboss.com>.
Matteo Turra wrote:
> Does anybody use jk connector 1.2.8 with IIS 6 on Windows 2003.
> 
> I follow the few instruction 
> 

For IIS6 you will need to add the 'Jakara Redirect'
(or any name you choose) pointining to jakarta_redirect.dll
to 'Web Service Extensions' and allow that extension.

Have you done that?

Also did you add 'jakarta' virtual directory with
'Scripts and Executables' executable permissions?
I should point to the folder with jakarta_redirect.dll

Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org