Tomcat as an NT Service

2003-08-14 Thread Erik Van der Goot
We have just made a small mod to the javaservice.exe program (see also http://www.alexandriasc.com) , known to most of you as tomcat.exe from the tomcat bin directory. If you are interested, please get in touch with [EMAIL PROTECTED] or [EMAIL PROTECTED] The reason for the change is that we

JAVA_HOME for TOMCAT as an NT Service

2003-07-09 Thread nrapagnani
Hello. I am trying to get TOMCAT 4.1 to run as an NT service. When I have the service running I get a 500 error for all jsp pages I've made a change to. I've set JAVA_HOME to the correct path as a System Variable in windows 2000. If I were to shut down the service and choose Start Tomcat from

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 varia

Tomcat as an NT Service.

2002-04-22 Thread ari
Hi. I'm trying to install tomcat on my Windows 2000 Server as an NT service using the jk_nt_service.exe wrapper. I am consistantly getting the same error everytime I try and start the Server (I'm using the services control panel) Do you know of any problems with using the wrapper on a windows 2

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 a

RE: Tomcat as an NT service again...

2002-02-20 Thread Randy Layman
ry 19, 2002 5:45 PM > To: [EMAIL PROTECTED] > Cc: mwelch > Subject: Tomcat as an NT service again... > > > Configuration: > > Win NT 4 sp6a > Tomcat 3.2.4 > JDK 1.3.1_02 > IIS > Javaservice.exe > > Tomcat is running great when I use "startup.bat&qu

Tomcat as an NT service again...

2002-02-19 Thread Mike Welch
Configuration: Win NT 4 sp6a Tomcat 3.2.4 JDK 1.3.1_02 IIS Javaservice.exe Tomcat is running great when I use "startup.bat" interactively. I've spent two days trying to figure out how to run Tomcat has a service. I've read every single post I could find. Mostly I've read other people describ

RE: Tomcat as an NT service

2002-02-06 Thread Larry Isaacs
Message- > From: 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 &g

RE: Tomcat as an NT service

2002-02-06 Thread Randy Layman
- > From: Ken 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

RE: Tomcat as an NT service

