REQUEST: for Tomcat 4.0 NT Service or 3.2.1's source code

2001-01-11 Thread Christian Parpart
Hi everybody, I need the Tomcat 4.0 NT Service to run it on my Win2k System transparent. Is there any working version for 4.0 out? Or, if not, where is the source code of the 3.2.1's version? Regards, Christian Parpart SurakWare [EMAIL PROTECTED] http://www.surakware.com

RE: Troubles starting Tomcat as NT service

2001-01-11 Thread Randy Layman
line: p:\java\jdk1.3\bin\java.exe -classpath c:\progra~1\jakart~1.2\classes;c:\progra~1\jakart~1.2\lib\jaxp.jar;c:\progra ~1\jakart~1.2\lib\parser.jar;c:\progra~1\jakart~1.2\lib\webserver.jar;c:\pro gra~1\jakart~1.2\lib\servlet.jar;c:\progra~1\jakart~1.2\lib\jasper.jar;p:\ja

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

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

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

wrap Tomcat as NT service

2001-01-08 Thread Weining Qi
hi, I try to wrap tomcat as a nt service following the instructions in the nt-service-howto.html page, and met the problem that when i try to manually start the newly installed service, a nt internal error happens(Error 2140 internal windows nt error). is the jk_nt_service executable

Fw: wrap Tomcat as NT service

2001-01-08 Thread Weining Qi
To: [EMAIL PROTECTED] Sent: Monday, January 08, 2001 5:15 PM Subject: wrap Tomcat as NT service hi, I try to wrap tomcat as a nt service following the instructions in the nt-service-howto.html page, and met the problem that when i try to manually start the newly installed service, a nt internal

Re: Tomcat as NT service

2001-01-04 Thread Damiano Pezzotti
This has been discussed. It is a bug in the 1.3 JVM. You can get around it by using an NT service that use JNI like jsrvany at http://jsrvany.sourceforge.net/ or by running 1.2.2 or by waiting until Sun fixes the bug in 1.3.1 Ok, thanks I downloaded jsrvany and I try to use

AW: Problem with Tomcat as NT service

