Working with the Jakarta NT Service document

2003-12-11 Thread Scott Schlatter
The document is great, except for section 1. Get a hold on the NT Executable The link doesn't link to the jk_nt_service.exe, and I cannot find the pesky file on the apache site at all... in fact, there is no win32/i386 directory in any of the binary archives that I found. The document is

Re: Working with the Jakarta NT Service document

2003-12-11 Thread Bill Barker
It's with the TC 3.3 download. Go to http://jakarta.apache.org/site/binindex.cgi, click on the 'Tomcat 3' link, click on the 'bin' link, and you will find it. Scott Schlatter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The document is great, except for section 1. Get a hold on

Jakarta NT Service

2003-03-10 Thread Murphy, Michael A
I was wondering if there is a more up-to-date version of these instructions, they appear to be for Tomcat 3. Regards, Michael Murphy. Working with the Jakarta NT Service By Gal Shachor [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Modified by Dave Oxley [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: DBMS access denied with Jakarta NT Service

2002-10-09 Thread Cinzia S
I've solved the problem. It was a setting in the Jakarta NT service, the LogOnAs which limited access to the LocalSystem only. Thanks - Original Message - From: Sexton, George [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 1:42 PM Subject: RE

DBMS access denied with Jakarta NT Service

2002-10-08 Thread Cinzia S
Hi all, I'm having database access denied when running Jakarta as an NT Service, while no db access problems when running as a standalone program. This is the spec: Jakarta-Tomcat 3.3.1, servicing servlets and jsp requested by IIS through isapi_redirect.dll, Windows 2000 Server. Thanks for any

RE: DBMS access denied with Jakarta NT Service

2002-10-08 Thread CLAIRE Celine
PROTECTED] Objet:DBMS access denied with Jakarta NT Service Hi all, I'm having database access denied when running Jakarta as an NT Service, while no db access problems when running as a standalone program. This is the spec: Jakarta-Tomcat 3.3.1, servicing servlets and jsp requested

RE: DBMS access denied with Jakarta NT Service

2002-10-08 Thread Sexton, George
Don't you think the name and version number of the DBMS would be of the least bit help in solving your issue? -Original Message- From: Cinzia S [mailto:[EMAIL PROTECTED]] Sent: 08 October, 2002 2:10 AM To: [EMAIL PROTECTED] Subject: DBMS access denied with Jakarta NT Service Hi all

Re: DBMS access denied with Jakarta NT Service

2002-10-08 Thread Cinzia S
denied with Jakarta NT Service excuse me but I would like to know how do you do to access a database with tomcat 3.3.1 server.xml? web.xml? lookup? Can you give me a complete exemple? thanks for your help -Message d'origine- De: Cinzia S [SMTP:[EMAIL PROTECTED]] Date: mardi 8 octobre 2002

RE: DBMS access denied with Jakarta NT Service

2002-10-08 Thread Sexton, George
I'll be specific again: What database are you using? -Original Message- From: Cinzia S [mailto:[EMAIL PROTECTED]] Sent: 08 October, 2002 8:11 AM To: Tomcat Users List Subject: Re: DBMS access denied with Jakarta NT Service just through a System DSN. The java application uses jdbc:odbc

Update to Working With the Jakarta NT Service

2002-02-22 Thread McDermid, Robert
In this document it states: Notice for JDK 1.3 users: There is a known problem in JDK 1.3 that affects Java applications being run as Windows NT services. The bug causes the service to terminate when the currently logged in user logs out. The simplest way to work around this problem is to

RE: Jakarta NT service error

2002-02-04 Thread Cox, Charlie
PROTECTED]] Sent: Friday, February 01, 2002 5:07 PM To: Tomcat Users List Subject: RE: Jakarta NT service error I fixed it and still nothing --wrapper.properties file-- wrapper.catalina_home=C:\jakarta-tomcat-4.0.1 wrapper.java_home=C:\jdk1.2.2 wrapper.stdout

RE: Jakarta NT service error

