Re: IIS 5.1 and Tomcat 4

2003-09-24 Thread Mats Andersson
True, my mistake. ;-) The module that could not be found, it seems like IIS is talking about isapi_redirect.dll. I don't know really how it all works with these isapi filters, but the file should be downloadable from a browser, so you should try pointing your browser to

RE: IIS 5.1 and Tomcat 4

2003-09-24 Thread Jon Skeet
The module that could not be found, it seems like IIS is talking about isapi_redirect.dll. I don't know really how it all works with these isapi filters, but the file should be downloadable from a browser, so you should try pointing your browser to

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
If you want you may send me your workers.properties uriworkermap.properties and exported registry settings and I will look closer at it. I can send you the dll files for jk and jk2 if you want. I have no idea why they are removed and where they are now. Mats Jon Skeet wrote: Just checking this,

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
[Tue Sep 23 09:31:04 2003] [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host redirection of /localhost/mobilizer/mobilizer/ [Tue Sep 23 09:31:04 2003] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue Sep 23 09:31:04 2003] [jk_uri_worker_map.c (368)]:

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Jon Skeet
snip log It seems like /mobilizer/mobilizer/ finds its way through, but the path /localhost/mobilizer/mobilizer doesn't. Is that correct? What is the path starting with /localhost, is this really your intention? There shouldn't be any path starting with /localhost. I'm visiting the URL

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
That explains the localhost part. Then I would try with a network sniffer (or whatever they are called) to find out if IIS tries to contact tomcat at 8009. If you don't have one, I suggest Ethereal at www.ethereal.com/ BTW: Do you get a strange stacktrace at startup (MBean something...)? Do

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Jon Skeet
That explains the localhost part. It worries me a bit though - I don't like the idea of paths having to *not* start with the machine name, just in case things get confused :( Then I would try with a network sniffer (or whatever they are called) to find out if IIS tries to contact tomcat at

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Jon Skeet
I've got a port monitor which just shows connections - and it shows no sign of IIS trying to contact Tomcat. I'll try with Ethereal as well. snip Darn - Ethereal won't (as far as I can see) let me capture network activity within my own system (ie the loopback, effectively). Any ideas what

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
Correct, but can't you use a browser on another machine? Mats Jon Skeet wrote: I've got a port monitor which just shows connections - and it shows no sign of IIS trying to contact Tomcat. I'll try with Ethereal as well. snip Darn - Ethereal won't (as far as I can see) let me capture

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Januski, Ken
Users List Subject: RE: IIS 5.1 and Tomcat 4 snip log It seems like /mobilizer/mobilizer/ finds its way through, but the path /localhost/mobilizer/mobilizer doesn't. Is that correct? What is the path starting with /localhost, is this really your intention? There shouldn't be any path

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
What do you get in the browser when trying to connect? Mats Jon Skeet wrote: I've got a port monitor which just shows connections - and it shows no sign of IIS trying to contact Tomcat. I'll try with Ethereal as well. snip Darn - Ethereal won't (as far as I can see) let me capture

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Jon Skeet
[Replying to two posts from Mats at once] (About not being able to sniff local packets) Correct, but can't you use a browser on another machine? Yes, but that wouldn't help - it's the IIS-Tomcat communication which is at issue here (I thought, anyway) and that would still be local. I don't

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Jon Skeet
Please excuse my butting in mid-thread as I may have missed something. I've spent more time than I'd like getting IIS and Tomcat working in the past but unfortunately don't remember all the details. One thing I do notice from earlier thread is that you seem to be calling the host

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Januski, Ken
Skeet [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 5:42 AM To: Tomcat Users List Subject: RE: IIS 5.1 and Tomcat 4 snip log It seems like /mobilizer/mobilizer/ finds its way through, but the path /localhost/mobilizer/mobilizer doesn't. Is that correct? What is the path starting

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Richard Norman
Norman Web/Application Developer Original Message Follows From: Januski, Ken [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: IIS 5.1 and Tomcat 4 Date: Tue, 23 Sep 2003 14:31:36 -0400 Jon, I think that the log is telling you

RE: IIS 5.1 and Tomcat 4

2003-09-22 Thread Jon Skeet
I'm trying to get IIS 5.1 and Tomcat 4 to play nicely together. snip Did this question not get answered because: a) I didn't provide enough information b) Few people on the list have hooked IIS up to Tomcat c) A more interesting question (OutOfMemoryError) came in soon afterwards ? If you

Re: IIS 5.1 and Tomcat 4

2003-09-22 Thread Mats Andersson
I think you must have this row in your workers.properties: worker.list=ajp13 More comments are embedded in your text below. Please let me know it this helps. /Mats Jon Skeet wrote: I'm trying to get IIS 5.1 and Tomcat 4 to play nicely together. So far I've not got very far. I've got: o

RE: IIS 5.1 and Tomcat 4

2003-09-22 Thread Jon Skeet
(Thanks for replying, btw :) I think you must have this row in your workers.properties: worker.list=ajp13 I'm afraid I already have that - I must have been a bit overenthusiastic when snipping my file down to a manageable file for mailing list purposes. o isapi_redirect.dll from

RE: IIS 5.1 and Tomcat 4

2003-09-22 Thread Jon Skeet
Just checking this, my log definitely shows it's found the ajp13 stuff: [Mon Sep 22 16:22:03 2003] [jk_worker.c (82)]: Into wc_open [Mon Sep 22 16:22:03 2003] [jk_worker.c (207)]: Into build_worker_map, creating 1 workers [Mon Sep 22 16:22:03 2003] [jk_worker.c (213)]: build_worker_map,

IIS 5.1 and Tomcat 4

2003-09-19 Thread Jon Skeet
I'm trying to get IIS 5.1 and Tomcat 4 to play nicely together. So far I've not got very far. I've got: o isapi_redirect.dll from http://apache.oregonstate.edu/jakarta/tomcat-3/bin/win32/i386/ (That's the only place I could find it, and it took a while to find... should I be worried that it's