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 to

RE: Run Tomcat as a NT Service Problem

2001-05-24 Thread Pernica, Jan
gt; To: '[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: > &g

Re: Run Tomcat as a NT Service Problem

2001-05-24 Thread Huynh Tin
nald G. Louzon To: '[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:

RE: Run Tomcat as a NT Service Problem

2001-05-24 Thread Ronald G. Louzon
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 ,   I used

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.