2002-02-04 Thread Cox, Charlie
that seems to be consistent as mine has tomcat in place of your jakarta and my service is named tomcat. Charlie -Original Message- From: Atok Koenig [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 5:45 PM To: Tomcat Users List Subject: RE: Jakarta NT service error I

RE: Jakarta NT service error

2002-02-01 Thread Larry Isaacs
aren't going to work with Catalina. Cheers, Larry -Original Message- From: Atok Koenig [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 5:57 PM To: [EMAIL PROTECTED] Subject: Jakarta NT service error Got NT service installed but it wont start getting the error below

RE: Jakarta NT service error

2002-02-01 Thread Atok Koenig
) -classpath $(wrapper.class_path) $(wrapper.startup_class) -config $(wrapper.server_xml) -home $(wrapper.tomcat_home) -Original Message- From: Larry Isaacs [EMAIL PROTECTED] Date: Fri, 1 Feb 2002 08:03:14 -0500 To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Jakarta NT service error

RE: Jakarta NT service error

2002-02-01 Thread Cox, Charlie
: Jakarta NT service error I really appreciate the response I did look at that but probably dont fully understand what I am looking at catalina.bat includes set _RUNJAVA=%JAVA_HOME%\bin\java with Windows environmental variable set to JAVA_HOME C:\jdk1.2.2 and my

RE: Jakarta NT service error

2002-02-01 Thread Atok Koenig
$(wrapper.class_path) $(wrapper.startup_class) -config $(wrapper.server_xml) start -Original Message- From: Cox, Charlie [EMAIL PROTECTED] Date: Fri, 1 Feb 2002 14:03:59 -0500 To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Jakarta NT service error when installed as a service, you

RE: Jakarta NT service error

