Re: Tomcat as NT service.. problem.

2001-07-17 Thread Gary Dale
ds, if not thousands, of dlls. > >-Original Message- >From: Bruce A. Carson [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 10, 2001 12:44 AM >To: [EMAIL PROTECTED] >Subject: RE: Tomcat as NT service.. problem. > > >Ah, you probably fell for the "secret" trap l

RE: Tomcat as NT service.. problem.

2001-07-10 Thread James Radvan
ROTECTED]] Sent: 10 July 2001 10:47 To: [EMAIL PROTECTED] Subject: RE: Tomcat as NT service.. problem. I would suggest that you investigate why this is before you call it a "secret trap" and "stupid". There are lots of little gottchas like this in Tomcat (and Windows in

RE: Tomcat as NT service.. problem.

2001-07-10 Thread Randy Layman
IL PROTECTED] Subject: RE: Tomcat as NT service.. problem. Ah, you probably fell for the "secret" trap laid for you by the programmers... The stupid Tomcat jk_nt_service can't handle directories with a space in them and the default install for Apache puts Apache in a directory with not

Re: Tomcat as NT service.. problem.

2001-07-10 Thread Tomeu Bennàssar
I had the same problem and Randy Layman send me the text bellow, try it, it worked for me Generally this is due to some form of Path error causing the service not to be able to start. There are three things to check: 1. The path to wrapper.properties is correct (its in the registry unde

Re: Tomcat as NT service.. problem.

2001-07-10 Thread Simon Mitchell bpc
I had the same problem. In my case it was fixed by setting wrapper.tomcat_home, java_home adding the jar files for tomcat and oracle in wrapper.properties wrapper.tomcat_home=c:\jakarta\jakarta-tomcat-3.2.2 wrapper.java_home=c:\jdk1.3 wrapper.class_path=$(wrapper.tomcat_home)\classes wrappe

RE: Tomcat as NT service.. problem.

2001-07-09 Thread Bruce A. Carson
Ah, you probably fell for the "secret" trap laid for you by the programmers...  The stupid Tomcat jk_nt_service can't handle directories with a space in them and the default install for Apache puts Apache in a directory with not one, but two spaces !!   I will send you my install directions

Tomcat as NT service.. problem.

2001-07-09 Thread Gregory Guthrie
I tried to setup Tomcat to start as an NT service (Win2k-Pro), as per:   Working with the Jakarta NT Service   http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-howto.html   And it seems OK:    E:\Net\Apache\Tools>jk_nt_service -i Tomcat e:\Net\Apache\Tomcat\conf\wrapper.properties    As