Re: Running Tomcat as a service

2003-07-07 Thread Tom Cole
I don't know if this will help, but I have the same setup and it's working just fine. I did go into the World Wide Web Publishing Services in Win2000 and add the Apache Tomcat 4.1 service as a dependency. What this does is to ensure that Tomcat starts before IIS does. If you need details, let me

Problems integrating Tomcat 4.1.24 IIS

2003-07-07 Thread Tom Cole
Well surprisingly enough I am now having problems with a Tomcat/IIS integration that was working fine on Friday. The jk_iis.log file shows an error 61 trying to connect the port to the Tomcat Process. Any ideas why this would become a problem? Tom E. Cole, Jr. General Manager, Lamatek, Inc.

Re: Running Tomcat 4.0.4 on Multiple CPUs. Problem?

2003-07-02 Thread Tom Cole
Mine runs fine on a dual Xeon 2.4GHz, but it was installed there, not moved, if that matters. - Original Message - From: Andoni [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 6:13 AM Subject: Running Tomcat 4.0.4 on Multiple CPUs. Problem?

Re: tomcat 4.1.24 installation problem

2003-07-02 Thread Tom Cole
I used these: Integrating with IIS: http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html With Apache: http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html - Original Message - From: vilpesh mistry [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 6:06 AM

Re: How to run as a startup application!!!

2003-07-02 Thread Tom Cole
Write a wrapper with a main class that launches your app, then install it as a service, making it dependent on Apache Tomcat service. - Original Message - From: RamKumar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 7:45 AM Subject: How to run as

Re: How to run as a startup application!!!

2003-07-02 Thread Tom Cole
, thanks for your idea. We should support linux also. In this case what should we do?. thanks, -Ramkumar - Original Message - From: Tom Cole [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 6:18 PM Subject: Re: How to run as a startup

Re: repost: JSP Compile Fails

2003-07-02 Thread Tom Cole
Spaces in your install path for Tomcat will cause ANT to fail. You should reinstall with a new path that does not include spaces. - Original Message - From: Nathan McMinn [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:41 AM Subject: repost: JSP

Problem with new 4.1.24 install

2003-06-27 Thread Tom Cole
I'm integrating Tomcat 4.1.24 with IIS in a Windows 2000 Server environment. 1. I downloaded and installed the distribution. 2. Downloaded the isapi_redirector.dll and placed it in /conf/ 3. I created the workers.properties and uriworkermap.properties file. 4. Uncommented the APJ13 section of the

Re: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Tom Cole
I'm using the latest isapi_redirector.dll (notice the 'or' at the end) with no problems. But I'm running 4.1.24. - Original Message - From: Eriksen, Kjell [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:20 AM Subject: RE: Win2003 IIS6 ISAPI