2002-02-01 Thread Cox, Charlie
you have JAVA_HOME set as a system environment variable, not a user env. variable? -Original Message- From: Atok Koenig [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 3:04 PM To: Tomcat Users List Subject: RE: Jakarta NT service error Dear Charlie, Than you

RE: Jakarta NT service error

2002-02-01 Thread Atok Koenig
- System variables - New. Enter the name and value for CATALINA_HOME and also for JAVA_HOME if not already there. -Original Message- From: Cox, Charlie [EMAIL PROTECTED] Date: Fri, 1 Feb 2002 15:25:47 -0500 To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Jakarta NT service error

RE: Jakarta NT service error

2002-02-01 Thread Cox, Charlie
-Original Message- From: Atok Koenig [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 3:38 PM To: Tomcat Users List Subject: RE: Jakarta NT service error Yes, I followed the directions at http://www.stardeveloper.com/articles/060801-2.shtml which says... Now you'll have

RE: Jakarta NT service error

2002-02-01 Thread Larry Isaacs
Users List' Subject: RE: Jakarta NT service error I think you need to remove the space(after '=') in your catalina_home and java_home statements: wrapper.tomcat_home=C:\jakarta-tomcat-4.0.1 wrapper.java_home=C:\jdk1.2.2 that is one difference in my wrapper props and I seem to remember

RE: Jakarta NT service error

2002-02-01 Thread Atok Koenig
PROTECTED] Subject: RE: Jakarta NT service error $ I think you need to remove the space(after '=') in your catalina_home and java_home statements: wrapper.tomcat_home=C:\jakarta-tomcat-4.0.1 wrapper.java_home=C:\jdk1.2.2 that is one difference in my wrapper props and I seem to remember

RE: Jakarta NT service error

2002-02-01 Thread Cox, Charlie
Charlie -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 4:12 PM To: 'Tomcat Users List' Subject: RE: Jakarta NT service error I missed earlier the fact that wrapper.class_path must include the entries set on the CLASSPATH

RE: Jakarta NT service error

2002-02-01 Thread Atok Koenig
: Jakarta NT service error I missed earlier the fact that wrapper.class_path must include the entries set on the CLASSPATH in the catalina.bat file. These will be included on the command line built using wrapper.properties. Thus, you would need to add: wrapper.class_path

RE: Jakarta NT service error

2002-02-01 Thread Atok Koenig
:\jakarta-tomcat-4.0.1 -classpath $(wrapper.class_path) $(wrapper.startup_class) -config $(wrapper.server_xml) start -Original Message- From: Cox, Charlie [EMAIL PROTECTED] Date: Fri, 1 Feb 2002 16:20:52 -0500 To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Jakarta NT service error

RE: Jakarta NT service error

2002-02-01 Thread Atok Koenig
that the path includes the name of the service? -Original Message- From: Atok Koenig [EMAIL PROTECTED] Date: Fri, 01 Feb 2002 17:07:13 -0500 To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Jakarta NT service error I fixed it and still nothing --wrapper.properties file

Jakarta NT service error

2002-01-31 Thread Atok Koenig
Got NT service installed but it wont start getting the error below; none of these jar files were on the server so I copied them from another box to this the paths listed in the error and that didnt do anything -Thanks c:\Javajk_nt_service -s tomcat Asked (and given) winsock 1.1

Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Catalin
Hello to everybody! I have a jakarta-tomcat-3.3m4 on a Win2k system and I have a problem: every times one user of Operating System logout, the service it stoppes. :-( Where do I need to modify the config so that will not be happens any more?? Thanks!! -- To unsubscribe: mailto:[EMAIL

RE: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread SHeyns
This isnt a config issue this is a sun JDK (1.3) issue I had heard that 1.4 resolves this, try looking there... -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: Jakarta NT SERVICE--- logout USER Hello

RE: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Wesley E. Ribeiro
Use the -Xrs option when starting the JVM. Wesley -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: Jakarta NT SERVICE--- logout USER Hello to everybody! I have a jakarta-tomcat-3.3m4

Re: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Pae Choi
Wesley, What the rs option does in the -Xrs option? Pae Use the -Xrs option when starting the JVM. Wesley -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: Jakarta NT SERVICE--- logout

RE: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Brian Adams
strictest checks, anticipating future default The -X options are non-standard and subject to change without notice. -Original Message- From: Pae Choi [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:17 AM To: Tomcat Users List Subject: Re: Jakarta NT SERVICE--- logout USER

Re: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Pae Choi
Subject: Re: Jakarta NT SERVICE--- logout USER Wesley, What the rs option does in the -Xrs option? Pae Use the -Xrs option when starting the JVM. Wesley -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:55 PM To: [EMAIL

Re: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Fredrik Henriksson
JDK1.3.1 has a switch (-Xrs) that, at least by its description, looks like it would solve the problem. /Fredrik - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 10, 2001 3:43 PM Subject: RE: Jakarta NT SERVICE--- logout USER This isnt a config

Working with the Jakarta NT Service - Win2000, Tomcat 3.2.3

2001-11-30 Thread Joe Holmberg
After installing Tomcat 3.2.4 on Windows 2000, I decided to install Tomcat as a service. I followed the excellent Working with the Jakarta NT Service document (http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-howto.html), but couldn't start the service; typing net start Jakarta

JAKARTA NT SERVICE

2001-11-28 Thread Catalin
Hi 2 All! I want to make jakarta-tomcat-3.3-m4. I have downloaded the jk_nt_service.exe, I setted TOMCAT_HOME and JAVA_HOME in wrapper.properties, I've run from command line jk_nt_service.exe Ijakarta and I have this error: Asked (and given) winsock1.1 Error: StartServiceCtrlDispatcher failed.

RE: JAKARTA NT SERVICE

2001-11-28 Thread Larry Isaacs
The default wrapper.properties specifies log files of logs\jvm.stdout and logs\jvm.stderr. I would check these files for errors. Larry -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 1:16 PM To: [EMAIL PROTECTED] Subject: JAKARTA NT

Re: JAKARTA NT SERVICE

2001-11-28 Thread tomcat
Your syntax is wrong. Try jk_nt_service -I SERVICE_NAME c:\tomcat\conf\wrapper.properties Where SERVICE_NAME is whatever you want to call this service. Make sure you specify the correct path to your wrapper.properties as well. -Ken Quoting Catalin [EMAIL PROTECTED]: Hi 2 All! I

Re: Jakarta NT Service

2001-11-13 Thread Frank Lawlor
It helps to look thru previous posts. Go to http://mikal.org/interests/java/tomcat/index.jsp and look for Catalina as an NT Service Look to see it there is anything in the logs directory. It there is little or nothing there it is usually a problem with the specs in the wrapper.properties

RE: Re: Jakarta NT Service

2001-11-13 Thread Frank Lawlor
I could install as many as I wanted but only one would run at a time. Some possibilities: - you didn't give each a unique service name - you are encountering the JVM 3.0 service shutdown bug, (see other posts: search on -Xrs) Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens

RE: Re: Jakarta NT Service

2001-11-13 Thread Travis Schmid
NT Service I could install as many as I wanted but only one would run at a time. Some possibilities: - you didn't give each a unique service name - you are encountering the JVM 3.0 service shutdown bug, (see other posts: search on -Xrs) Frank Lawlor Athens Group, Inc. (512) 345-0600 x151

Jakarta NT Service

2001-11-12 Thread Whalland, Craig
Hi there - first of all please excuse my lack of knowledge on this topic. I have been asked to have a quick look at a problem we are having on windows 2000 server installing Jakarta as an NT Service. I have followed the directions on the site

RE: Jakarta NT Service

2001-11-12 Thread C Cayetano
]] Sent: Sunday, November 11, 2001 3:52 PM To: '[EMAIL PROTECTED]' Subject: Jakarta NT Service Hi there - first of all please excuse my lack of knowledge on this topic. I have been asked to have a quick look at a problem we are having on windows 2000 server installing Jakarta as an NT Service

RE: Jakarta NT Service

2001-11-12 Thread Travis Schmid
://developer.java.sun.com/developer/bugParade/ Travis -Original Message- From: C Cayetano [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 1:13 PM To: Tomcat Users List Subject: RE: Jakarta NT Service With your NT4 install, were you able to get around the bug that shuts down the service when

RE: Jakarta NT Service

2001-11-12 Thread Travis Schmid
To: '[EMAIL PROTECTED]' Subject: Jakarta NT Service Hi there - first of all please excuse my lack of knowledge on this topic. I have been asked to have a quick look at a problem we are having on windows 2000 server installing Jakarta as an NT Service. I have followed the directions on the site http

Problems with Jakarta NT Service

2001-09-17 Thread Tom Wild
I'm running Tomcat 3.3 b2, IIS 4.0 on WinNT 4.0 with latest SP and JDK 1.3 Tomcat is properly configured and runs smootly in window mode. Nevertheless, when using the Jakarta NT Service according to Gal Shakor's Documentation found at: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service

Re: Problems with Jakarta NT Service

2001-09-17 Thread Madock Chiwenda
] wrote: I'm running Tomcat 3.3 b2, IIS 4.0 on WinNT 4.0 with latest SP and JDK 1.3 Tomcat is properly configured and runs smootly in window mode. Nevertheless, when using the Jakarta NT Service according to Gal Shakor's Documentation found at: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT

RE: Problems with Jakarta NT Service

2001-09-17 Thread Bryan Lipscy
, September 17, 2001 10:57 PM To: [EMAIL PROTECTED] Subject: Re: Problems with Jakarta NT Service Hi, I have successfully used Javaservice package (javaservice.exe) to install and run tomcat as service just search for it in google.com, download and it has some sample tomcat istallation scripts

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

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

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
] Sent: Friday, July 06, 2001 8:48 AM Subject: Jakarta NT service 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 Brett Knights
. 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] Sent: Friday, July 06, 2001 8:48 AM Subject: Jakarta NT

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

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 that

