RE: tomcat as service under linux how-to

2005-07-20 Thread dummy
Do u hv the example script for this ? That's what I mean actually. Sorry for the previous mail. -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 11:18 AM To: Tomcat Users List Subject: Re: tomcat as service under linux how-to Put a script

Re: tomcat as service under linux how-to

2005-07-20 Thread Foo Shyn
:19 PM Subject: RE: tomcat as service under linux how-to Do u hv the example script for this ? That's what I mean actually. Sorry for the previous mail. -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 11:18 AM To: Tomcat Users List Subject

RE: tomcat as service under linux how-to

2005-07-20 Thread dummy
So may I know what's the booting seq. -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 4:13 PM To: Tomcat Users List Subject: Re: tomcat as service under linux how-to Here's my rc.local script that i used to start the Tomcat and Apache

Re: tomcat as service under linux how-to

2005-07-19 Thread Foo Shyn
Put a script that starts Apache and Tomcat into the /etc/rc.d/init.d folder. U can modify the rc.local script to run the script when Linux boot. U can run a ps -ef | grep command to check whether Tomcat is running before u start running Apache. By the way, y do u need to start Tomcat first before

Re: tomcat as service under linux how-to

2005-07-19 Thread Luis Durán
dummy wrote: Hi, I would like to know how to start-up tomcat as services under LINUX and at the same time start-up apache after tomcat has started. How to check whether tomcat is already started before apache is started ? I don't have this on windows system. You could use netstat -tlp

Re: Tomcat 5 Service Windows