2001-01-04 Thread Daniel Haischt
the following in your wrapper.properties file... wrapper.class_path=my-jdbc-driver.jar regards daniel haischt -- -Ursprüngliche Nachricht- Von: Vinod [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 3. Januar 2001 12:47 An: [EMAIL PROTECTED] Betreff: Problem with Tomcat as NT service Hi, I have

Problem with Tomcat as NT service

2001-01-03 Thread Vinod
Hi, I have jakarta-tomcat-3.2 running on Win NT4 and IIS. I have used jk_nt_service.exe to make tomcat as NT service and followed the steps as it is in the documentation. After that I have started the service, when I run a small jdbc example I got the sql exception 'No suitable jdbc driver

Problem with Tomcat as NT service

2001-01-03 Thread Vinod
Hi, I have jakarta-tomcat-3.2 running on Win NT4 and IIS. I have used jk_nt_service.exe to make tomcat as NT service and followed the steps as it is in the documentation. After that I have started the service, when I run a small jdbc example I got the sql exception 'No suitable jdbc driver

RE: Problem with Tomcat as NT service

2001-01-03 Thread G.Nagarajan
with this and discovered it by chance! regards Nagaraj. -Original Message-From: Vinod [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 03, 2001 12:54 PMTo: '[EMAIL PROTECTED]'Subject: Problem with Tomcat as NT service Hi, I have jakarta-tomcat-3.2 running on Win NT4 and IIS. I have used

Re: Problem with Tomcat as NT service

2001-01-03 Thread mayan
: Yanbin Ma/SYS/NYTIMES)| | Subject: Problem with Tomcat as NT service | ---| Hi, I have jakarta-tomcat-3.2 running on Win NT4 and IIS. I have used

Re: Problem with Tomcat as NT service

2001-01-03 Thread Betty Chang
Does your wrapper.properties include the jar or zip file of your JDBC driver? Betty - Original Message - From: Vinod [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 3:47 AM Subject: Problem with Tomcat as NT service Hi, I have jakarta-tomcat-3.2 running

Re: Problem with Tomcat as NT service

2001-01-03 Thread Aaron Knauf
Vinod [EMAIL PROTECTED] 04/01/2001 00:47 Please respond to tomcat-user To: cc: Subject:Problem with Tomcat as NT service Hi, I have jakarta-tomcat-3.2 running on Win NT4 and IIS. I have used jk_nt_service.exe to make

Tomcat as NT service

2001-01-03 Thread Damiano Pezzotti
Hi, I installed Tomcat 3.2 with Apache 1.3.9 using mod_jk on a NT4 system. It works fine, but I have a problem. I installed Tomcat as NT Service with jk_nt_service.exe and it works. But if I log out from the system, Tomcat crash, while Apache obviously runs. Is it normal?? Anybody can help

RE: Tomcat as NT service

2001-01-03 Thread Randy Layman
Its normal if you are using JDK1.3. Its Sun's problem. Randy -Original Message- From: Damiano Pezzotti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 1:52 PM To: Jakarta-Tomcat Subject: Tomcat as NT service Hi, I installed Tomcat 3.2 with Apache 1.3.9 using mod_jk

Re: Tomcat as NT service

2001-01-03 Thread John Ellis
Damiano, This has been discussed. It is a bug in the 1.3 JVM. You can get around it by using an NT service that use JNI like jsrvany at http://jsrvany.sourceforge.net/ or by running 1.2.2 or by waiting until Sun fixes the bug in 1.3.1 John Damiano Pezzotti wrote: Hi,I installed Tomcat

Jakarta NT service...

2000-12-28 Thread Julka, Bobby
Hi, My TOMCAT_HOME has a directory path c:\Program Files\Apache Group\jakarta-tomcat3.2.1 As the directory path has spaces, I specified the path as "c:\Program Files\Apache Group\jakarta-tomcat3.2.1" for wrapper.tomcat_home in wrapper.properties. This seems to be a bug. Not using quotes

Jakarta Nt Service

2000-12-26 Thread Jose Flores
I did exactly all steps of Nt-Service-HOW-TO.html But i did not work. I creates successfully the Service Entry, but I can not start it. It returns no error messages, but it could not start it. Thanks for your help. José O. Flores SInnovática, SA trab: 534-3345 ext 2124cell: 292-7614site

Tomcat 4 and its NT service

2000-12-25 Thread Christian Parpart
Hi all I am using Tomcat 4 and have the NT service still from Tomcat/3.2.1. But they doesn't fit together. Is there anyone knowing on how to use Tomcat 4 as an NT service? Regards, Christian Parpart SurakWare [EMAIL PROTECTED] http://www.surakware.com

Jakarta NT service

2000-12-21 Thread Steve . Roach1
There seems to be a bug in the jk_nt_service.exe. On my System. Apache 1.3_14 r2 Tomcat 3.2 Cocoon. Win nt 4 sp 6. I installed apche, tomcat and cocoon and everything works great. The problem occurs when I logged without rebooting, the Tomcat Service dies. I seem to remeber there is an NT bug

RE: Jakarta NT service

2000-12-21 Thread Marc Saegesser
that I can't believe that the entire world isn't already familiar with it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 12:35 PM To: [EMAIL PROTECTED] Subject: Jakarta NT service There seems to be a bug in the jk_nt_service.exe. On my

RE: Jakarta NT service

2000-12-21 Thread Marc Saegesser
I've also updated the NT-Service-how.html file to include a notice about the JDK 1.3 issue and known work arounds. -Original Message- From: Marc Saegesser [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 12:51 PM To: [EMAIL PROTECTED] Subject: RE: Jakarta NT service You

Re: database connection problem when run nt service

2000-12-20 Thread H Deng
Thanks Steve and Jared, after changing user DSN to System DSN, it worked. The nt service is also worked after logoff when it started with jdk1.2.2 From: Steve Ruby [EMAIL PROTECTED] Make sure the DSN you are trying to get to is a System DSN and not a User DSN, tomcat will run as a different

RE: database connection problem when run nt service

2000-12-19 Thread H Deng
has? ?Stab in the dark? Jared Clinton. -Original Message- From: H Deng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 December 2000 17:10 Hi everyone, I installed apache 1.3.4 and tomcat 3.2.1 on windows NT4.0 /windows 2000 and tried to set up tomcat to run NT service. I used

Re: database connection problem when run nt service

2000-12-19 Thread Steve Ruby
. -Original Message- From: H Deng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 December 2000 17:10 Hi everyone, I installed apache 1.3.4 and tomcat 3.2.1 on windows NT4.0 /windows 2000 and tried to set up tomcat to run NT service. I used mod_jk.dll to test a simple java

RE: database connection problem when run nt service

2000-12-18 Thread Jared Clinton
December 2000 17:10 To: [EMAIL PROTECTED] Subject: database connection problem when run nt service Hi everyone, I installed apache 1.3.4 and tomcat 3.2.1 on windows NT4.0 /windows 2000 and tried to set up tomcat to run NT service. I used mod_jk.dll to test a simple java code to connect

Jakarta NT Service stops on logout

2000-12-14 Thread David Wroton
Hi, I am having a problem with tomcat 3.2.1 (also 3.2). I installed Jakarta as a service and set it to start automatically. But when I log out of NT the service stops! Do you have any ideas or insight as to what may be causing this? I have IIS configured and working with tomcat serving up jsp

Feedback - Working with the Jakarta NT Service

2000-12-14 Thread Bob Cullen
Have just finished installing Tomcat on an NT box using the instructions Working with the Jakarta NT Service By Gal Shachor [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] These instructions where very useful. However I installed Tomcat in the "Program Files" directory structure and the

Tomcat as NT Service. HowTo?

2000-12-09 Thread Iwan Eising
Hi, Is there a way to start Tomcat as an NT service on Win2K? How do I do this? Iwan

Working with the Jakarta NT Service

2000-12-08 Thread Reto Badertscher
Hi Gal, Setting up Tomcat 3.2 on my Windows System as a service and read youre note: "Special note: The Tomcat service is using AJPV12 to perform clean shutdown and you should make sure that an AJPV12 connector is defined in your server.xml. In the absence of a configured AJPV12 port the Tomcat

tomcat as NT service with Java in Program Files directory

2000-12-08 Thread Willy Lin
Hi: I installed tomcat 3.2 and tried to run it as NT service. For the longest time, I could not get the service to start. After much play around, I found the problem is related to where I put my Java installation. My Java installation is located at "C:\Program Files\java\jdk1.3

[Re] RE: NT-Service-howto feedback

2000-12-07 Thread leak
Are you using JDK1.3 ? This is a know bug of JDK1.3. Change to 1.2.2. Check the archives for details. Or, if you _do_ want to use JDK1.3, use the JAVA Service Wrapper found at http://www.alexandriasc.com/software/JavaService/ It's free, and it works perfectly with JDK 1.3, i.e. no unwanted

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-12-06 Thread Lacerda, Wellington (AFIS)
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). Even though

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

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 file, or point out

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 NT service

2000-11-22 Thread Marc Saegesser
You don't say which version of Tomcat your using so I'll assume one of the recent 3.2 betas. See step 2 of the NT-Service-howto document (tomcat\doc\NT-Service-howto.html). It says to customize the wrapper.properties file that ships with Tomcat in the tomcat\conf directory. -Original

Re: Why tomcat NT service get killed when the user log off

2000-11-19 Thread Sherman Mohler
:[EMAIL PROTECTED]] Enviado el: jueves 16 de noviembre de 2000 1:01 Para: [EMAIL PROTECTED] Asunto: RE: Why tomcat NT service get killed when the user log off Zhiping, even though jk_nt_service is being used to launch Tomcat, there is a bug in the Java 1.3 runtime under Windows that causes any

