RE: Please help me for jk_nt_service problem

2004-01-12 Thread Larry Isaacs
See the note at the bottom of this page: http://www.apache.org/dist/jakarta/tomcat-3/bin/win32/i386/ Cheers, Larry -Original Message- From: Dreamy Wu [mailto:[EMAIL PROTECTED] Sent: Sunday, January 11, 2004 4:49 AM To: [EMAIL PROTECTED] Subject: Please help me for jk_nt_service

Please help me for jk_nt_service problem

2004-01-11 Thread Dreamy Wu
Hi : Please help me for jk_nt_service problem . Description : [I followed your guiding : http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html] After I install JAVA and Jakarta, I run jk_nt_service -I Jakarta wrapper.properties. It's OK, and I ran jk_nt_service -s Jakarta

Re: Please help me for jk_nt_service problem

2004-01-11 Thread Bill Barker
It looks like you commented out the line: Dreamy Wu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi : Please help me for jk_nt_service problem . wrapper.jvm.options= in your wrapper.properties file. Description : [I followed your guiding : http://jakarta.apache.org/tomcat/tomcat

jk_nt_service

2003-09-09 Thread Bland Clan
/tomcat-3.3-doc/NT-Service-howto.html. However, the service fails (without a Windows error) to start either from command line (i.e., jk_nt_service -S Jakarta) or from the Windows Services manager window. Any ideas what the problem may be? thanks, -scott

Re: jk_nt_service

2003-09-09 Thread Christopher Williams
is that for some reason, the ServiceMain function isn't getting found. - Original Message - From: Bland Clan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 09, 2003 10:29 AM Subject: jk_nt_service I am using Tomcat 3.3.2 running on Windows 2000 Server. When I start Tomcat from

Re: jk_nt_service with ODBC-JDBC bridge

2003-06-12 Thread Giuseppe Ielpa
Brent Voltz wrote: You may have used a USER data source. When you start tomcat as a service it starts as whatever use is specified in the services control pannell. either A, change the startup user to the user with the data source or B, change the data source to a system datasource. Personally I

jk_nt_service error

2002-06-21 Thread Yu Ye Zhou
I'm trying to run tomcat as service I edit the wrapper.properties files according to my set up. When I try to run jk_nt_service -i tomcat -a wrapper.properties, I get the following error: Asked (and given) winsock 1.1 OpenSCManager failed - Access is denied. I'm using j2sdk1.4.0 instead

RE: jk_nt_service error

2002-06-21 Thread Cox, Charlie
check NT permissions on jk_nt_service.exe. Sevices run as user 'System', not as the logged in user. Charlie -Original Message- From: Yu Ye Zhou [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 9:42 AM To: Tomcat Users List Subject: jk_nt_service error I'm trying to run

RE: jk_nt_service error

2002-06-21 Thread Yu Ye Zhou
:42 AM To: Tomcat Users List Subject: jk_nt_service error I'm trying to run tomcat as service I edit the wrapper.properties files according to my set up. When I try to run jk_nt_service -i tomcat -a wrapper.properties, I get the following error: Asked (and given) winsock 1.1

Re: jk_nt_service fails (error 1067)

2002-04-16 Thread Alexander Höglind
=$(wrapper.javabin) -Xrs -Djava.security.policy==$(wrapper.tomcat_policy) -Dtomcat.home=$(wrapper.tomcat_home) -classpath $(wrapper.class_path) $(wrapper.startup_class) -config $(wrapper.server_xml) start 14. Open the command prompt and type %CATALINA_HOME%\conf\jk\jk_nt_service -i TomcatNTService

Re: jk_nt_service fails (error 1067)

2002-04-09 Thread Alexander Höglind
page it is treated as a file. /Alexander Höglind - Original Message - From: Timlin, Bob [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 08, 2002 6:23 PM Subject: RE: jk_nt_service fails (error 1067) Have you looked for a port conflict or tried starting tomcat

Re: jk_nt_service fails (error 1067)

2002-04-09 Thread Alexander Höglind
No, See another thread I answered to, Thanx Alexander - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, April 08, 2002 6:42 PM Subject: RE: jk_nt_service fails (error 1067) Any errors reported in the log files specified

Re: jk_nt_service fails (error 1067)

2002-04-09 Thread Alexander Höglind
- Original Message - From: Lecaros, Noel [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, April 08, 2002 6:41 PM Subject: RE: jk_nt_service fails (error 1067) Hi, Have you looked in %TOMCAT_HOME%\logs\jvm.stderr? This message looks familiar. There appears

RE: jk_nt_service fails (error 1067)

2002-04-09 Thread Larry Isaacs
Elsewhere in wrappers.properties two log files are defined. Are these log files created? If not, it suggests that jk_nt_service is not finding the wrapper.properties or maybe the wrapper.properties has some error that prevents it from being processed (I have never seen such an error though

RE: jk_nt_service with 4.0.1, can't find my web.xml

2002-04-09 Thread Chris Gross
: Monday, April 08, 2002 4:03 PM To: Tomcat Users List Subject: Re: jk_nt_service with 4.0.1, can't find my web.xml I think this web.xml is a 4.0.1 issue. I like improvements in 4.0.2-4.0.4b2, again, this goes back to all the confusion on versions / builds, etc but I see no reason to run

RE: jk_nt_service fails (error 1067)

2002-04-09 Thread Timlin, Bob
Are you openning the JSP page on port 8080. I.e. http://localhost:8080/test.jsp -Original Message- From: Alexander Höglind [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 1:48 AM To: Tomcat Users List Subject: Re: jk_nt_service fails (error 1067) I have ISA server to block

Re: jk_nt_service fails (error 1067)

2002-04-09 Thread Alexander Höglind
Yes, I access jsp files on port 8080, behind the firewall. Thanx, Alexander - Original Message - From: Timlin, Bob [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 5:54 PM Subject: RE: jk_nt_service fails (error 1067) Are you openning the JSP

RE: jk_nt_service fails (error 1067)

2002-04-09 Thread Timlin, Bob
So is the problem that IIS isn't forwarding JSP request to Tomcat? -Original Message- From: Alexander Höglind [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 11:32 AM To: Tomcat Users List Subject: Re: jk_nt_service fails (error 1067) Yes, I access jsp files on port 8080

Re: jk_nt_service fails (error 1067)

2002-04-09 Thread Alexander Höglind
Yes IIS isn't forwording JSP requests to Tomcat and I guess, because that jk_nt_service won't start. I get an error message when I try to start it. - Original Message - From: Timlin, Bob [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 8:36 PM

RE: jk_nt_service fails (error 1067)

2002-04-09 Thread Timlin, Bob
To: Tomcat Users List Subject: Re: jk_nt_service fails (error 1067) Yes IIS isn't forwording JSP requests to Tomcat and I guess, because that jk_nt_service won't start. I get an error message when I try to start it. - Original Message - From: Timlin, Bob [EMAIL PROTECTED] To: Tomcat Users List

Re: jk_nt_service fails (error 1067)

2002-04-09 Thread Alexander Höglind
PM Subject: Re: jk_nt_service fails (error 1067) Yes, I access jsp files on port 8080, behind the firewall. Thanx, Alexander - Original Message - From: Timlin, Bob [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 5:54 PM Subject: RE: jk_nt_service

jk_nt_service fails (error 1067)

2002-04-08 Thread Alexander Höglind
Hi, I'm using Tomcat 4.03 on win2000 server(sp2) and IIS 5.0 Tomcat seems to work fine (mysite.com:8080) but I can't get jk_nt_service to work. I have disabled tomcat.exe in my services and restarted the server, but the service doesn't start. My operating system is in swedish

RE: jk_nt_service fails (error 1067)

2002-04-08 Thread Timlin, Bob
Have you looked for a port conflict or tried starting tomcat on a different port? -Original Message- From: Alexander Höglind [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 9:19 AM To: Tomcat User Subject: jk_nt_service fails (error 1067) Hi, I'm using Tomcat 4.03 on win2000

RE: jk_nt_service fails (error 1067)

2002-04-08 Thread Larry Isaacs
Any errors reported in the log files specified within wrapper.properties? Cheers, Larry -Original Message- From: Alexander Höglind [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:19 PM To: Tomcat User Subject: jk_nt_service fails (error 1067) Hi, I'm using Tomcat

RE: jk_nt_service fails (error 1067)

2002-04-08 Thread Lecaros, Noel
Höglind [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 9:19 AM To: Tomcat User Subject: jk_nt_service fails (error 1067) Hi, I'm using Tomcat 4.03 on win2000 server(sp2) and IIS 5.0 Tomcat seems to work fine (mysite.com:8080) but I can't get jk_nt_service to work. I have disabled tomcat.exe

Re: jk_nt_service fails (error 1067)

2002-04-08 Thread Alexander Höglind
Forgot to say that I'm using j2sdk1.4.0 /Alex Hi, I'm using Tomcat 4.03 on win2000 server(sp2) and IIS 5.0 Tomcat seems to work fine (mysite.com:8080) but I can't get jk_nt_service to work. I have disabled tomcat.exe in my services and restarted the server, but the service doesn't start. My

jk_nt_service with 4.0.1, can't find my web.xml

2002-04-08 Thread Chris Gross
I found instructions on how to use the jk_nt_service from v3.2 with v4.0.1. I followed the instructions and it seemed to work. Tomcat starts successfully but Tomcat is saying it can't find the web.xml for my webapp. Its definitely there. Here's whats in the log: 2002-04-08 15:04:37

RE: jk_nt_service with 4.0.1, can't find my web.xml

2002-04-08 Thread Dahnke, Eric
- From: Chris Gross [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:37 PM To: tomcatlist Subject: jk_nt_service with 4.0.1, can't find my web.xml I found instructions on how to use the jk_nt_service from v3.2 with v4.0.1. I followed the instructions and it seemed to work. Tomcat

RE: jk_nt_service with 4.0.1, can't find my web.xml

2002-04-08 Thread Chris Gross
Heres what I found: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/ I just ignored the steps regarding iis. -Original Message- From: Dahnke, Eric [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:41 PM To: 'Tomcat Users List' Subject: RE: jk_nt_service with 4.0.1

Re: jk_nt_service with 4.0.1, can't find my web.xml

2002-04-08 Thread todd tredeau
to promote Novell and Open Source solutions check out Chiki http://chiki.wiserlabz.com !! Chris Gross wrote: I found instructions on how to use the jk_nt_service from v3.2 with v4.0.1. I followed the instructions and it seemed to work. Tomcat starts successfully but Tomcat is saying it can't

removing jk_nt_service

2001-11-19 Thread Christoph Kukulies
In the docs is described how to install the Jakarta service under NT but I'm missing the information how I can remove the service. I would like to install it under a different name. Not just Jakarta but Jakarta_3.2.3 for example. --help, -? /? don't work either. -- Chris Christoph P. U.

Re: removing jk_nt_service

2001-11-19 Thread Christoph Kukulies
On Mon, Nov 19, 2001 at 11:33:29AM +0100, Christoph Kukulies wrote: In the docs is described how to install the Jakarta service under NT but I'm missing the information how I can remove the service. I would like to install it under a different name. Not just Jakarta but Jakarta_3.2.3 for

starting jk_nt_service before apache?

2001-11-19 Thread Christoph Kukulies
I'm wondering how I can I achieve that jk_nt_ervice.exe is started at system startup before apache is launched. As from my understanding tomcat (3.2.3) jk_nt_service (Tomcat) needs to start and write mod_jk.conf-auto before apache is started to read that file. -- Chris Christoph P. U. Kukulies

RE: How to work around jk_nt_service bug,

2001-10-18 Thread Tarek M. Nabil
Message- From: Ylan Segal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 8:46 PM To: [EMAIL PROTECTED] Subject: RE: How to work around jk_nt_service bug, Thanks for the response.. but that did not work. The problem is that the service is not failing, just it is being stopped on logout

AW: How to work around jk_nt_service bug,

2001-10-18 Thread Beat Friedli
Segal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 8:46 PM To: [EMAIL PROTECTED] Subject: RE: How to work around jk_nt_service bug, Thanks for the response.. but that did not work. The problem is that the service is not failing, just it is being stopped on logout of the user

RE: How to work around jk_nt_service bug,

2001-10-18 Thread Jim Urban
documentation page. Jim -Original Message- From: Beat Friedli [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 9:44 AM To: [EMAIL PROTECTED] Subject: AW: How to work around jk_nt_service bug, I'm using http://www.alexandriasc.com/software/JavaService/index.html. You find examples

RE: How to work around jk_nt_service bug,

2001-10-18 Thread Ylan Segal
That's very strange, cause it worked perfectly for me, and I had the same problem you have. Where did you add the -Xrs? It has to be in the wrapper.properties file. The only difference between our configurations is that I ran Tomcat stand alone...does that make a difference? The solution

Error 500 in Tomcat Servlet initialization under jk_nt_service

2001-09-10 Thread Rick Hodgson
I've encountered an error which I've not seen discussed in any thread. I get a null pointer exception when I attempt to execute my servlet via Tomcat running under the jk_nt_service.exe module. If I stop the Jakarta service and run Tomcat as a forground process, my servlet works as expected.

RE: How to get jk_nt_service to notice failed startup of my service?

2001-09-07 Thread Andy Bailey
, September 06, 2001 9:29 PM To: Tomcat-User (E-mail) Subject: How to get jk_nt_service to notice failed startup of my service? I've been using jk_nt_service successfully for some time now, but I've noticed that even if my servlet's init() throws a ServletException, the service still appears to have

How to get jk_nt_service to notice failed startup of my service?

2001-09-06 Thread Rida Ligurs
I've been using jk_nt_service successfully for some time now, but I've noticed that even if my servlet's init() throws a ServletException, the service still appears to have started successfully in the Services Manager. What do I have to do to get startup failure to be properly reflected

jk_nt_service doesn't work like in the description

2001-07-31 Thread Simone Bortolaso
I follow all the instructions but when i start the service the answer is: Impossible start the service write NET HELPMSG 3534toobtain most information. Simone

jk_nt_service: New Version

2001-07-31 Thread Michael Weir (Transform Research)
I have made some modifications to the jk_nt_service program which hopefully make it easier to use. The usage is now nt_service -i service [ -a | -m | -d ] [ -y service display name ] [ -z w2k service description ] [ -u service account -p service

Re: jk_nt_service: New Version

2001-07-31 Thread Hari
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 6:35 PM Subject: jk_nt_service: New Version I have made some modifications to the jk_nt_service program which hopefully make it easier to use. The usage is now nt_service -i service [ -a | -m | -d ] [ -y service display name ] [ -z

RE: jk_nt_service: New Version

2001-07-31 Thread Ignacio J. Ortega
Anyway, if anyone wants a copy, just let me know. (I also modified the documentation.) Comments, suggestions, and bug reports are welcome. *** Also, could someone in the know give me a hand submitting this code back to the Jakarta project? I'll be glad to review and commit it..

RE: jk_nt_service doesn't work like in the description

2001-07-31 Thread Randy Layman
problem is because of one of the following: 1. Spaces in paths. jk_nt_service can't deal with spaces in any path names that it deals with 2. Invalid configuration file that doesn't point to the jvm correctly 3. Some other problem indicated in your jvm.stderr/jvm.stdout

jk_nt_service and Net Logon error

2001-07-19 Thread Myers, Carol
Hello, I searched the archives and found several messages pertaining to my problem but none that seem to solve it. I have installed Tomcat 3.2.3 for NT4. If I run it from a command line using the batch file: Startup it works fine and I am able to execute the sample .jsp's. I used the

RE: jk_nt_service and NT error 2140

2001-07-13 Thread Michael Weir (Transform Research)
Title: RE: jk_nt_service and NT error 2140 jk_nt_service ends up executing wrapper.cmd_line If you quote some of the values on the line: wrapper.cmd_line=$(wrapper.javabin) -classpath $(wrapper.class_path) $(wrapper.startup_class) -config $(wrapper.server_xml) -home $(wrapper.tomcat_home

AW: jk_nt_service and NT error 2140

2001-07-13 Thread Christian Amann
:) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 12. Juli 2001 17:38 Betreff: jk_nt_service and NT error 2140 Hi, I'm trying to start tomcat as a Windows NT service and get an error when I try to start the service. The steps, I did

jk_nt_service and NT error 2140

2001-07-12 Thread Juergen . Albert
Hi, I'm trying to start tomcat as a Windows NT service and get an error when I try to start the service. The steps, I did: - install tomcat 3.3m4 to x:\jakarta-tomcat-3.3m4 (drive x: is my harddisk) - install jk_nt_service.exe in the x:\jakarta-tomcat-3.3m4\bin directory - edit the the file

RE: jk_nt_service and NT error 2140

2001-07-12 Thread GOMEZ Henri
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 5:38 PM Subject: jk_nt_service and NT error 2140 Hi, I'm trying to start tomcat as a Windows NT service and get an error when I try to start the service. The steps, I did: - install tomcat 3.3m4 to x

RE: jk_nt_service and NT error 2140

2001-07-12 Thread Randy Layman
PROTECTED]] Sent: Thursday, July 12, 2001 11:38 AM Subject: jk_nt_service and NT error 2140 Hi, I'm trying to start tomcat as a Windows NT service and get an error when I try to start the service. The steps, I did: - install tomcat 3.3m4 to x:\jakarta-tomcat-3.3m4 (drive x: is my

Re: jk_nt_service and NT error 2140

2001-07-12 Thread Tomeu Bennàssar
Hi Juergen, I have no idea how to solve it. If you type net helpmsg 2140 in a command window it will appear an explanation about the error (I have type it and it indicates that's an internal NT error). [EMAIL PROTECTED] wrote: Hi, I'm trying to start tomcat as a Windows NT service and get

RE: jk_nt_service and NT error 2140

2001-07-12 Thread Jones, Stephen
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 9:38 AM Subject: jk_nt_service and NT error 2140 Hi, I'm trying to start tomcat as a Windows NT service and get an error when I try to start the service. The steps, I did: - install tomcat 3.3m4 to x:\jakarta-tomcat-3.3m4

Re: jk_nt_service and NT error 2140

2001-07-12 Thread Betty Chang
: jk_nt_service and NT error 2140 Hi, I'm trying to start tomcat as a Windows NT service and get an error when I try to start the service. The steps, I did: - install tomcat 3.3m4 to x:\jakarta-tomcat-3.3m4 (drive x: is my harddisk) - install jk_nt_service.exe in the x:\jakarta-tomcat-3.3m4\bin

AW: jk_nt_service and NT error 2140

2001-07-12 Thread Daniel S. Haischt
' and is located somewhere in the 'system steuerung' bye daniel -- -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 12. Juli 2001 17:38 An: [EMAIL PROTECTED] Betreff: jk_nt_service and NT error 2140 Hi, I'm trying to start tomcat as a Windows

RE: jk_nt_service and NT error 2140

2001-07-12 Thread Robert Finneran
this info is helpfull! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 8:38 AM Subject: jk_nt_service and NT error 2140 Hi, I'm trying to start tomcat as a Windows NT service and get an error when I try to start the service. The steps, I

RE: jk_nt_service -- where exactly is it?

2001-07-10 Thread GOMEZ Henri
JK_NT_SERVICE is present on mod_jk and you'll find up to date versions on jakarta-tomcat-connectors sub-project. All remarks and contributions will be welcome :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo

jk_nt_service -- where exactly is it?

2001-07-09 Thread Michael Weir (Transform Research)
Title: Re: Why does Tomcat spend too much time before process a request? I've read about using jk_nt_service torun Tomcat as an NT Service but where exactly can this be downloaded from? Thanks, Michael Weir

RE: jk_nt_service -- where exactly is it?

2001-07-09 Thread Michael Weir (Transform Research)
Title: RE: jk_nt_service -- where exactly is it? Yeah, yeah. I'm stupid. But I read about jk_nt_service in the docs for Tomcat 3.1.1, and there is no corresponding file in that build. -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 8:59

Setting Classpath ---was: jk_nt_service -- where exactly is it?

2001-07-09 Thread Bruce A. Carson
d facility. It can be setup to compile your .java files with a single command line. Bruce -Original Message-From: Minglong Wu [mailto:[EMAIL PROTECTED]]Sent: Monday, July 09, 2001 12:16 PMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Re: jk_nt_service -- whe

Re: jk_nt_service is not shutting down

2001-07-06 Thread Gary Dale
it for now but would also like a solution. Jochen Wiedmann wrote: Hi, I am using TC 3.2.2 on several machines, all configured to be running as an NT service with jk_nt_service. This works fine, with the exception of a single machine: If I try to stop the service there, I receive an error

jk_nt_service is not shutting down

2001-07-04 Thread Jochen Wiedmann
Hi, I am using TC 3.2.2 on several machines, all configured to be running as an NT service with jk_nt_service. This works fine, with the exception of a single machine: If I try to stop the service there, I receive an error message 2168 from the service manager. Moreover, I can see that TomCat

jk_nt_service path problem...

2001-02-08 Thread Kho Sian Jin Brandon MOE1 NCS
Hi, I updated the wrapper.properties file and inputted:- wrapper.tomcat_home=D:\Program Files\jakarta-tomcat-3.2.1 It seems like the space in the value is giving me problem. I can't start the service. When i check the jvm.stderr, it gives:- java.lang.NoClassDefFoundError:

About jk_nt_service

2000-12-26 Thread Je Jung Kim
Hi.. I am just a beginner.. Actually, I am getting an error messege that says == C:\jakarta-tomcatnet start Tomcat The Tomcat service is starting. The Tomcat service could not be started. The service did not report an error. More help is available by

AW: About jk_nt_service

2000-12-26 Thread Christian Parpart
Hi, you can use jk_nt_service only for Tomcat/3.2.1. Do not use it for any higher version. If you've Tomcat/3.2.1 the problem could be the following: You should type the service name in ("") like: [C:\] jk_nt_service -i "Apache Tomcat" path\to\tomcat'sproperties then

Re: AW: About jk_nt_service

2000-12-26 Thread Jacob Kjome
the error you are seeing. Jake At 01:58 PM 12/26/2000 +0100, you wrote: Hi, you can use jk_nt_service only for Tomcat/3.2.1. Do not use it for any higher version. If you've Tomcat/3.2.1 the problem could be the following: You should type the service name in ("") like: [C:\] jk_nt_service

Tomcat started with jk_nt_service Terminates on console exit

2000-12-13 Thread jokozlow
Title: Tomcat started with jk_nt_service Terminates on console exit I apologize if this is a silly question. However, when I start Tomcat 3.2 using the jk_nt_service, then logoff the server console, the main Tomcat thread is terminated. I understand that logging off the console is a common

AW: Tomcat started with jk_nt_service Terminates on console exit

2000-12-13 Thread Ralph Einfeldt
, 13. Dezember 2000 18:19 An: '[EMAIL PROTECTED]' Betreff: Tomcat started with jk_nt_service Terminates on console exit I apologize if this is a silly question. However, when I start Tomcat 3.2 using the jk_nt_service, then logoff the server console, the main Tomcat thread is terminated. I

Re: Tomcat started with jk_nt_service Terminates on console exit

2000-12-13 Thread Mike La Budde
3.2 using the jk_nt_service, then logoff the server console, the main Tomcat thread is terminated. I understand that logging off the console is a common action. Thus, I assume my problem must be configuration related. I have tested this behavior both on Win2K Ent Server and WinNT 4.0 Ent Server. Does

RE: Tomcat started with jk_nt_service Terminates on console exit

2000-12-13 Thread jokozlow
Title: RE: Tomcat started with jk_nt_service Terminates on console exit Thank you for your responses. Yes, your are correct, I am running JDK 1.3. I have since rolled back to 1.2.2. Best Regards, Joel Kozlow -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED

jdk1.3_01 and jk_nt_service question?

2000-12-01 Thread Jacob Kjome
Title: jdk1.3_01 and jk_nt_service question? Does anyone know if the bug fix release of jdk1.3_01 fixes the logoff issue with jk_nt_service? I'd like to install 1.3_01 on a development machine, but I'll have to stick with jdk1.2.2_06 if that issue hasn't been resolved. Jake

jk_nt_service and more java params needed

2000-11-29 Thread Milton
Has anyone figured how to modify wrapper.properties to send "-Djava.security.manager -Djava.security.policy = c:\tomcat\tomcat.policy" parameters to the jvm? Thanks in advance.

RE: jk_nt_service and more java params needed

2000-11-29 Thread David Rees
Have you tried setting the environment variable "TOMCAT_OPTS"? -Dave From: Milton [mailto:[EMAIL PROTECTED]] Has anyone figured how to modify wrapper.properties to send "-Djava.security.manager -Djava.security.policy = c:\tomcat\tomcat.policy" parameters to the jvm?

BUG jk_nt_service

2000-11-28 Thread Jaco Roux
Keeps causing an internal system error on start

RE: BUG jk_nt_service

2000-11-28 Thread Marc Saegesser
- From: Jaco Roux [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 10:48 AM To: [EMAIL PROTECTED] Subject: BUG jk_nt_service Keeps causing an internal system error on start

Re: Timeout in jk_nt_service too short. Contexts not properly removed!

2000-11-23 Thread Jochen Schneider
Message - From: Jochen Schneider To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 5:34 PM Subject: Timeout in jk_nt_service too short. Contexts not properly removed! Hi, we had a problem that the contexts were not properly

Re: jk_nt_service

2000-11-23 Thread Jochen Schneider
of the jk_nt_service of course only occures if it takes some time (some seconds) to shutdown the contexts. - Original Message - From: Chris Chen To: '[EMAIL PROTECTED]' Sent: Wednesday, November 22, 2000 10:35 PM Subject: jk_nt_service Hi Jochen, I

Timeout in jk_nt_service too short. Contexts not properly removed!

2000-11-22 Thread Jochen Schneider
Hi, we had a problem that the contexts were not properly removed if (and only if) tomcat was running as a Win NT service. (We are using the jk_nt_service.exe to control tomcat). (win NT4.0, Tomcat 3.2-b7, jdk 1.2.2_006) This is due to a timing problem. In the

jk_nt_service

2000-11-22 Thread Chris Chen
Hi Jochen, I installed jk_nt_service on my WinNT server, and it works just fine.But I notice that this service will stop if I log off. Is there any way to run tomcat to be user independent?I am not familiar with WinNT service program. Regards,Chris,

Re: jk_nt_service

2000-11-22 Thread Michael J. Suzio
This is a known bug (and a FAQ, this was answered twice last week -- please can people search the archives of the list first? Can the frequently-posted "guide to the list" include a suggestion along these lines and the URL to the archive (*)). The problem is a JDK 1.3.0 problem on windows that

jk_nt_service

2000-11-13 Thread Hernandez, Rey
Is jk_nt_service only available for the Tomcat beta builds?

RE: jk_nt_service

2000-11-13 Thread Mark Franz
I run it with 3.1 Mark G. Franz -Original Message- From: Hernandez, Rey [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 2:48 PM To: '[EMAIL PROTECTED]' Subject: jk_nt_service Is jk_nt_service only available for the Tomcat beta builds?

RE: JK_NT_SERVICE

2000-11-08 Thread Rajnish Bhaskar
Hi Marc, Those lines in wrapper.properties cause servlet stdout and stderr to be redirected the files jvm.stdout and jvm.stderr in the directory specified by wrapper.tomcat_home. The default behaviour should be just what you want. Ah! Thank you. I didn't even think of looking for files

JK_NT_SERVICE

2000-11-06 Thread Rajnish Bhaskar
Hi all, I'm using the JK_NT_SERVICE to run Tomcat (3.1) as a service on NT. I've been looking through the wrapper.properties file to try and find any way to save any output via System.out.println to a file, rather than disappearing into oblivion as seems to happen. I've found

RE: JK_NT_SERVICE

2000-11-06 Thread Marc Saegesser
the jvm.stderr and jvm.stdout files and restarting tomcat to see if your servle output appears in the files. Marc -Original Message- From: Rajnish Bhaskar [mailto:[EMAIL PROTECTED]] Sent: Monday, November 06, 2000 3:56 AM To: [EMAIL PROTECTED] Subject: JK_NT_SERVICE Hi all, I'm

jk_nt_service error in NT workstation

2000-10-31 Thread John T. H. Wong
Dear Tomcat support team, I have problem in running jk_nt_service.exe. The output is some random characters with an error message at the end: L=!This program cannot be run in DOS mode. n.b. my computer is running NT4.0 with SP5 on.