2005-03-17 Thread David Gladstone
yes of course i am telling it to use a different server.xml my config looks like this -config c:\config\server.xml -dave Caldarale, Charles R wrote: From: David Gladstone [mailto:[EMAIL PROTECTED] Subject: Tomcat 5 Service Windows I am currently using tomcat 5.0.27 on Windows Xp and am trying to

RE: Tomcat 5 Service Windows

2005-03-16 Thread Caldarale, Charles R
From: David Gladstone [mailto:[EMAIL PROTECTED] Subject: Tomcat 5 Service Windows I am currently using tomcat 5.0.27 on Windows Xp and am trying to point the service to a specific server.xml. Are you saying you want to use a server.xml other than the one in %CATALINA_HOME%\conf? I am

RE: tomcat 5.0 service boot

2004-11-08 Thread Shapira, Yoav
Hi, You need to go into the Windows Registry and look where the Tomcat service is defined. (I don't remember the exact key offhand). There you can add classpath and other JVM instructions as registry values that are passed to the service. On recent Tomcat versions, the service installer can be

Re: tomcat 5.0 service boot

2004-11-08 Thread Ben Souther
Hi John, Not sure if you meant to send this directly to me or not. I'll assume not and CC the tomcat list. 5.0.29 has a control panel that allows you to edit your java params Start-Programs-Apache Tomcat-Configure Tomcat If you didn't install that part, you will need to edit the registry keys

Re: tomcat 5.0 service boot

2004-11-08 Thread John Byrne
Cheers Ben, I'll try and play around with that John At 16:54 08/11/2004, Ben Souther wrote: Hi John, Not sure if you meant to send this directly to me or not. I'll assume not and CC the tomcat list. 5.0.29 has a control panel that allows you to edit your java params Start-Programs-Apache

RE: tomcat 5.0.29 service start problem (JNI)

2004-10-14 Thread Shapira, Yoav
Hi, I bet your -Xmx parameter is too big for your physical hardware. Yoav Shapira http://www.yoavshapira.com -Original Message- From: shyam [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 9:41 AM To: 'Tomcat Users List' Subject: tomcat 5.0.29 service start problem (JNI) Hi

RE: tomcat 5.0.29 service start problem (JNI)

2004-10-14 Thread shyam
problem Thanks shyam -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 10:00 AM To: Tomcat Users List Subject: RE: tomcat 5.0.29 service start problem (JNI) Hi, I bet your -Xmx parameter is too big for your physical hardware. Yoav Shapira http

RE: tomcat 5.0.29 service start problem (JNI)

2004-10-14 Thread Caldarale, Charles R
From: shyam [mailto:[EMAIL PROTECTED] Subject: RE: tomcat 5.0.29 service start problem (JNI) I have enough memory . I have set it up to use 1500mb where as I have enough ram of 2000. This has nothing to do with physical memory. The maximum heap size is dependent on the largest contiguous

RE: tomcat 5.0.29 service start problem (JNI)

2004-10-14 Thread shyam
List Subject: RE: tomcat 5.0.29 service start problem (JNI) From: shyam [mailto:[EMAIL PROTECTED] Subject: RE: tomcat 5.0.29 service start problem (JNI) I have enough memory . I have set it up to use 1500mb where as I have enough ram of 2000. This has nothing to do with physical memory

RE: Tomcat 5 service on windows

2004-09-04 Thread John Najarian
version of the jdk. -Original Message- From: Big Chiz [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 8:59 PM To: Tomcat Users List Subject: Re: Tomcat 5 service on windows anyway, try uninstalling all tomcat on the ad/remove programs. then clean all registries of any tomcat

RE: Tomcat 5 service on windows

2004-09-03 Thread Allistair Crossley
did you have a tomcat service installed already? did you have the services window open when you ran this? try checking there are no tomcat services and closing the services window and trying again. ADC -Original Message- From: Andras Balogh [mailto:[EMAIL PROTECTED] Sent: 03

Re: Tomcat 5 service on windows

2004-09-03 Thread John Villar
Do you have permission to write on the registry? you need to have write access to some key (don't remember specifically what is the key right now) in the registry to install tomcat as a service. Allistair Crossley escribió: did you have a tomcat service installed already? did you have the

RE: Tomcat 5 service on windows

2004-09-03 Thread Nelson, Jerry W, Contractor 146CF, SCB
:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 6:27 AM To: Tomcat Users List Subject: Re: Tomcat 5 service on windows Do you have permission to write on the registry? you need to have write access to some key (don't remember specifically what is the key right now) in the registry to install

RE: Tomcat 5 service on windows

2004-09-03 Thread Allistair Crossley
' Subject: RE: Tomcat 5 service on windows I HAVE THE SAME PROBLEM...In my case, I am the computer administrator and Tomcat has NEVER been installed previous to this. I have not seen ANY good solutions to this, so I learned to live with the DOS based service. //SIGNED// Jerry Nelson

RE: Tomcat 5 service on windows

2004-09-03 Thread Allistair Crossley
Sent: 03 September 2004 16:28 To: Tomcat Users List Subject: RE: Tomcat 5 service on windows did you run the service.bat unmodified? this can also happen when you have spaces in some of the properties for the service name. ADC -Original Message- From: Nelson, Jerry W

RE: Tomcat 5 service on windows

2004-09-03 Thread Nelson, Jerry W, Contractor 146CF, SCB
Crossley Sent: 03 September 2004 16:28 To: Tomcat Users List Subject: RE: Tomcat 5 service on windows did you run the service.bat unmodified? this can also happen when you have spaces in some of the properties for the service name. ADC -Original Message- From: Nelson

RE: Tomcat 5 service on windows

2004-09-03 Thread Allistair Crossley
did you try my suggestion re: service remove and then service install? ADC -Original Message- From: Nelson, Jerry W, Contractor 146CF, SCB [mailto:[EMAIL PROTECTED] Sent: 03 September 2004 17:12 To: 'Tomcat Users List' Subject: RE: Tomcat 5 service on windows Yes, ran

RE: Tomcat 5 service on windows

2004-09-03 Thread Nelson, Jerry W, Contractor 146CF, SCB
Yes... //SIGNED// Jerry Nelson -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 9:20 AM To: Tomcat Users List Subject: RE: Tomcat 5 service on windows did you try my suggestion re: service remove and then service install? ADC

Re: Tomcat 5 service on windows

2004-09-03 Thread Big Chiz
PROTECTED] wrote: Yes... //SIGNED// Jerry Nelson -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 9:20 AM To: Tomcat Users List Subject: RE: Tomcat 5 service on windows did you try my suggestion re: service remove

Re: Tomcat as service

2004-07-23 Thread Bill Barker
The service exe that ships with newer versions of TC 5 won't run on W9x (and, I'm not certain about NT4 :). However, you can still run it from the command line. Glen Stampoultzis [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I was just installing tomcat this morning and I noticed

RE: Tomcat - Win2k service - GC output

2004-07-15 Thread Carl Olivier
Hi. If you are using JSDK 1.4.x use the following VM flag: -Xloggc:normal.gc This will create and write GC log entries to the following location on your windows server: [WINDOWS_SYSTEM_DIR]\system32\normal.gc Regards, Carl -Original Message- From: Pooleery, Manoj [mailto:[EMAIL

RE: Tomcat - Win2k service - GC output

2004-07-15 Thread Pooleery, Manoj
Hi, Thank you for the quick response. I'm using jdk 1.3.1_05 and hence I cannot use -Xloggc option. Thanks -Manoj Pooleery. -Original Message- From: Carl Olivier [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 11:17 AM To: Tomcat Users List Subject: RE: Tomcat - Win2k service

RE: Tomcat - Win2k service - GC output

2004-07-15 Thread Carl Olivier
). Carl -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED] Sent: 15 July 2004 05:21 PM To: 'Tomcat Users List' Subject: RE: Tomcat - Win2k service - GC output Hi, Thank you for the quick response. I'm using jdk 1.3.1_05 and hence I cannot use -Xloggc option. Thanks -Manoj

RE: Tomcat - Win2k service - GC output

2004-07-15 Thread Pooleery, Manoj
Subject: RE: Tomcat - Win2k service - GC output Greetings. OK, well I believe that the output from the -verbose:gc flag in 1.3 will write to a .gc file in your [windows]\system32 dirctory - although I am not certain about this. DO a system whide search for a .gc file on your server - the output does

RE: Tomcat windows service

2004-06-28 Thread Aris Javier
Hello! It's included during installation period... you're prompted if you want to install tomcat as windows service... Check administrative tools - services... regards, aris -Original Message- From: Naga Viswanathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 6:17 AM To:

RE: Tomcat windows service

2004-06-28 Thread Naga Viswanathan
Thanks for your reply. I did not use tomcat installer. I want to enable windows service option for my existing installation. regards. -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 5:16 PM To: Tomcat Users List Subject: RE: Tomcat windows

Re: Tomcat 5.0.24 Service Install Syntax

2004-05-19 Thread Jacob Kjome
Quoting Hector Adolfo Alonso [EMAIL PROTECTED]: Hi Tomcat gurus: I've read carefully service.bat from Tomcat 5.0.19 and Apache Commons Daemon, and built a customized script for Windows 2000. But service installation syntax changed in Tomcat 5.0.24. I could'n find any new explanation in

Re: Tomcat 5.0.24 Service Install Syntax

2004-05-19 Thread Hector Adolfo Alonso
Thanks Jacob: There is a paragraph in changelog.txt about Procrun 2 binaries. The Apache Commons Daemon page still does not reflect this change. I've found the sources in http://jakarta.apache.org/~mturk/procrun2M3.zip. There is no html documentation there, but reading the sources, I'm

RE: Tomcat windows service

2004-03-23 Thread Andi Reinbrech
You need to set the ImagePath variable in the service parameters and re-install the service. -Original Message- From: John MccLain [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 03:06 AM To: Tomcat user list Subject: Tomcat windows service How do I set the classpath for Tomcat when it

Re: Tomcat windows service

2004-03-22 Thread Bill Barker
The service wrapper uses the value of the ImagePath as the classpath. The easiest way is to set it via the GUI, but you can also modify service.bat. John MccLain [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How do I set the classpath for Tomcat when it runs as a service? I can do

RE: Tomcat 5.0.2 Service

2003-08-04 Thread Shapira, Yoav
Howdy, How do you have it configured now? Also, if you could use 5.0.6 for your testing instead that'd be great! Yoav Shapira Millennium ChemInformatics -Original Message- From: vikas jain [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 12:06 PM To: [EMAIL PROTECTED] Subject:

RE: Tomcat 5.0.2 Service

2003-08-04 Thread vikas jain
I have it as service rt now. and service stops once you log off. From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Tomcat 5.0.2 Service Date: Mon, 4 Aug 2003 12:11:20 -0400 Howdy, How do you have it configured

RE: tomcat NT service memory

2003-02-03 Thread John Roth
I had to bump up the default memory size as well, and didn't get consistent results from CATALINA_OPTS (for example, which user was used to start the service, etc), so I changed wrapper.properties, and hard-coded the memory stuff in. Example: snippet wrapper.cmd_line=$(wrapper.javabin) -Xrs

Re: tomcat as service

2002-12-30 Thread Becky Phaneuf
That's wonderful and all, but it still doesn't change the fact that Tomcat doesn't run as a service with 1.4.1_01. I also have this problem. -B [EMAIL PROTECTED] 12/26/02 09:49AM We use the Java Wrapper Service with JDK 1.4 to run Tomcat as an NT service. You can find it at:

RE: tomcat as service

2002-12-30 Thread Wagoner, Mark
Message- From: Becky Phaneuf [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 12:20 PM To: [EMAIL PROTECTED] Subject: Re: tomcat as service That's wonderful and all, but it still doesn't change the fact that Tomcat doesn't run as a service with 1.4.1_01. I also have this problem

RE: tomcat as service

2002-12-30 Thread Becky Phaneuf
; no, there are no known issues. I don't use the wrapper, I simply select the Run as service option when I install Tomcat. -Original Message- From: Becky Phaneuf [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 12:20 PM To: [EMAIL PROTECTED] Subject: Re: tomcat as service That's

RE: tomcat as service

2002-12-30 Thread Wagoner, Mark
Tomcat 4.0.4 and Java 1.4.1_01-b01 in production. Tomcat 4.0.6 and Java 1.4.1_01-b01 for development. -Original Message- From: Becky Phaneuf [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 12:41 PM To: [EMAIL PROTECTED] Subject: RE: tomcat as service Please verify the exact

RE: tomcat as service

2002-12-30 Thread Becky Phaneuf
Phaneuf [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 12:41 PM To: [EMAIL PROTECTED] Subject: RE: tomcat as service Please verify the exact version of Java and Tomcat you've got on that machine. Thanks -B [EMAIL PROTECTED] 12/30/02 09:37AM That's funny, I have had it running

RE: tomcat as service

2002-12-30 Thread Turner, John
- From: Becky Phaneuf To: [EMAIL PROTECTED] Sent: 12/30/02 12:19 PM Subject: Re: tomcat as service That's wonderful and all, but it still doesn't change the fact that Tomcat doesn't run as a service with 1.4.1_01. I also have this problem. -B [EMAIL PROTECTED] 12/26/02 09:49AM We use the Java

RE: tomcat as service

2002-12-30 Thread Turner, John
Subject: RE: tomcat as service There's the difference. We are using Tomcat 4.1.18. I didn't see the problem in earlier Tomcat versions either. -B [EMAIL PROTECTED] 12/30/02 09:48AM Tomcat 4.0.4 and Java 1.4.1_01-b01 in production. Tomcat 4.0.6 and Java 1.4.1_01-b01 for development. -Original

RE: tomcat as service

2002-12-30 Thread Becky Phaneuf
created a HOWTO for the process: http://www.johnturner.com/howto John -Original Message- From: Becky Phaneuf To: [EMAIL PROTECTED] Sent: 12/30/02 12:19 PM Subject: Re: tomcat as service That's wonderful and all, but it still doesn't change the fact that Tomcat doesn't run as a service

RE: tomcat as service

2002-12-30 Thread Hamilton, Andrew
:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: RE: tomcat as service We're not running XP Pro, but I'll give your how to a shot. -B [EMAIL PROTECTED] 12/30/02 10:17AM Are you sure? I setup Apache and Tomcat with 1.4.1_01 last Friday night

RE: tomcat as service

2002-12-30 Thread Becky Phaneuf
, December 30, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: RE: tomcat as service We're not running XP Pro, but I'll give your how to a shot. -B [EMAIL PROTECTED] 12/30/02 10:17AM Are you sure? I setup Apache and Tomcat with 1.4.1_01 last Friday night and it works like a charm on XP Pro. Apache

Re: tomcat as service

2002-12-26 Thread Jacob Kjome
Hello Herwig, Did you uninstall the service and then re-install it with the new JAVA_HOME path? You need to do this after you change any path in your configuration as it relates to the Tomcat NT service. http://www.mattkelli.com/tech/tomcat/ntservice.htm Jake Wednesday, December 25, 2002,

Re: tomcat as service

2002-12-26 Thread Gary Gwin
We use the Java Wrapper Service with JDK 1.4 to run Tomcat as an NT service. You can find it at: http://wrapper.sourceforge.net/doc/english/index.html In addition to working cross platform (Windows NT and Unix), you can test the service from the command line before and after installing it.

Re: Tomcat NT Service Runtime.exec()

2002-11-25 Thread Rodrigo Ruiz
the Runtime.exec() method. - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 25, 2002 5:29 PM Subject: Re: Tomcat NT Service Runtime.exec() For each NT service, there is an option called Allow service to interact

Re: Tomcat NT Service Runtime.exec()

2002-11-25 Thread Jason Cheng
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 25, 2002 5:29 PM Subject: Re: Tomcat NT Service Runtime.exec() For each NT service, there is an option called Allow service to interact with desktop under Properties / Log On. Check that option and what you ask

Re: Tomcat NT Service Runtime.exec()

2002-11-24 Thread Jacob Kjome
For each NT service, there is an option called Allow service to interact with desktop under Properties / Log On. Check that option and what you ask for should work just fine. Jake At 09:03 PM 11/22/2002 -0800, you wrote: Hi, Through much trial and error, I finally determined that using

Re: Tomcat NT Service Runtime.exec()

2002-11-23 Thread simon
I am running cmds ok from win200 with tomcat 4.12 have ago wuth this example - It migth be bad code but it works ok with and pinted as html escape code (#60; and #62;). Regards, Simon HTML BODY %@page language=java import=java.sql.*% %@page import=java.io.* % %@page import=java.util.* %

Re: Tomcat NT Service Runtime.exec()

2002-11-23 Thread Pae Choi
I am comfortable with Java security though, but I would not place such code in the live site. Man! you guys got a lot of guts to do that. :-) Pae I am running cmds ok from win200 with tomcat 4.12 have ago wuth this example - It migth be bad code but it works ok with and pinted as html

RE: Tomcat NT Service hogs 90% CPU - intermittent problem

2002-11-06 Thread Christopher Watson
: 06 November 2002 07:14 To: Tomcat Users List Subject: Re: Tomcat NT Service hogs 90% CPU - intermittent problem I had this problem at one point (4.1.10, and no IIS in my config though) My solution was to upgrade to 4.1.12 and upgrade the JDK to 1.4.1.01, this seemed to work. No idea what

Re: Tomcat NT Service hogs 90% CPU - intermittent problem

2002-11-06 Thread Ben Walding
Ben -Original Message- From: Ben Walding [mailto:ben;walding.com] Sent: 06 November 2002 07:14 To: Tomcat Users List Subject: Re: Tomcat NT Service hogs 90% CPU - intermittent problem I had this problem at one point (4.1.10, and no IIS in my config though) My solution was to upgrade

Re: Tomcat NT Service hogs 90% CPU - intermittent problem

2002-11-05 Thread Ben Walding
I had this problem at one point (4.1.10, and no IIS in my config though) My solution was to upgrade to 4.1.12 and upgrade the JDK to 1.4.1.01, this seemed to work. No idea what caused it though. Christopher Watson wrote: Hello All, Currently my config is TOMCAT 4.1.12 jdk1.3.1_03 Windows

RE: Tomcat 4.1.12 Service problem vs. Tomcat Command Line

2002-10-02 Thread Christine . Just
Hi, please check your registry, if the JVM Library key at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1\Parameters points to the correct JVM (the one where you put your jars). Btw, why do you want to put your jars into jre/lib/ext? I think there's a passage in the

RE: Tomcat 4.1.12 Service problem vs. Tomcat Command Line

2002-10-02 Thread Matt Fury
Hi! Thanks for your reply. I've checked the registry and everything looks ok. The only reason I put my jars in the jre/lib/ext was because I couldn't get them to be recognized in the Tomcat classes dir. Why would that be the case? I've set my classpath in Windows 2000 Pro as well. ---

RE: Tomcat as service - space in path in wrapper.properties - workaround

2002-10-01 Thread Wagoner, Mark
An even easier solution is to select the NT Service option when installing Tomcat. Then you don't even need jk_nt_service. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 1:02 PM To: [EMAIL PROTECTED] Subject: Tomcat as service -

RE: Tomcat as service - space in path in wrapper.properties - wor karound

2002-10-01 Thread doug . gallob
: 10/01/02 11:04 Subject: RE: Tomcat as service - space in path in AM wrapper.properties - workaround Please respond

RE: Tomcat NT Service Bug??

2002-02-06 Thread Kimberley Scott
Hiya, This may be off base, but mapped drives may only exist while you're logged in. When the service starts, it runs as 'System' for whom the mapped drive does not exist. I remember there was a way for NT to 'map' drives during startup, so that they are available to all users including system

RE: Tomcat NT Service Bug??

2002-02-06 Thread Vinay Urs
Thanks for the suggestion, Kim. We have changed the NT Service to run for a particular user and we are using UNC instead of mapped drives. But this has still not solved the problem. Vinay --- Kimberley Scott [EMAIL PROTECTED] wrote: Hiya, This may be off base, but mapped drives may only

RE: Tomcat NT Service Bug??

2002-02-06 Thread Vinay Urs
Please ignore the previous mail.. the solution works like a charm. Thanks a lot, Vinay --- Kimberley Scott [EMAIL PROTECTED] wrote: Hiya, This may be off base, but mapped drives may only exist while you're logged in. When the service starts, it runs as 'System' for whom the mapped drive

RE: Tomcat Win32 Service question

2002-01-21 Thread Randy Layman
Open up wrapper.properties, scroll all the way to the bottom of the file where java.cmdline is defined and insert the arguments as appropriate. (It should be pretty straight forward) Randy -Original Message- From: Tom Bednarz [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: Tomcat Win32 Service question

2002-01-21 Thread Tom Bednarz
Hello Randy, My installation has no file called wrapper.properties! Where should this file be?? Thomas At 21.01.2002 13:44, you wrote: Open up wrapper.properties, scroll all the way to the bottom of the file where java.cmdline is defined and insert the arguments as appropriate. (It

Re: Tomcat 4 Service SSL

2001-12-14 Thread Randy K. Secrist
Just did - :) I have been looking for this for about a week now. I prepared my post last night - but apparently - it wasn't needed. It must be too early... :) Thanks... Randy - Original Message - From: Lauer, Oliver [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent:

RE: Tomcat 4 Service SSL

2001-12-14 Thread Guido Medina
put the *.jar from jsse 1.0.2 into three locations as standard from now: 1) TOMCAT_HOME/lib 2) JAVA_HOME/lib/ext 3) JRE_HOME/lib/ext (Normally for JDK 1.3.1_01 is Program Files/JavaSoft/JRE/lib/ext) That's it... It is not a bug, it is an enviroment problem... Guido. -Original

Re: tomcat as service!

2001-10-02 Thread RahulKrishna Gupta
Vara Prashanth wrote: Hello all: I am trying to run tomcat 3.2.2 as a service on my machine. The problem however is I don't have the jk_nt_service.exe file! Can anyone of you please tell me if I can use any oher version of the file? I tried looking up the 3.2.2 on the apache site but it gets

Re: tomcat as service!

2001-10-01 Thread Bruce Carson
Vara, The binaries appear to be forward compatable. One interesting difference is that you have to use forward slashes in the newer version - the backslash directory separator no longer works when specifying the path to your configuration (wrapper.properties)file. A benefit of the newer

Re: Tomcat as Service Crashing.

2001-06-17 Thread Robert Schweng
, 2001 5:10 PM Subject: RE: Tomcat as Service Crashing. Hi Rauh, I am having the same problem. Let me know if you get any positive replies. Thanks. Good Luck, -Andy -Original Message- From: Christian Rauh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:45 PM

RE: Tomcat as Service Crashing.

2001-06-14 Thread Randy Layman
Subject: Re: Tomcat as Service Crashing. What you say - is all correct. But some basic security policy protecting the integrity of the JVM could be embedded as part of tomcat distribution. Because how many questions are we getting on the system - JVM unexpectedly crash. And in real

RE: Tomcat as Service Crashing.

2001-06-14 Thread Chauhan, Anand
Hi Rauh, I am having the same problem. Let me know if you get any positive replies. Thanks. Good Luck, -Andy -Original Message- From: Christian Rauh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:45 PM To: Tomcat User Discussion List Subject: Tomcat as Service Crashing.

RE: Tomcat as Service Crashing.

2001-06-13 Thread Robert Slifka
Oh man we really need a FAQ or something, or this might be in the one that exists =) I think someone answered this yesterday... Internet Explorer is closing the connection, something like that, I think you can ignore it. Search the archives for the last couple of days! -Original

Re: Tomcat as Service Crashing.

2001-06-13 Thread Christian Rauh
Robert Slifka wrote: Oh man we really need a FAQ or something, or this might be in the one that exists =) Probably. I think someone answered this yesterday... Internet Explorer is closing the connection, something like that, I think you can ignore it. Search the archives for the last

RE: Tomcat as Service Crashing.

2001-06-13 Thread Randy Layman
:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 4:45 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat as Service Crashing. Robert Slifka wrote: Oh man we really need a FAQ or something, or this might be in the one that exists =) Probably. I think someone answered this yesterday

Re: Tomcat as Service Crashing.

2001-06-13 Thread Luba Powell
Randy-- Will System.exit(0) inside the servlet crash the JVM? - Original Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 4:42 PM Subject: RE: Tomcat as Service Crashing. I don't think that this is the problem that is typically found

Re: Tomcat as Service Crashing.

2001-06-13 Thread Luba Powell
Subject: Re: Tomcat as Service Crashing. Randy-- Will System.exit(0) inside the servlet crash the JVM? - Original Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 4:42 PM Subject: RE: Tomcat as Service Crashing. I don't think

Re: Tomcat as Service Crashing.

2001-06-13 Thread David Wall
Yap! As sad as it is - I could crash THE JVM started by Tomcat by merely putting System.exit(-9) in my servlet. How can webmasters protect themselves from such code? You should run with a security manager installed and don't allow System.exit in the tomcat.policy file. David

Re: Tomcat as Service Crashing.

2001-06-13 Thread Luba Powell
, 2001 6:58 PM Subject: Re: Tomcat as Service Crashing. Yap! As sad as it is - I could crash THE JVM started by Tomcat by merely putting System.exit(-9) in my servlet. How can webmasters protect themselves from such code? You should run with a security manager installed and don't allow

Re: Tomcat as Service Crashing.

2001-06-13 Thread David Wall
Yes, o'course in production. In my mind - there is no place for this method in HttpServlet - it should throw the Exception. OK for GenericServlet, but this is Javasoft problem. Maybe I don't understand, but I think it should be there on development/test systems as well since you clearly

Re: Tomcat as Service Crashing.

2001-06-13 Thread Luba Powell
system which is dev, test and prod. Especially now with all the downsizing. Anyways, this is nothing against tomcat. It is an excellent system. R/L - Original Message - From: David Wall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 7:15 PM Subject: Re: Tomcat

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: Tomcat NT Service: Strange issue

2001-06-06 Thread Randy Layman
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 environment variable)

RE: Tomcat NT Service: Strange issue

2001-06-06 Thread Nibler Jeff R. (PDX1JRN)
It never fails. You could wait days before sending a question to the list, but the second you do, you figure the problem out yourself. Well, I didn't figure it out exactly, but I did get it to work. I had to add each and every entry in my CLASSPATH environment variable to the

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

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

Re: Tomcat as Service...

2001-01-25 Thread leak
So I'm tryin with JavaService (http://www.alexandriasc.com/software/JavaService/). I configured the Tomcat Service and it starts but it doesn't works. If I start Tomcat in the manual mode (and the prompt window appears) it works fine I used the bat examples in JavaService that help

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