Re: Why tomcat NT service get killed when the user log off

2000-11-19 Thread Steve Ruby
, Ignacio J. Ortega -Mensaje original- De: Brett Bergquist [mailto:[EMAIL PROTECTED]] Enviado el: jueves 16 de noviembre de 2000 1:01 Para: [EMAIL PROTECTED] Asunto: RE: Why tomcat NT service get killed when the user log off Zhiping, even though jk_nt_service is being used

RE: Why tomcat NT service get killed when the user log off

2000-11-18 Thread Nacho
as the rules mandate ;-) Saludos , Ignacio J. Ortega -Mensaje original- De: Brett Bergquist [mailto:[EMAIL PROTECTED]] Enviado el: jueves 16 de noviembre de 2000 1:01 Para: [EMAIL PROTECTED] Asunto: RE: Why tomcat NT service get killed when the user log off Zhiping, even though jk_nt_service

RE: Why tomcat NT service get killed when the user log off

2000-11-18 Thread Elijah Roberts
On Sunday November 19, 2000 Nacho wrote: Brett can you contributeyour solution to this problem tojakarta?? or at least send me thesources or binaries :-) is the better more elegant solution to this problem i've seen, if you can contribute this i'll be glad to commit it to tomcat 3.3

Can't remove Tomcat 3.1 NT Service

