RE: Tomcat 5 and IIS 5

2004-02-16 Thread Krell, Andrew
Actually, I believe the current recommended connector for IIS is JK not JK2. At least that is the case according to the connector FAQ found here: http://jakarta.apache.org/tomcat/faq/connectors.html#vs Beyond that, there are many resources across the web, in the archives of the list, and on the

RE: Problems getting Tomcat 5.0.18 to work with IIS 5

2004-02-13 Thread Krell, Andrew
No, but you'll need to change the IP address in your workers.properties or workers2.properties file to point to the computer that serves your tomcat instance. I know in the workers2.properties (for JK2) you would to change the [channel.socket:localhost:8009] to

RE: Logging of JK2 ISAPI connector

2004-02-10 Thread Krell, Andrew
With JK2 you set the log in the workers2.properties file. Since you are using ISAPI, you will want: [logger.win32:] Level=(EMERG,ERROR,INFO, or DEBUG) According to the documentation, it normally ends at native Application Event Log. You can change the file location of some of the other

RE: IIS + Tomcat + Beans

2004-02-10 Thread Krell, Andrew
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 11:55 AM To: [EMAIL PROTECTED] Subject: IIS + Tomcat + Beans I have successfully integrated Tomcat 4.1 and IIS. I have Tomcat handle all jsp files that are on the IIS webserver.

RE: Tomcat, Apache, JK/JK2, mod_backhand

2004-02-10 Thread Krell, Andrew
This is the link to the Jakarta FAQ that answers the question which connector should I use? http://jakarta.apache.org/tomcat/faq/connectors.html#vs Good luck -Andrew -Original Message- From: Pete Stokes [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 3:06 PM To: Tomcat Users

Installing JK2 on a non-default web site.

2004-01-29 Thread Krell, Andrew
I succeeded in getting the isapi_redirector2 working under windows NT once, but have not been able to get it working for anything but the default website un IIS. Is there something else that needs to be done in this case? A setting that needs to be changed? Can the isapi filter worker on more

RE: jk_nt_service.exe

2004-01-28 Thread Krell, Andrew
The file you are looking for is Tomcat.exe in the bin directory. You have to run it from the command line as tomcat.ext -install and then add service_name JVM_Library (JVM_Option) replace those items with the proper instructions. Browse to the directory in the command line and type tomcat.exe -h

NT4 IIS4 Tomcat 4.1.29 JK2 inetinfo.exe Access Violation upon t omcat request

2004-01-26 Thread Krell, Andrew
We use IIS4 running on NT4.0 for our intranet, and want to add servlet capability to our setup. As such, I set up a test machine with tomcat. I then reinstalled NT4, the option pack, and service pack 6a so that I would have a clean machine to demonstrated the process. I followed the exact