I set logging to debug, deleted the log file, and restarted. No log file was
created. But in the ISAPI Filter list it does have a green up arrow.

What do I try now?

Thanks - dave


-----Original Message-----
From: David Thielen [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 17, 2005 10:50 PM
To: tomcat-user@jakarta.apache.org
Subject: Can't get isapi_redir working on Win 2003/IIS6

Hi;

 

I have tomcat working fine on my workstation - Windows XP/ IIS5

 

I installed tomcat on our server - Windows 2003 / IIS6

 

I ran the isape_redirect.exe installer. 

I then copied over my worker.properties.minimal and uriworkermap.properties.


I then went to Web Services Extensions and added isapi_redirector.dll and
set it to allowed.

 

I have a green arrow for the jakarta ISAPI Filter

The registry entries and jakarta virtual directory properties all look
correct - they were set by the installer.

 

I can run one of my servlets using 8080 - http://www.windward.net:8080/track
works

But http://www.windward.net/track
<http://www.windward.net/track%20fails%20with%20error%20404>  fails with
error 404.

 

The log:

2005-09-18 04:36:59 W3SVC862201082 JASMINE 192.168.200.11 GET /track - 80 -
192.168.200.11
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.
NET+CLR+1.0.3705) sourceid=1127005230840_144 - www.windward.net 404 0 0

 

Workers.properties.minimal:

worker.list=ajp13w

worker.ajp13w.type=ajp13

worker.ajp13w.host=localhost

worker.ajp13w.port=8009

 

uriworkermap.properties:

/admin/*=wlb

/manager/*=wlb

/store/*=ajp13w

/track/*=ajp13w

*.jsp=ajp13w

*.faces=ajp13w

/forums/*=ajp13w

 

isapi_redirect.log - empty (0 bytes)

 

Other logs - nothing on isapi_redirect.

 

Registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector]

@=""

 

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]

@=""

"extension_uri"="/jakarta/isapi_redirect.dll"

"log_file"="C:\\Tomcat 5.5\\logs\\isapi_redirect.log"

"log_level"="info"

"worker_file"="C:\\Tomcat 5.5\\conf\\workers.properties.minimal"

"worker_mount_file"="C:\\Tomcat 5.5\\conf\\uriworkermap.properties"

 

Any ideas?

 

Thanks - dave

 



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

Reply via email to