Jspc.bat bug and NT service problem

2002-03-27 Thread warper
Hi again, first of all, can anybody confirm a bug in the jspc.bat file? It seems that it tries to use some classes that were placed in the "classes" folder of Tomcat. They are now placed in a .jar file in the "lib" folder (jasper-runtime.jar and jasper-compile.jar if I am not mistaken). Furt

RE: Jakarta Tomcat 3.2.3 Windows NT Service Problem

2002-02-21 Thread Randy Layman
> -Original Message- > From: MARSHALL,John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 7:27 PM > To: [EMAIL PROTECTED] > Subject: Jakarta Tomcat 3.2.3 Windows NT Service Problem > > > > wrapper.tomcat_home= > > wrapper.java_home=

Jakarta Tomcat 3.2.3 Windows NT Service Problem

2002-02-20 Thread MARSHALL,John
> Hello > I have installed Jakarta-Tomcat-3.2.4 and all works fine with the standard Tomcat startup, and shutdown.BAT files. But, > i am having problems starting tomcat as an NT Service. > > I use:- > Microwoft WIndows NT Version 4.0 (Build 1381) Service Pack 6) > Jakarta_Tomcat-3.2.3 > jk_nt_

RE: NT Service Problem

2001-09-04 Thread Rasmus Aaen
This is a known bug. It is corrected in JDK 1.3.1 /Rasmus -Original Message- From: Karthik Gopal [mailto:[EMAIL PROTECTED]] Sent: 5. september 2001 07:25 To: [EMAIL PROTECTED] Subject: NT Service Problem Hi, I installed Tomcat as an NT Service in a Win2k Server. While am logged in the

NT Service Problem

2001-09-04 Thread Karthik Gopal
Hi, I installed Tomcat as an NT Service in a Win2k Server. While am logged in the Server as an Administrator. Whenever the administrator logs off the server the Tomcat service stops. Am using JRE1.3 as the java package. I think this maybe a bug with JRE1.3. As the problem doesn't arise if I use JR

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: NT Service Problem for startup-servlet

2001-07-11 Thread Alberto Torna Jr.
Compare the classpaths.  Use Tomcat -env to view the complete classpath in that instance.  Then modify the wrapper.properties and ensure all classpaths are correct.    >From: "abdur raheem" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >

NT Service Problem for startup-servlet

2001-07-11 Thread abdur raheem
Hi all, I make tomcat as NT service. Its working. but i created a startup servlet and also made changes in web.xml according to that. but when i started thru net service the startup servlet is not loaded, at the same i start Tomcat thru "startup" the startup-servlet is working and i am getting res

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

nt service problem

2001-06-25 Thread Marcin Gryszkalis
hello I have: Tomcat 3.2.2 jdk 1.3.1 Win2000sp2 Apache 1.3.20 I installed it and Tomcat runs well standalone - serves pages on port 8080 - runs jsp-s requested from apache After trying tu run it as a service after few problems (paths with spaces, fixed) I installed it and started as service. A

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.

RE: NT Service Problem

2001-05-23 Thread Ronald G. Louzon
--Original Message-From: Huynh Tin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 23, 2001 5:46 AMTo: [EMAIL PROTECTED]Subject: NT Service Problem Hi all ,   I used jk_nt_service.exe to add Tomcat like NT service . I modified wrapper.properties file and then updated parameters

NT Service Problem

2001-05-23 Thread Huynh Tin
Hi all ,   I used jk_nt_service.exe to add Tomcat like NT service . I modified wrapper.properties file and then updated parameters as follows:         wrapper.tomcat_home = path of TOMCAT_HOME         wrapper.java_home = path of JAVA_HOME   I finished adding Tomcat into a NT service named

Tomcat NT Service problem

2001-03-29 Thread Hellinga, Roy G
I'm running Tomcat 3.2.1, on an NT4.0 workstation, installed as an NT service (just one instance of Tomcat). I followed the instructions provided in doc/NT-Service-howto.html that came with release 3.2.1. However, whenever I log off, the tomcat service quits. This really defeats the purpose of i

Re: Running Tomcat as an NT Service Problem....

2001-01-10 Thread John Ellis
Corey, There is a bug in the JDK 1.3 that causes this. Your options are: use JDK1.2.2, wait for JDK1.3.1, or use an NT service that runs your code through JNI calls like jsrvany or javaserv. John [EMAIL PROTECTED] wrote: > Dear users, > > I have installed tomcat and I am running it as an NT

RE: Running Tomcat as an NT Service Problem....

2001-01-10 Thread Randy Layman
PROTECTED]] Sent: Wednesday, January 10, 2001 4:26 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Running Tomcat as an NT Service Problem Dear users, I have installed tomcat and I am running it as an NT service and I am running it with IIS. Everything is working fine. I set the

Running Tomcat as an NT Service Problem....

2001-01-10 Thread Corey_Drew
Dear users, I have installed tomcat and I am running it as an NT service and I am running it with IIS. Everything is working fine. I set the Jakarta service to run as the system(default) but when i log off the box the service stops running. I don't know why the service would stop when I log off t