RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Allistair Crossley
if your uriworkermap.properties file contains /servlet-examples/*=ajp13w !/servlet-examples/*.jpeg=ajp13w then why are you expecting http://localhost/jsp-examples/index.html to work? For that, you'd need to add /jsp-examples/*=ajp13w (and restart IIS) Allistair. -Original

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread David Thielen
: trying to get Tomcat working through IIS if your uriworkermap.properties file contains /servlet-examples/*=ajp13w !/servlet-examples/*.jpeg=ajp13w then why are you expecting http://localhost/jsp-examples/index.html to work? For that, you'd need to add /jsp-examples/*=ajp13w (and restart IIS

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Allistair Crossley
September 2005 17:16 To: 'Tomcat Users List' Subject: RE: Desperate: trying to get Tomcat working through IIS First off - THANK YOU. It's amazing how it's so often a dumb little thing. Second, I'm getting a lot closer. I now get the following in the IIS log: 16:10:38 127.0.0.1 GET /servlet

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Tracy Spratt
To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS Hi, Can you list the registry settings in Apache Software Foundation/Isapi Redirector .. Can you check that your website has the ISAPI filter installed with a green arrow pointed up? Cheers, Allistair -Original

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread David Thielen
- dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 10:28 AM To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS Also, I think you have to manually

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Tracy Spratt
pages through the isapi filter ok. Tracy -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 2:02 PM To: 'Tomcat Users List' Subject: RE: Desperate: trying to get Tomcat working through IIS Hi; I went to Default Web Site, Properties, Home

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Tracy Spratt
, 2005 2:33 PM To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS Dave, I missed that you were using IIS 5 when I suggested the Web Extensions step. That is new with win 2003 and IIS 6 I believe. Since we are figuring this out as we go along, why don't your

Re: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Robert Koberg
Hi, If you define: /*=tomcat then *everything* goes to tomcat even if you define: !/*.asp=tomcat This seems to be a bug. -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread David Thielen
Yep - not needed. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 12:33 PM To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS Dave, I

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Woodchuck
infer that * alone permits any extension. Tracy -Original Message- From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 2:33 PM To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS Dave, I missed that you were using IIS 5

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Tracy Spratt
Service Extension in IIS 6. Tracy -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 5:19 PM To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS hihi all, fyi, there is a nice installation program that takes

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread David Thielen
:19 PM To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS hihi all, fyi, there is a nice installation program that takes the pain out of configuring IIS -- Tomcat for you, and it can be found here: http://www.shiftomat.de/opensource/ we use this in production