RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
Users List' [EMAIL PROTECTED] cc Subject RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Actually, that error is generally related to IIS trying to start up when Apache Http server is running on the same port...make sure Apache http server is STOPPED and than Tomcat

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
Hi Rick, My last email contained a wrong diagnosis of the problem. redirection to lb:lb is fine, because it is defined as a load balancer in my workers2.properties. However, after entering http://localhost/examples I simply get a Server not found exception using MS IE 6 (indicating there was

SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
Hi to all! I finally have found the solution: 2.0.1 and 2.0.2 is now working - it seems my try to use a different name for the redirector dll other than isapi_redirector2.dll has caused the trouble. I thought I could use isapi_redirector2_201.dll and enter it in the extensionUri and use it as

RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Aparna Narla
-Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:43 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Hi to all! I finally have found the solution

RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Antoni Unkovich
a.m. To: 'Tomcat Users List' Subject: RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties -Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:43 PM To: Tomcat Users List Cc: [EMAIL PROTECTED

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-10 Thread Johannes Fiala
trying to get this work, but troubleshooting this IIS connector is much harder than programming Java :) thx a lot for your input! johannes Rick Bullotta [EMAIL PROTECTED] 09.03.2003 15:34 Please respond to [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: Tomcat 4.1.18

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-10 Thread Rick Bullotta
) -Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 2:24 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Hi Rick, I tried both fixes, but they failed. I also tried

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-09 Thread Johannes Fiala
Hi all, Thx Mark + Rick for your support. I tried to use your recommended settings and succeeded so far, as the green arrow is now showing after I restart IIS. However, I could not completely decipher the following settings (in Mark's jk2.properties):

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-09 Thread Johannes Fiala
hi there, here are the properties files I currently use (a merge of Mark's + Rick's configuration files): = jk2.properties = ## THIS FILE MAY BE OVERRIDEN AT RUNTIME. MAKE SURE TOMCAT IS STOPED ## WHEN YOU EDIT THE FILE. ## COMMENTS WILL BE

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-09 Thread Rick Bullotta
Here are a few differences between your configuration and mine: 1) My workers2.properties uses [shm:] instead of [shm]. 2) I found that the 2.0.2 jk2 ISAPI redirector dll does not like forward slash path syntax on Windows (for your SHM file). Try \\. Tomcat Users List [EMAIL PROTECTED]

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-03 Thread Johannes Fiala
Users List [EMAIL PROTECTED] To 'Tomcat Users List' [EMAIL PROTECTED] cc Subject RE: Tomcat 4.1.18 - IIS 5.0 plugin Johannes , All, I've found the 2.0.1 dll works - with jk2 style config, but not the 2.0.2 dll. Can anyone else confirm this is the case for them? If so, does anyone

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-03 Thread Mark Eggers
2.0.2 works fine for me on Windows/2000 Pro with both IIS 5 and Apache 2.0.43 with Tomcat 4.1.18 and j2sdk 1.4.1_01. I did find that I could not have both the version 1 and version 2 redirector in my registry. If I did, IIS would not connect to jk2. Once I removed that entry in the registry,

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-03 Thread Rick Bullotta
] Sent: Monday, March 03, 2003 4:49 PM To: Tomcat Users List Subject: RE: Tomcat 4.1.18 - IIS 5.0 plugin Chris, Unfortunately I cannot even confirm 2.0.1 works with MY configuration. Using 1.0, everything is ok. Using 2.0.1 or 2.0.2 however: *) there is no message in my logfile entered

Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-28 Thread Johannes Fiala
respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: Tomcat 4.1.18 - IIS 5.0 plugin Hi, You need to get isapi_redirector2.dll from the JK2 connectors part of the website. I had the same problem. Also, the registry keys need to be in 2.0, not 1.0

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-28 Thread Christopher Watson
- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: 28 February 2003 08:08 To: Tomcat Users List Subject: Re: Tomcat 4.1.18 - IIS 5.0 plugin Dear Ben, isapi_redirector version 1.0 is running smoothly with Tomcat 4.1.18 on my PC. Being curious, I tried to get 2.0.2 running as well

Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-27 Thread Schleimer, Ben
Hi, You need to get isapi_redirector2.dll from the JK2 connectors part of the website. I had the same problem. Also, the registry keys need to be in 2.0, not 1.0. 4.1.18 is compiled to use jk2, not jk. Good luck, Ben --- Johannes Fiala [EMAIL PROTECTED] wrote: hi there, I just tried to get

Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-26 Thread Konrad Rusz
Hi Johannes, Check Your configuration steps with these under this link: http://www.vacodi.com/howto/tomcat/iisnt/index.html (instead of Tomcat 4.0.1 You oght to use Your Tomcat 4.1.18). You should chek most of all Your registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta

Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-26 Thread Johannes Fiala
PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: Tomcat 4.1.18 - IIS 5.0 plugin Hi Johannes, Check Your configuration steps with these under this link: http://www.vacodi.com/howto/tomcat/iisnt/index.html (instead of Tomcat 4.0.1 You oght to use Your Tomcat 4.1.18). You should chek