RE: Jakarta NT Service

2001-05-03 Thread Randy Layman
wrapper.properties file isn't configured correctly (probably JAVA_HOME variable) Randy -Original Message- From: MAURER,ALEXANDRE (HP-Switzerland,ex1) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 3:59 PM To: [EMAIL PROTECTED] Subject: Jakarta NT Service Hi ! My

Working with the Jakarta NT Service

2001-04-19 Thread Zyla, Christine
Title: Working with the Jakarta NT Service I have installed the jk_nt_service.exe and followed the direction in the Working with the Jakarta NT Service and it works fine, however whenever anyone logs off it stops the jakarta as a service. Christine Christine Zyla Software Engineer

Re: Working with the Jakarta NT Service

2001-04-19 Thread Eric Fialkowski
Title: Working with the Jakarta NT Service This is a know issue with JDK 1.3. I think 1.3.1 is supposed to fix it. - Original Message - From: Zyla, Christine To: '[EMAIL PROTECTED]' Sent: Thursday, April 19, 2001 3:39 PM Subject: Working with the Jakarta NT

REPOST HELP: Trying to config/install Tomcat as a Service using the Jakarta NT Service

2001-03-29 Thread Jeff Leung
Reposting the original request. -Original Message- From: Jeff Leung [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 5:40 PM To: Tomcat (E-mail) Cc: Jeff Leung Subject: FW: HELP: Trying to config/install Tomcat as a Service using Jak arta NT Service I am attempting to

Re: HELP: Trying to config/install Tomcat as a Service using Jakarta NT Service

2001-03-23 Thread Mohan Nade
TECTED] Sent: Friday, March 23, 2001 5:10 AM Subject: FW: HELP: Trying to config/install Tomcat as a Service using Jakarta NT Service I am attempting to configure Tomcat as an NT service. This is my environment: Platform: Windows 2000 JDK: JDK 1.2.2 Tomcat: 3.2.1 Webserver (Apache): 1

