Re: Tomcat as an NT Service.

2002-04-22 Thread Jacob Kjome
Hello ari, Which version of Tomcat? If 4.0, then you don't use jk_nt_service.exe. You use Tomcat.exe that is in the $TOMCAT_HOME/bin directory. Just use the following to install/uninstall the service (copy/paste the lines below to the command line...assuming you've set up the environment

RE: Tomcat as an NT service again...

2002-02-20 Thread Randy Layman
This probably won't come as a surprise to you, but the problem is your classpath. The error you posted indicates that Tomcat can't load the XML parser. I would check the JavaService syntax for setting the classpath and then verify that jaxp and parser are at the path indicated.

Re: Tomcat as an NT service again...

2002-02-20 Thread Mike Welch
Randy Layman wrote: This probably won't come as a surprise to you, but the problem is your classpath. The error you posted indicates that Tomcat can't load the XML parser. I would check the JavaService syntax for setting the classpath and then verify that jaxp and parser are at

RE: Tomcat as an NT service

2002-02-06 Thread Alex Perez
Have you got anything in the log for the service? Alex -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 19:16 To: Tomcat Users List Subject: Tomcat as an NT service Thanks for the help I recieved early, found out why I couldnt get it to work

RE: Tomcat as an NT service

2002-02-06 Thread Ken Sanderson
-Original Message- From: Alex Perez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 12:22 PM To: Tomcat Users List Subject: RE: Tomcat as an NT service Have you got anything in the log for the service? Alex -Original Message- From: Ken Sanderson [mailto:[EMAIL

RE: Tomcat as an NT service

2002-02-06 Thread Randy Layman
Sanderson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 2:43 PM To: Tomcat Users List Subject: RE: Tomcat as an NT service Nothing in my system logs and the only change to the other log files in the logs folder of tomcat is to jvm.stderr. The message added

RE: Tomcat as an NT service

2002-02-06 Thread Larry Isaacs
: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 2:07 PM To: 'Tomcat Users List' Subject: RE: Tomcat as an NT service This would indicate that Tomcat can't read the server.xml file because its missing the XML parser. Check your wrapper.properties file

Re: Tomcat-as-an-NT-service startup failure

2002-01-07 Thread Kevin HaleBoyes
Thanks for your help Andrew. First to answer some of the points made: I didn't install the jk_nt_service component since Tomcat already worked as a service. Ie., I could start and stop it from the NT service manager. I only have one JDK installed on the machine though there is also a JRE

Re: Tomcat-as-an-NT-service startup failure

2001-12-17 Thread Andrew Bruno
Hi Kevin, in my document there could be a mistake. tomcat binary comes pre-installed with the NT Service, so there is no need to install the second jk_nt_service Look in your services, and see if you see if you see a service named Apache Tomcat with executabel path being

Re: tomcat as an NT service.

2001-08-30 Thread ravishankar s
dear sumit, here's what the docs say The Jakarta NT service is an executable that wraps the Tomcat servlet container and executes it in the background as an NT service. To install it you will need to: 1.Get a hold on the NT executable (jk_nt_service.exe) Download the executable

RE: tomcat as an NT service.

2001-08-30 Thread Nirmal Rajarathnam
In your install directory look for NT-Service-howto.html in the doc subdirectory. -Original Message- From: Sumit Ranjan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 12:05 AM To: [EMAIL PROTECTED] Subject: tomcat as an NT service. hi all ! how can i run my tomcat (3.2.2

RE: tomcat as an NT service.

2001-08-30 Thread Lin, Zhongwu
I can't find this NT-Service-howto.html in Tomcat 3.x or Tomcat 4.x? regards -Original Message- From: Nirmal Rajarathnam [SMTP:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 1:33 PM To: [EMAIL PROTECTED] Subject: RE: tomcat as an NT service. In your install directory

RE: tomcat as an NT service.

2001-08-30 Thread Nirmal Rajarathnam
check this link http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-howto.html -Original Message- From: Lin, Zhongwu [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 11:58 AM To: '[EMAIL PROTECTED]' Subject: RE: tomcat as an NT service. I can't find this NT-Service

Re: Tomcat works as NT service when logging off in JDK1.3.1

2001-07-09 Thread Gary Dale
The problem I've found however is that when you stop the Tomcat service, it takes longer to shut down than Windows expects. You get an annoying error message telling you it couldn't stop the service about half a minute or so before the service actually stops. Holden, Mark wrote: Tomcat can

RE: Tomcat as an NT Service, in win 2000

2001-07-06 Thread Randy Layman
[mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 12:18 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat as an NT Service, in win 2000 This happens when the Wrapper.properties file is not configured properly. Check for all the path mentioned in your properties file and then try to run it again

RE: Tomcat as an NT Service, in win 2000

2001-07-05 Thread Govind Agarwal
This happens whenthe Wrapper.properties file is not configured properly. Check for all the path mentioned in your properties file and then try to run it again. otherwise try to run the Tomcat.bat file in the bin folder or run the command mentioned at the end of wrapper.properties file.

RE: Tomcat as an NT service

2001-04-26 Thread Todd MacDonald
Has anyone encountered this problem before? Yes. I'm pretty sure I was able to start the service via the Control Panel / Services dialog. I was able to stop it via the command line, but got the same error you're encountering when attempting to start it via the command line. Sorry, but I

RE: Tomcat 3.2.1 as NT-service

2001-02-13 Thread shlomi sarfati
Maybe the problem is in the wrapper.propertis in the entries of the wrapper.tomcat_home=E:\tomcat wrapper.java_home=E:\jdk1.2 in the example of the file it looks like this wrapper.tomcat_home=E:\tomcat\tomcat wrapper.java_home=E:\jdk1.2 you should get rid from the "" -Original

RE: Tomcat as an NT service

2000-12-06 Thread Lacerda, Wellington (AFIS)
Are you using JDK 1.3 ? This is a known bug. I'm not sure it was already corrected. Try the newest or JDK1.2.2 that sure works. Wellington -Original Message- From: Bezpalec, Marek [mailto:[EMAIL PROTECTED]] Sent: 06 December 2000 11:13

RE: Tomcat as an NT service

2000-12-06 Thread Russell Freeman
This is a FAQ. It is a problem with JDK 1.3 - not Tomcat. Apparently reverting to 1.2x is the solution...gack -Original Message- From: Bezpalec, Marek [mailto:[EMAIL PROTECTED]] Sent: 06 December 2000 10:13 To: '[EMAIL PROTECTED]' Subject: Tomcat as an NT service Hello, I have the

RE: tomcat as an NT service

2000-11-29 Thread Aumann, Shad
Title: tomcat as an NT service http://jakarta.apache.org/builds/tomcat/release/v3.2-beta-8/bin/win32/i386/ HTH. Shad -Original Message-From: Paul Feuer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 29, 2000 1:54 PMTo: '[EMAIL PROTECTED]'Subject: tomcat as an NT

RE: tomcat as an NT service

2000-11-29 Thread Paul Feuer
Title: RE: tomcat as an NT service oops. nevermind. i found it in the cvs archive ./paul -Original Message- From: Paul Feuer Sent: Wednesday, November 29, 2000 1:54 PM To: '[EMAIL PROTECTED]' Subject: tomcat as an NT service hi. i'm having trouble finding

RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread Elijah Roberts
On Wednesday November 01, 2000 Willie Wheeler wrote: Yeah, that is correct. It is a Java 1.3 problem. Last time I checked it was the one with the most Bug Parade votes but I guess that they haven't fixed it yet. Arrghh... I think it's likely that this bug will not be fixed for some time,

RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread Willie Wheeler
Thanks for that...I have it bookmarked, as this fills a real need. :-) Willie -Original Message- From: Elijah Roberts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 3:10 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat as an NT service - stop when logging out