Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xmlin wrong place - FIXED!

2001-09-11 Thread Craig R. McClanahan
] Subject: Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place - FIXED! I've fixed the problem myself. I had to modify (only slightly) the scripts supplied with JavaService 1.2.0, by specifying the current directory from which to launch Tomcat 4.0. See

Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place - FIXED!

2001-09-11 Thread chris brown
find its conf directory ! Thanks for your comments all the same! -Chris - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED] Sent: Tuesday, September 11, 2001 5:33 PM Subject: Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks

[TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place

2001-09-10 Thread chris brown
Hello, I've installed previous beta versions of Tomcat 4 as an NT service using the JavaService tool from http://www.alexandriasc.com/software/JavaService/index.html without problem. I tried the same thing using RC1, but Tomcat wouldn't start. Here's the exception that appeared on STDOUT

nt service + nt service

2001-09-10 Thread Michelle Buckley
hi guys and gals I have a slight problem and need some help, I have trawled the lists and havent found my answer yet... I have set up tomcat to run as an nt service using jk_nt_service, which works well, as in it starts the service for me. But I am still getting a problem, when i try to run

RE: nt service + nt service

2001-09-10 Thread David Oxley
Try changing the user that the Tomcat service is running under. Dave [EMAIL PROTECTED] -Original Message- From: Michelle Buckley [mailto:[EMAIL PROTECTED]] Sent: 10 September 2001 13:08 To: [EMAIL PROTECTED] Subject: nt service + nt service hi guys and gals I have a slight problem

RE: nt service + nt service

2001-09-10 Thread Andy Bailey
as a user process with startup.bat but not as an NT service. Could be something else mind. Andy -Original Message- From: David Oxley [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 3:18 PM To: '[EMAIL PROTECTED]' Subject: RE: nt service + nt service Try changing the user

Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place

2001-09-10 Thread Remy Maucherat
Hello, I've installed previous beta versions of Tomcat 4 as an NT service using the JavaService tool from http://www.alexandriasc.com/software/JavaService/index.html without problem. I tried the same thing using RC1, but Tomcat wouldn't start. Here's the exception that appeared on STDOUT

RE: NT Service Problem

2001-09-05 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

tomcat as an NT service.

2001-08-30 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.

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

Runing Tomcat as a NT Service with JDK1.3.1 - problem solved

2001-08-21 Thread André Rosenzweig
Hi, I´ve been working on the problem of using jk_nt_service with jdk1.3, the problem described on the documentation for Tomcat 3.2.3 and also for th 3.3, and after a day of trying several ways to run Tomcat as a service I´ve just discovered at Sun that the problem was solved with a command line

RE: jakarta NT service

2001-08-20 Thread Larry Isaacs
a chance to shutdown cleanly if you restart your system. Cheers, Larry -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 9:48 PM To: [EMAIL PROTECTED] Subject: Re: jakarta NT service Edward Dunkle at [EMAIL PROTECTED] wrote

jakarta NT service

2001-08-17 Thread Edward Dunkle
Would it be possible to provide an installation parameter such that the default startup mode is Automatic AND/OR, more importantly that it would ignore the CTRL_LOGOFF_EVENT? I want Tomcat to startup when the machine boots up and NOT require someone to logon. And I certainly don't want it

Re: jakarta NT service

2001-08-17 Thread Pier P. Fumagalli
Edward Dunkle at [EMAIL PROTECTED] wrote: Would it be possible to provide an installation parameter such that the default startup mode is Automatic AND/OR, more importantly that it would ignore the CTRL_LOGOFF_EVENT? I want Tomcat to startup when the machine boots up and NOT require someone

Problem finding servlets when running Tomcat as NT service

2001-08-03 Thread Andrew Birchall
Hi, We have a web-app called Mailstore using servlets served by Tomcat. The servlets are in jar files in tomcat\lib. We have a Mailstore directory under tomcat\webapps which holds the style sheets and images, etc. I have installed Tomcat as a NT service using jk_nt_service.exe and I have edited

Re: Jakarta NT service

2001-08-03 Thread Pier P. Fumagalli
Rijk Stofberg at [EMAIL PROTECTED] wrote: Greetz I have been using Tomcat in one or the other guise for a while and it = works really well. Recently I installed the Jakarta NT Service and that = works fine (I am running the 1.3.1 JVM). My only problem is running = Tomcat as a seperate

Something wrong with nt service

2001-07-31 Thread Nigel H. Lin
Dear Sir: I try to set Jakarta for nt service. But, the service never starts. My system is win2000 server and tomcat version is 3.2.2. Please help me with that. Thank you for your greate help. Sincerely, Nigel ps. I have done everything

Re: Problems running as an NT Service

2001-07-20 Thread Christopher Raber
Title: Re: Problems running as an NT Service This was the first thing I checked. -- Chris Raber, Systems Engineer, AvantGo Inc. v: 248-554-9330, cell: 810-839-3684 http://www.avantgo.com/ Sent wirelessly using AvantGo Enterprise RIM! -Original Message- From

Re: Problems running as an NT Service

2001-07-20 Thread Raber Chris
All, Thanks for the suggestions. I found my problem. Here is a short synopsis in case anyone else runs into this. Assuming the problem was security related, I moved my servlet into it's own context and added rules to tomcat.policy for the permissions I needed. I checked the

Re: Problems running as an NT Service

2001-07-18 Thread Daniel Einspanjer
Just one quick idea.. Have you looked at the NTFS permissions on the directories in question? Make sure that the Local System account has full permissions, otherwise the service will have access problems. -- Daniel Einspanjer, [EMAIL PROTECTED] on 07/18/2001 On Tue, 17 Jul 2001 14:33:26

Re: Problems running as an NT Service

2001-07-18 Thread Frank Lawlor
What error are you getting? FIle not found? Security error? Not found would be a path problem. Security error would be more related to the java.policy of the user you are running under. Is the file on a mounted drive? (service can't access these). etc. Frank Lawlor Athens Group, Inc. (512)

Re: Problems running as an NT Service

2001-07-18 Thread Christopher Raber
Title: Re: Problems running as an NT Service File is on drive c: The error is a security manager no read access eeror. -- Chris Raber, Systems Engineer, AvantGo Inc. v: 248-554-9330, cell: 810-839-3684 http://www.avantgo.com/ Sent wirelessly using AvantGo Enterprise

Re: Tomcat as NT service.. problem.

2001-07-17 Thread Gary Dale
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 laid for you by the programmers... The stupid Tomcat jk_nt_service can't handle directories with a space in them

Problems running as an NT Service

2001-07-17 Thread Raber Chris
I have a servlet that works fine when running TomCat from a command line. When I attempt to run the servlet as a service, my servlet can not open files for read access that it could open when running under TomCat from the command line... I have read the archives for similar issues, and have

Problems running as an NT Service

2001-07-17 Thread Raber Chris
I have a servlet that works fine when running TomCat from a command line. When I attempt to run the servlet as a service, my servlet can not open files for read access that it could open when running under TomCat from the command line... I have read the archives for similar issues, and have

More Information, was Problems running as an NT Service

2001-07-17 Thread Raber Chris
Here are some additional facts that may help diagnose the problem. - I have made sure that the user my service is running as has access to the directories and files I need to read. - My servlet is running in the ROOT context in the webapps directory. Not for any good reason except I have been

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

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] Subject: NT

Re: Tomcat as NT service.. problem.

2001-07-10 Thread Tomeu Bennàssar
\classes12.jar wrapper.class_path=$(wrapper.tomcat_home)\lib\nls_charset12.jar Good Luck. Regards, Simon Gregory Guthrie wrote: 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

RE: Tomcat as NT service.. problem.

2001-07-10 Thread Randy Layman
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 one, but two spaces !! I will send you my

RE: Tomcat as NT service.. problem.

2001-07-10 Thread James Radvan
: 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 general). They are generally

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

2001-07-09 Thread Gary Dale
work as an NT service and doesn't die when logging off when using JDK1.3.1 and using the -Xrs switch. I checked my tomcat running as a service and it definately had the problem of dying when logging off. Then I change the line in my wrapper.properties to have the -Xrs switch like

RE: Tomcat as NT service.. problem.

2001-07-09 Thread Bruce A. Carson
directions in a private e-mail. If anyone else is interested, drop me an e-mail. Bruce -Original Message-From: Gregory Guthrie [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 10, 2001 12:37 AMTo: [EMAIL PROTECTED]Subject: Tomcat as NT service.. problem.I tried to setup Tomca

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

2001-07-08 Thread Holden, Mark
Tomcat can work as an NT service and doesn't die when logging off when using JDK1.3.1 and using the -Xrs switch. I checked my tomcat running as a service and it definately had the problem of dying when logging off. Then I change the line in my wrapper.properties to have the -Xrs switch like

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

Jakarta NT service

2001-07-06 Thread Wu, Michael
Hi, I recently installed tomcat3.2 on a windows NT machine. But the NT service always got stopped everytime I logged in and then logged out. Could anyone help? Regards Michael

Re: Jakarta NT service

2001-07-06 Thread Matt Goodall
See http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html. Having said that JavaService, from http://www.alexandriasc.com/software/JavaService/index.html, is really easy to use. Cheers, Matt. - Original Message - From: Wu, Michael [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Jakarta NT service

2001-07-06 Thread Brett Knights
You can use jdk 1.3.1 to overcome this problem. I am running TC as a service on NT4 no problem. Note you have to add -Xrs on the command line (in the wrapper.properties file) to overcome the stop on logout problem. See http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html

Re:Jakarta NT service

2001-07-06 Thread Jonathan Pierce
This is a bug in jdk1.3 or newer that happens when you use the tomcat NT service. Use JavaService.exe instead to install Tomcat as a service. It is easy to configure, and was designed to address this problem. I'm using it with jdk1.3.1 on NT successfully. http://www.alexandriasc.com/software

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 HELPMSG

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

RE: NT Service won't start

2001-06-29 Thread COLOMBO,DAN (HP-Boise,ex1)
But it runs fine now as a service (at least in my service window) with no errors. DC -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 4:43 AM To: [EMAIL PROTECTED] Subject: RE: NT Service won't start If you want to run as a service

Antw: RE: NT Service won't start (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: NT Service won't start (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: NT Service won't start (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: NT Service won't start (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: NT Service won't start (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: NT Service won't start (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Re: NT Service won't start

2001-06-28 Thread Robert Berger
I've tried everything and still have the same problem Tomcat starts using startup.bat, but won't start as a service. Is there anything I can do to find out what is wrong? I will soon have to give up on using Tomcat for this project and switch to ASP (Gasp...)

RE: NT Service won't start

2001-06-28 Thread COLOMBO,DAN (HP-Boise,ex1)
it to my services, named Jakarta. Make sure you update the wrapper.properties file for TOMCAT and JAVA locations prior to starting the service. DC -Original Message- From: Robert Berger [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 2:21 PM To: [EMAIL PROTECTED] Subject: Re: NT

RE: NT Service won't start

2001-06-28 Thread Randy Layman
Also make sure that you don't use spaces in any of your path names (TOMCAT_HOME or JAVA_HOME) Randy -Original Message- From: COLOMBO,DAN (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 4:22 PM To: '[EMAIL PROTECTED]' Subject: RE: NT Service

RE: NT Service won't start

2001-06-28 Thread COLOMBO,DAN (HP-Boise,ex1)
: Thursday, June 28, 2001 2:14 PM To: [EMAIL PROTECTED] Subject: RE: NT Service won't start Also make sure that you don't use spaces in any of your path names (TOMCAT_HOME or JAVA_HOME) Randy -Original Message- From: COLOMBO,DAN (HP-Boise,ex1) [mailto:[EMAIL PROTECTED

Re: NT Service won't start

2001-06-28 Thread Robert Berger
I think I've found it- jk_nt_service does not like spaces in directory names in the java_home and tomcat_home

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.

Re: Windows NT service failed to start

2001-06-21 Thread Andrew Zhdanov
Hello Jeff, Wednesday, June 20, 2001, 10:09:12 PM, you wrote: JD Hi, JD I am using Tomcat for a while and i finally found the way for working with the Jakarta NT Service. But there is a error and i search but... i think an expert could understand why!!! JD Here are the step i followed

NT Service won't start

2001-06-20 Thread Robert Berger
I edited wrapper.properties and ran jk_nt_service. When I do net start Tomcat, it says The Toncat service is starting. The Tomcat service could not be started. The service did not report an error. There is nothing in the log files. What can I do to get this working?

Windows NT service failed to start

2001-06-20 Thread Jeff Dube
Hi, I am using Tomcat for a while and i finally found the way for working with the Jakarta NT Service. But there is a error and i search but... i think an expert could understand why!!! Here are the step i followed:(I am working with Win NT) 1) I downloaded the jk_nt_service.exe 2) I

RE: NT Service won't start

2001-06-20 Thread Govind Agarwal
. Hope this will help. -Original Message- From: Robert Berger [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 12:35 AM To: [EMAIL PROTECTED] Subject: NT Service won't start I edited wrapper.properties and ran jk_nt_service. When I do net start Tomcat, it says The Toncat

RE: Problem starting NT service

2001-06-18 Thread Randy Layman
service Hi, I'm trying to install Jakarta Tomcat as an NT service. I have sucessfully installed and configured Jakarta, and my servlets are working fine when I start Jakarta using startup.bat. I am following the instructions in Gal Shachor's documentation. I am using Jakarta 3.2.2

nt-service

2001-06-18 Thread Andrew V. Zhdanov
Hello tomcat-user, Please, could you help me: i've made everything as described in NT-Service-howto.html but i've got such results: E:\downloads\jakarta\tomcat3.2.2net start tomcat System error 1311 has occurred. There are currently no logon servers available to service the logon

Re: nt-service

2001-06-18 Thread Tim O'Neil
At 08:49 AM 6/18/2001, you wrote: Hello tomcat-user, Please, could you help me: i've made everything as described in NT-Service-howto.html but i've got such results: E:\downloads\jakarta\tomcat3.2.2net start tomcat System error 1311 has occurred. What's the status of the Net Logon

NT-service

2001-06-18 Thread Andrew Zhdanov
Hello Tomcat, Could anyone help me, whith NT-Service, please. The results i've got while making nt-service: E:\downloads\jakarta\tomcat3.2.2jk_nt_service.exe -I tomcat D:\tomcat\conf\wrapper.properties Asked (and given) winsock 1.1 The service named tomcat was created. Now adding registry

Re[2]: nt-service

2001-06-18 Thread Andrew Zhdanov
Hello Tim, Monday, June 18, 2001, 7:23:34 PM, you wrote: TON At 08:49 AM 6/18/2001, you wrote: Hello tomcat-user, Please, could you help me: i've made everything as described in NT-Service-howto.html but i've got such results: E:\downloads\jakarta\tomcat3.2.2net start tomcat System

Re[3]: nt-service

2001-06-18 Thread Andrew Zhdanov
Hello Andrew, Monday, June 18, 2001, 7:46:58 PM, you wrote: AZ Hello Tim, AZ Monday, June 18, 2001, 7:23:34 PM, you wrote: TON At 08:49 AM 6/18/2001, you wrote: Hello tomcat-user, Please, could you help me: i've made everything as described in NT-Service-howto.html but i've got

RE: Re[3]: nt-service

2001-06-18 Thread Randy Layman
- From: Andrew Zhdanov [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 1:16 PM To: Andrew Zhdanov Subject: Re[3]: nt-service Hello Andrew, Monday, June 18, 2001, 7:46:58 PM, you wrote: AZ Hello Tim, AZ Monday, June 18, 2001, 7:23:34 PM, you wrote: TON At 08:49 AM 6/18

Jakarta NT Service and -security

2001-06-18 Thread Scot Marburger
I'm trying to use Jakarta NT Service to launch Tomcat at system startup. I've written a servlet that runs under JDK 1.3.1 that will run fine if Tomcat is launched from a command prompt using the startup.bat batch file with the -security option: startup -security The servlet reads

Problem starting NT service

2001-06-17 Thread Barney Dalgarno
Hi, I'm trying to install Jakarta Tomcat as an NT service. I have sucessfully installed and configured Jakarta, and my servlets are working fine when I start Jakarta using startup.bat. I am following the instructions in Gal Shachor's documentation. I am using Jakarta 3.2.2 and JDK 1.3.1 I

NT-Service-howto.html

2001-06-14 Thread Stephen Oakes
Just a minor one, but it's been bugging me. Please change the Advance Setup heading to read Advanced Setup. (It really changes the meaning significantly!) Stephen Oakes senior developer - [EMAIL PROTECTED] - a t o

tomcat nt service wont work under SP2 win2k???

2001-06-12 Thread Werner Cyrmon
Hi I have just installed SP2 on my Win2k Server. Now the Tomcatservice (3.2.2) is still running but it does not work properly. If I start Tomcat by hand (tomcat startup in the binaries dir) all works fine. Whats wrong?? Werner

RE: Tomcat NT service mode

2001-06-11 Thread Ratnakar Palle
I've a similar requirement... If anyone has done this before, please let me know.. Thanks, -Ratnakar From: Swart, James (Jim) ** CTR ** Subject: RE: Tomcat NT service mode Date: Tue, 5 Jun 2001 13:00:07 -0400 can't you just change it's properties to startup up automatically

RE: Tomcat NT service mode

2001-06-11 Thread Winer, Matthew
will find Tomcat and I can change it to Automatic, Manual, or Disabled. You can even put in a description. -Matt Winer -Original Message- From: Ratnakar Palle [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 2:26 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat NT service mode I've a similar

RE: Tomcat NT service mode

2001-06-11 Thread Randy Layman
% sure of the last two. Randy -Original Message- From: Ratnakar Palle [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 2:26 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat NT service mode I've a similar requirement... If anyone has done this before, please let me

RE: Tomcat NT service mode

2001-06-11 Thread Ratnakar Palle
Thanks Randy... I think, this one helps... -Ratnakar -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 11:00 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat NT service mode To do this from a program/non-interactive environment

RE: I need an advice to make Tomcat a NT service

2001-06-08 Thread Randy Layman
-Original Message- From: Alexandre Bouchard [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 6:01 PM To: [EMAIL PROTECTED] Subject: Re: I need an advice to make Tomcat a NT service Thx for the warning Randy (about the JDBC-ODBC) I didn't know that JDBC-ODBC

RE: I need an advice to make Tomcat a NT service

2001-06-07 Thread Hughes, Tim
There it is stated that: Bug 4323062: Any Windows NT Service embedding Java VM aborts when user logs out This bug has been fixed in J2SDK 1.3.1. ***In order to enable the fix, the -Xrs command-line option must be passed to the JVM. The additional command line argument is necessary because the fix necessarily

RE: Jakarta Tomcat NT service stopping itself

2001-06-07 Thread Andreas Lehmann
I tried the JRE 1.2.2_007 and everything works fine. You are able to logon and logoff without stopping the service. Today I tried the JRE 1.3.1 because I thought the bug has been fixed (I checked this on the Beta Release - it works fine too). But the Service stopped if someone logs out.

RE: I need an advice to make Tomcat a NT service

2001-06-07 Thread Randy Layman
. Randy -Original Message- From: Alexandre Bouchard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 7:59 PM To: [EMAIL PROTECTED] Subject: I need an advice to make Tomcat a NT service At business, they were using IIS running on NT4 with ASP as the scripting

Re: I need an advice to make Tomcat a NT service

2001-06-07 Thread Alexandre Bouchard
. Randy -Original Message- From: Alexandre Bouchard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 7:59 PM To: [EMAIL PROTECTED] Subject: I need an advice to make Tomcat a NT service At business, they were using IIS running on NT4 with ASP as the scripting language

Jakarta Tomcat NT service stopping itself

2001-06-06 Thread Tim Hughes
I have just set up Tomcat to run as an NT service (carefully following the how to from the doc). Everything works fine while I am logged on to the machine that I have set the service up on i.e. I can connect up from a client and request servlets and jsps. However, when I log off from

RE: Jakarta Tomcat NT service stopping itself

2001-06-06 Thread Ronald G. Louzon
This is a known problem and it is due to a problem in the Sun JDK. You can find more info on this from the Sun site if you search for NT + service. To get around the problem, you could use the JavaService.exe service wrapper which is provided free from Alexandria Consulting's site

RE: Jakarta Tomcat NT service stopping itself

2001-06-06 Thread Randy Layman
when its not needed.) Randy -Original Message- From: Tim Hughes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:09 AM To: [EMAIL PROTECTED] Subject: Jakarta Tomcat NT service stopping itself I have just set up Tomcat to run as an NT service (carefully

RE: Jakarta Tomcat NT service stopping itself

2001-06-06 Thread William Kaufman
PROTECTED]] Sent: Wednesday, June 06, 2001 6:43 AM To: [EMAIL PROTECTED] Subject: RE: Jakarta Tomcat NT service stopping itself Your problem is not reading the mailing list archives. This morning several people were discussing this issue. The problem is a bug in Sun's 1.3 JVM on NT

RE: Jakarta Tomcat NT service stopping itself

2001-06-06 Thread Ronald G. Louzon
confusion -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Jakarta Tomcat NT service stopping itself And to remind folks, the archives are at two locations: http

Tomcat NT Service: Strange issue

2001-06-06 Thread Nibler Jeff R. (PDX1JRN)
Ok, I've been banging my head against the keyboard for a day and a half trying to figure this out. Here is the scenario: I have Tomcat 3.2 running as a service on an NT server with IIS. Until yesterday, I had an older Version of Tomcat running, then I upgraded it. Now, when I start the service,

RE: Tomcat NT Service: Strange issue

2001-06-06 Thread Randy Layman
) Randy -Original Message- From: Nibler Jeff R. (PDX1JRN) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 1:19 PM To: [EMAIL PROTECTED] Subject: Tomcat NT Service: Strange issue Ok, I've been banging my head against the keyboard for a day and a half trying to figure

RE: Tomcat NT Service: Strange issue

2001-06-06 Thread Nibler Jeff R. (PDX1JRN)
to the wrapper.properties file. This made everything ok when running Tomcat as an NT service. I do still have a question though: Why doesn't Tomcat just use the existing CLASSPATH environment variable? Jeff -Original Message- From: Nibler Jeff R. (PDX1JRN) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06

RE: Tomcat NT Service: Strange issue

2001-06-06 Thread Nibler Jeff R. (PDX1JRN)
: Tomcat NT Service: Strange issue The JAR file for the com.sun...Provider class is in a JAR file that is in the CLASSPATH environment variable, but not in your wrapper.properties file's wrapper.class_path variable. (When the service starts the new JVM it ignores the System's CLASSPATH

I need an advice to make Tomcat a NT service

2001-06-06 Thread Alexandre Bouchard
a NT service so that when the server administrator logs off, the server will still run. I am using java version 1.3, and I faced the bug #4323062. I read the information available at the url: http://developer.java.sun.com/developer/bugParade/bugs/4323062.html and I saw many solutions proposed. What

Tomcat NT service mode

2001-06-05 Thread Dong Chen (Non CoCreate)
Hello, When we run jk_nt_service.exe, by default the Tomcat NT service will be set in manual mode. But we want to set the automatic mode as the default when we register Tomcat NT service. Is it difficult to change the source code to do that? Where may I find the source code

RE: Tomcat NT service mode

2001-06-05 Thread Swart, James (Jim) ** CTR **
can't you just change it's properties to startup up automatically in the services control panel? -Original Message- From: Dong Chen (Non CoCreate) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 10:29 AM To: '[EMAIL PROTECTED]' Subject: Tomcat NT service mode Hello, When we

Tomcat 4.0 as NT service

2001-05-31 Thread Pernica, Jan
I have done a research on running Tomcat 4.0 as a service on NT. Here is my wrapper.properties wrapper.properties Ammend this file and follow instruction for version 3.2 Regards Jan __ Tato komunikace je urcena vyhradne pro

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

RE: Jakarta NT Service

2001-05-25 Thread MAURER,ALEXANDRE (HP-Switzerland,ex1)
dear all I posted once a problem related to starting Tomcat as NT Service (which did not work on my Omnibook). I have been looking in comp.lang.java.programmer (Title=tomcat Apache, author Michael Tickle) and someone was mentioning the same problem as I have; but there one guy answered

RE: Run Tomcat as a NT Service Problem

2001-05-24 Thread Ronald G. Louzon
first of those lines, add a line wrapper.classpath=full path and filespec for xerces.jar 3) Restart the service and see if things are better. Also, be aware that if you are using the jk_nt_service.exe wrapper for your NT service, and if you are using version 1.3 of the JVM, when you log out

Re: Run Tomcat as a NT Service Problem

2001-05-24 Thread Huynh Tin
o: '[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: 1) Edit the fil

RE: Run Tomcat as a NT Service Problem

2001-05-24 Thread Pernica, Jan
Hi I am using Tomcat-4.0-b5. What shall I do to run as an NT service? wrapper.properties is missing. Thank you Jan On Friday, May 25, 2001 3:49 AM, Huynh Tin [SMTP:[EMAIL PROTECTED]] wrote: Dear Louzon, Thank you for your information, but i didn't have xerces.jar ...This file not existed

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 TomcatService

<    1   2   3   4   5   6   >