2002-02-06 Thread Ken Sanderson
t; Thanks, Ken -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 [mai

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

Tomcat as an NT service

2002-02-06 Thread Ken Sanderson
Thanks for the help I recieved early, found out why I couldnt get it to work with JDK and it would work with JRE. Turns out the software sent the Enterprise Edition not the Standard Edition which has all the bin files I needed, at any rate, all working. I can now run tomcat using the startup comma

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

2002-01-07 Thread Kevin HaleBoyes
this is the case. > > Also, do you have only one JVM installed? I read some posting about people > have two JVMs, which caused some problems? > > ~ Andrew > > > - Original Message - > From: Kevin HaleBoyes > To: [EMAIL PROTECTED] > Sent: Satu

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

2001-12-17 Thread Andrew Bruno
- Original Message - From: Kevin HaleBoyes To: [EMAIL PROTECTED] Sent: Saturday, December 15, 2001 4:01 AM Subject: Tomcat-as-an-NT-service startup failure I just installed j2sdk1.3.1, Tomcat4, and the IIS redirector stuff posted by Andrew Bruno. It all seems to work fine except on

Tomcat-as-an-NT-service startup failure

2001-12-14 Thread Kevin HaleBoyes
I just installed j2sdk1.3.1, Tomcat4, and the IIS redirector stuff posted by Andrew Bruno. It all seems to work fine except on the initial startup of the machine. If I manually start the Tomcat service then everything works great but when I reboot the machine, the Tomcat service _fails_ to start

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

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.

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-29 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 fr

tomcat as an NT service.

2001-08-29 Thread Sumit Ranjan
hi all ! how can i run my tomcat (3.2.2 in this case ) as an NT service ? i mean , i want my tomcat to start by itself whenever i restart my machine. any help will be greatly appreciated. thanx in advance, sumit

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
. executing this might give u some user friendly error message if any.     -Original Message-From: Henry Kozachkov [mailto:[EMAIL PROTECTED]]Sent: Friday, July 06, 2001 6:36 AMTo: [EMAIL PROTECTED]Subject: Tomcat as an NT Service, in win 2000 Will the instructions for NT service

Tomcat as an NT Service, in win 2000

2001-07-05 Thread Henry Kozachkov
Will the instructions for NT service work in win 2000. I don't know if this is a bug or not, but under win 2k, I get   C:\>net start tomcatThe Tomcat service is starting.The Tomcat service could not be started.   The service did not report an error.   More help is available by typing NET HELPM

RE: Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
;s context, everything worked. - ron -Original Message- From: Hunor Nam [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 10:23 AM To: [EMAIL PROTECTED] Subject: RE: Running Tomcat as an NT Service just make sure that your enviroment varibles are set for SYSTEM !!! not for USER varables

RE: Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
PROTECTED] Subject: RE: Running Tomcat as an NT Service just make sure that your enviroment varibles are set for SYSTEM !!! not for USER varables Hades -Original Message- From: Ronald G. Louzon [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 3:35 PM To: '[EMAIL PROT

RE: Running Tomcat as an NT Service

2001-05-21 Thread Hunor Nam
just make sure that your enviroment varibles are set for SYSTEM !!! not for USER varables Hades -Original Message- From: Ronald G. Louzon [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 3:35 PM To: '[EMAIL PROTECTED]' Subject: Running Tomcat as an NT Service Wh

Re: Running Tomcat as an NT Service

2001-05-21 Thread Eric Lubin
usm20External: [EMAIL PROTECTED] "Ronald G. Louzon" <[EMAIL PROTECTED]> on 05/21/2001 08:34:58 AM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Running Tomcat as an NT Service When running

Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
jar files under WEB-INF/classes and WEB-INF/lib are not automatically loaded for a servlet. Instead, they must all be added manually in the wrapper.properties file. Has anyone else run Tomcat as an NT Service and seen this same behaviour? If this behaviour is correct, why is so much functionality

RE: Tomcat as an NT service

2001-04-26 Thread Todd MacDonald
Sorry, but I don't have a solution for you. -T -Original Message- From: JEFF SCOTT PAYNE [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 8:28 PM To: [EMAIL PROTECTED] Subject: Tomcat as an NT service I am attempting to run tomcat as a service and run into the following err

Tomcat as an NT service

2001-04-26 Thread JEFF SCOTT PAYNE
I am attempting to run tomcat as a service and run into the following error. After running the jk_nt_service.exe program with the correct parameters NT will not allow me to start the service. The response I get from jk_nt_service.exe is the following: -- C:\Program Files\jakarta-tomcat-3.2.1\bi

Re: installing tomcat as an NT service on windows 2000

2001-04-20 Thread Brent and Maria
Hope this helps, http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.html Brent At 01:17 AM 4/20/2001 , you wrote: How can I install tomcat as an NT service on windows 2000 ?

installing tomcat as an NT service on windows 2000

2001-04-20 Thread nati shalom
How can I install tomcat as an NT service on windows 2000 ?

Autoreply: RE: Starting tomcat as an NT Service

2001-02-22 Thread bwheeler
ilto:[EMAIL PROTECTED]> list-post: <mailto:[EMAIL PROTECTED]> Delivered-To: mailing list [EMAIL PROTECTED] From: "Marc Saegesser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: Starting tomcat as an NT Service Date: Thu, 22 Feb 2001 10:43:25 -0600 Message-ID

RE: Starting tomcat as an NT Service

2001-02-22 Thread Marc Saegesser
mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 22, 2001 10:14 AM > To: '[EMAIL PROTECTED]' > Subject: Starting tomcat as an NT Service > > > Hi, > > I'm running tomcat on NT 4 workstation. I installed it as a service using > jk_nt_service.exe. It instal

RE: Starting tomcat as an NT Service

2001-02-22 Thread Etienne Baert \(SPS Europe\)
Which JDK version are you using ? -Original Message- From: Scott Eversole [mailto:[EMAIL PROTECTED]] Sent: jeudi 22 février 2001 17:14 To: '[EMAIL PROTECTED]' Subject: Starting tomcat as an NT Service Hi, I'm running tomcat on NT 4 workstation. I installed it as

Starting tomcat as an NT Service

2001-02-22 Thread Scott Eversole
Hi, I'm running tomcat on NT 4 workstation. I installed it as a service using jk_nt_service.exe. It installed perfectly without a hitch. However, when I modified the service to start automatically it doesn't want to cooperate. Whenever I log off the service dies and when I log in again I have

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

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,

RE: Tomcat as an NT service

2000-12-06 Thread Lacerda, Wellington (AFIS)
11:13 To: '[EMAIL PROTECTED]' Subject: Tomcat as an NT service Hello, I have the following trouble with Tomcat 3.1 running as a NT service (using the JK_NT_service.exe program).

Tomcat as an NT service

2000-12-06 Thread Bezpalec, Marek
Hello, I have the following trouble with Tomcat 3.1 running as a NT service (using the JK_NT_service.exe program). Even though the service is running under the system account, when I log off the current NT user, the service dies. When I log on again, it is stopped, I have to start it manually.

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

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 a

tomcat as an NT service

2000-11-29 Thread Paul Feuer
Title: tomcat as an NT service hi. i'm having trouble finding the jk_nt_service.exe file. i've seen a couple messages talking about problems with jdk1.3 and log-on/log-off, but this is a issue i'm prepared to deal with (prolly with an auto-logon). can you point me to the fil

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 On

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

2000-11-01 Thread DIEGO RODRIGO
but Sun should have worked that out. (thank you Elijah) bye diego. -- Diego Rodrigo Vates S.A. [EMAIL PROTECTED] +54(11)4346-6658 Reply Separator Subject: RE: Tomcat as an NT service - stop when logging out Author: [EMAIL PROTECTED] Date: 01/

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

2000-11-01 Thread DIEGO RODRIGO
___ Subject: RE: Tomcat as an NT service - stop when logging out Author: [EMAIL PROTECTED] Date: 01/11/2000 8:56 PM 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. Ar

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
er 01, 2000 2:41 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat as an NT service - stop when logging out I believe this is a known behaviour of Java 1.3 - switch to a 1.2 rev. -Original Message- From: Geoff Moriak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 01:51 PM To: [

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

2000-11-01 Thread CPC Livelink Admin
I believe this is a known behaviour of Java 1.3 - switch to a 1.2 rev. -Original Message- From: Geoff Moriak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 01:51 PM To: [EMAIL PROTECTED] Subject: Tomcat as an NT service - stop when logging out I have installed Tomcat as

Tomcat as an NT service - stop when logging out

2000-11-01 Thread Geoff Moriak
I have installed Tomcat as an NT service. If I restart my server, Tomcat starts up and works. If I log in, Tomcat continues running. However if I log out, the Tomcat service stops and if I log back in, it is still stopped. I can manually start it from this point with no problems, but again