Hi Dave,
        A couple things about this post...
        1st Read at least the introduction @ the following link
http://www.catb.org/~esr/faqs/smart-questions.html
        2nd I am assuming you are trying to serve the front end of a
Tomcat installation with IIS using the ISAPI redirector.  What DLL
version are you using?  Are you using the Tomcat Native runtime Library?
Are you running IIS 6 in IIS 5 isolation mode?
        3rd How about a look at your workers properties file and mapping
file?
        4th Is Tomcat getting the request?  (I bet no....as it never
leaves IIS....try isolation mode)
        5th Go back and finish reading all the information from the link
in item 1.

Cheers

~Charlie
 
 
The significant problems we have cannot be solved at the same level of
thinking with which we created them.
  - Albert Einstein
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 09, 2007 10:42 AM
To: users@tomcat.apache.org
Subject: IIS6 and Tomcat 5.5

The only thing that I can see missing from my setup is that when I make
a request for a URL served by the isapi_redirector, I dont see a
corresponding get for /jakarta/isapi_redirector.dll from IIS.

I have green lights everywhere, I have the logging turned up on the
filter, and I'm seeing that requests are coming through, and
isapi_redirector knows they are for him (unless forwarding escaped URI
means something else) no other errors on startup, so I am tempted to
think that things are looking OK.

Here is my uriworkermap.properties file:

/jsp-examples/*=patnc1
/portal/*=patnc1

Here is my workers.properties file:

worker.list=patnc1
worker.patnc1.type=ajp13
worker.patnc1.host=localhost
worker.patnc1.port=8009

Here's the log from the redirector, when I do a request for
/jsp-examples/index.html

[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c
(1199): Filter started
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c
(1266): Virtual Host redirection of
/localhost:88/jsp-examples/index.html
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c
(597): Attempting to map URI '/localhost:88/jsp-examples/index.html'
from 2 maps
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c
(609): Attempting to map context URI '/jsp-examples/*=patnc1' source
'uriworkermap'
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c
(609): Attempting to map context URI '/portal/*=patnc1' source
'uriworkermap'
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c
(1273): Default redirection of /jsp-examples/index.html
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c
(597): Attempting to map URI '/jsp-examples/index.html' from 2 maps
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c
(609): Attempting to map context URI '/jsp-examples/*=patnc1' source
'uriworkermap'
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c
(624): Found a wildchar match '/jsp-examples/*=patnc1'
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c
(1286): check if [/jsp-examples/index.html] is points to the web-inf
directory
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c
(1303): [/jsp-examples/index.html] is a servlet url - should redirect to
patnc1
[Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c
(1345): fowarding escaped URI [/jsp-examples/index.html]

Here's the IIS log for the same request...

2007-10-09 14:35:30 W3SVC1267602825 127.0.0.1 GET
/jsp-examples/index.html - 88 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+PATNC,+Inc.+STL+
MO+USA;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 404 2 1260

Can anyone provide a clue as to what I need to do from here?

Thanks for any and all assistance with this!

David Buttrick
Programming Manager
Parents As Teachers National Center
2228 Ball Drive
St. Louis, MO 63146
314-432-4330 x 282
[EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




 
 
************************************************************************
************
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals &
computer viruses.
************************************************************************
************






-----------------------------------------------------------
This message is a CONFIDENTIAL communication.  If you are not the intended 
recipient, please do not read, copy, or use it, and do not disclose it to 
others.  Please notify the sender of the delivery error by replying to this 
message, and then delete it from your system.  Thank you.

************************************************************************************
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer 
viruses.
************************************************************************************




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to