2000-11-17 Thread Joseph Laughlin
Title: Can't remove Tomcat 3.1 NT Service Hello everyone, I added Tomcat 3.1 as a service (supposedly sucessfully, but it wouldn't serv servlets) and then removed it (supposedly sucessfully also). Now whenever I try to start Tomcat via the startup.bat file in the bin dir, it tells me I have

Why tomcat NT service get killed when the user log off

2000-11-15 Thread Zhiping Wei
Title: Why tomcat NT service get killed when the user log off Please Help!!! This is for tomcat 3.2 beta 7 on Windows NT/2000. Tomcat is registed as an NT service using 'jk_nt_service.exe' (under Systemlocal account). It's starts fine but if I log off the windows, tomcat get killed which

RE: Why tomcat NT service get killed when the user log off

2000-11-15 Thread Brett Bergquist
Title: Why tomcat NT service get killed when the user log off Zhiping, even though jk_nt_service is being used to launch Tomcat, there is a bug in the Java 1.3 runtime under Windows that causes any java.exe process to be terminated when the user logs off. The bug is that a console control

Running batch files when using as a NT service

2000-11-14 Thread David Oxley
Are there any issues with running batch files that call external programs when Tomcat is set up as an NT service. I have a problem that when using the startup.bat my COBOL routine gets kicked off fine, but when Tomcat is a service the COBOL returns an error code and never executes. I have

Problem with directory listing when running tomcat as NT service

2000-11-14 Thread Ole E. Nielsen
Hi tonmcat users, Im not able to get a directory listing when running tomcat as NT service, when the docBase is outside of the tomcat directory. This does not work properly when I run tomcat as a NT service. Context path=/food docBase=c:/food/build/food debug=9 reloadable=true

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

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:RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread DIEGO RODRIGO
: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. Arrghh... Willie

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

2000-11-01 Thread DIEGO RODRIGO
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/11/2000 9:16 PM

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

RE: NT-Service-Howto

2000-10-30 Thread Hovnan Jonah Alexanian
Hi Again, Everything is fine now. I had to use version 3.2 beta 6 for everything. Cound not mix them up. Regarfds, Jonah -Original Message- From: Hovnan Jonah Alexanian [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 2:39 PM To: [EMAIL PROTECTED] Subject: RE: NT-Service

Re: Working with the Jakarta NT Service

2000-10-20 Thread Elijah Roberts
On Thursday October 19, 2000 Mac Donell, Marc wrote: In regards to working with the Jakarta NT Service, I have found a small (potentially big) problem. I had no problems setting up Jakarta as an NT service, and incorporating it with my IIS web sites. The problem that occurs however

<    1   2   3   4   5   6