RE: HELP: Trying to config/install Tomcat as a Service using Jakarta NT Service

2001-03-23 Thread Gary Lawson
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i38 6/ -Original Message- From: Mohan Nade [mailto:[EMAIL PROTECTED]] Sent: 23 March 2001 08:31 To: [EMAIL PROTECTED] Subject: Re: HELP: Trying to config/install Tomcat as a Service using Jakarta NT Service Where

FW: HELP: Trying to config/install Tomcat as a Service using Jakarta NT Service

2001-03-22 Thread Jeff Leung
I am attempting to configure Tomcat as an NT service. This is my environment: Platform: Windows 2000 JDK: JDK 1.2.2 Tomcat: 3.2.1 Webserver (Apache): 1.3.9 I have installed Apache and modified my httpd.conf file to include the include directive for tomcat. I have modified Tomcat's

Re: working with jakarta NT service

2001-03-21 Thread fakhar
Hello, R u work on Tomcat on Linux 6.2 and 7.0 with apache 3.12 Thanks Fakhar - Original Message - From: Anjum Naseer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 10:49 PM Subject: RE: working with jakarta NT service Make sure Tomcat and the JDK are installed

RE: working with jakarta NT service

2001-03-20 Thread Arif Tayebali
AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: working with jakarta NT service Importance: High Hello, I'm talking from Brazil, I have a problem and I really appreciate if you can help. I'm using jakarta-tomcat-3.2.1 and jdk1.1.8 in my computer and I'd like to create a jakarta NT

RE: working with jakarta NT service

2001-03-20 Thread Anjum Naseer
Make sure Tomcat and the JDK are installed on a local disk and not on a network drive. -Original Message- From: Jones Borralho Gama [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 17:12 To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: working with jakarta NT service Importance

Re: Jakarta NT Service

2001-03-05 Thread Andreas Leitel
try http://www.alexandriasc.com/software/JavaService/ I have a configuration running with Tomcat 3.2.1. Just a hint: Make sure when you specifiy the classpath (which is stored in the Windows registry) used by the service, that this path does not have more than 255 characters. This seems to

WG: Jakarta NT Service

2001-03-05 Thread Andreas Leitel
try http://www.alexandriasc.com/software/JavaService/ I have a configuration running with Tomcat 3.2.1. Just a hint: Make sure when you specifiy the classpath (which is stored in the Windows registry) used by the service, that this path does not have more than 255 characters. This seems to

Jakarta NT Service

2001-03-04 Thread Alan
I have tried the Jakarta NT Service on Windows 2000. I set it to start automatically. It can start automatically when the system boots. But when I logged out and logged in again, I found that the service was stopped. In fact, I found the same problem before with other software as JRun service

Re: Jakarta NT Service

2001-03-04 Thread Eric Fialkowski
AM Subject: Jakarta NT Service I have tried the Jakarta NT Service on Windows 2000. I set it to start automatically. It can start automatically when the system boots. But when I logged out and logged in again, I found that the service was stopped. In fact, I found the same problem before

Jakarta NT Service: how to execute several Tomcat instances

2001-02-15 Thread Fontanelli Andrea
* O.S. Windows 2000 We created two Jakarta services, following the setup notes ("Advance Setup" paragraph) in the section "Working with the Jakarta NT Service", but seems that only one Jakarta service is running at runtime. When I try to start the services, t

RE: Jakarta NT Service: how to execute several Tomcat instances

2001-02-15 Thread Randy Layman
=$(wrapper.tomcat_home)\conf\server2.xml Randy -Original Message- From: Fontanelli Andrea [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 11:31 AM To: [EMAIL PROTECTED] Subject: Jakarta NT Service: how to execute several Tomcat instances We are tomcat users and we

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:

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

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

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

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