RE: Run Tomcat as a NT Service Problem

2001-05-25 Thread Ronald G. Louzon
for version 4.0 if a wrapper.properties file is not being used. ron -Original Message- From: Pernica, Jan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 12:56 AM To: [EMAIL PROTECTED] Subject: RE: Run Tomcat as a NT Service Problem Hi I am using Tomcat-4.0-b5. What shall I do

RE: Run Tomcat as a NT Service Problem

2001-05-24 Thread Ronald G. Louzon
of NT, the service will be stopped. I had to use JavaService.exe to get around this problem. -Original Message-From: Huynh Tin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 23, 2001 11:23 PMTo: [EMAIL PROTECTED]Subject: Run Tomcat as a NT Service Problem Hi all ,

Re: Run Tomcat as a NT Service Problem

2001-05-24 Thread Huynh Tin
o: '[EMAIL PROTECTED]' Sent: Thursday, May 24, 2001 8:42 PM Subject: RE: Run Tomcat as a NT Service Problem It sounds like you don't have "xerces.jar" as the first thing on your classpath. To make this the first thing on your classpath: 1) Edit the fil

RE: Run Tomcat as a NT Service Problem

2001-05-24 Thread Pernica, Jan
Subject: RE: Run Tomcat as a NT Service Problem It sounds like you don't have xerces.jar as the first thing on your classpath. To make this the first thing on your classpath: 1) Edit the file %TOMCAT_HOME%\conf\wrapper.properties 2) You see some lines in this file that start

Run Tomcat as a NT Service Problem

2001-05-23 Thread Huynh Tin
Hi all , I used jk_nt_service.exe to add Tomcat like NT service . I finished adding Tomcat into a NT service named TomcatService. I went to Control Panel to start TomcatService It started ok , but also stoped after started. What's happen.