Re: [External] : Re: Tomcat as a Windows Service not picking JAVA_OPTS parameter

2023-02-01 Thread Christopher Schultz
t? Did you ensure that it actually restarted? -chris -Original Message- From: Mark Thomas Sent: Wednesday, February 1, 2023 3:41 PM To: users@tomcat.apache.org Subject: [External] : Re: Tomcat as a Windows Service not picking JAVA_OPTS parameter On 01/02/2023 02:37, Rajagopalan Harih

AW: [External] : Re: Tomcat as a Windows Service not picking JAVA_OPTS parameter

2023-02-01 Thread Thomas Hoffmann (Speed4Trade GmbH)
cht- > Von: Rajagopalan Hariharan > Gesendet: Mittwoch, 1. Februar 2023 16:22 > An: Tomcat Users List > Betreff: RE: [External] : Re: Tomcat as a Windows Service not picking > JAVA_OPTS parameter > > Hi, > > No it is not working even after setting the same.

RE: [External] : Re: Tomcat as a Windows Service not picking JAVA_OPTS parameter

2023-02-01 Thread Rajagopalan Hariharan
Hi, No it is not working even after setting the same. Regards, Rajagopalan H -Original Message- From: Mark Thomas Sent: Wednesday, February 1, 2023 3:41 PM To: users@tomcat.apache.org Subject: [External] : Re: Tomcat as a Windows Service not picking JAVA_OPTS parameter On 01/02/2023

Re: Tomcat as a Windows Service not picking JAVA_OPTS parameter

2023-02-01 Thread Mark Thomas
On 01/02/2023 02:37, Rajagopalan Hariharan wrote: Hi, I have deployed ORDS 22.4 version in Tomcat 9 (which is installed as a Windows Service). For ORDS to work e have to set JAVA_OPTS parameter before starting Tomcat. This works perfectly fine when set in cmd and Tomcat started in cmd using

Tomcat as a Windows Service not picking JAVA_OPTS parameter

2023-01-31 Thread Rajagopalan Hariharan
Hi, I have deployed ORDS 22.4 version in Tomcat 9 (which is installed as a Windows Service). For ORDS to work e have to set JAVA_OPTS parameter before starting Tomcat. This works perfectly fine when set in cmd and Tomcat started in cmd using startup.bat. But when you start as service, I have

Re: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2011-07-07 Thread James Pretorius
it of trouble configuring the jvm options as I'm > installing Tomcat as a Windows Service. > > I need to set: > java.library.path=C:\example\dir1;C:\example\dir2;C:\example\dir3 > > I pass this to the update service command (below) but the JvmOptions > command lin

RE: Question on starting tomcat (as a windows service) from Ant

2007-08-03 Thread Lenny Wintfeld
[mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 2:55 PM To: Asensio, Rodrigo Subject: Question on starting tomcat (as a windows service) from Ant Rodrigo, Thanks for the feedback. That's essentially what I did as a stopgap measure. Got a little more basic even: Downloaded another co

RE: Question on starting tomcat (as a windows service) from Ant

2007-07-31 Thread Asensio, Rodrigo
starting tomcat (as a windows service) from Ant Rodrigo, Thanks for the feedback. That's essentially what I did as a stopgap measure. Got a little more basic even: Downloaded another copy of Tomcat for windows, but didn't use the windows installer. Instead, I'm using the versio

FW: Quesion on starting tomcat (as a windows service) from Ant

2007-07-31 Thread Asensio, Rodrigo
-Original Message- From: Lenny Wintfeld [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 5:16 PM To: Asensio, Rodrigo Subject: RE: Quesion on starting tomcat (as a windows service) from Ant Rodrigo Thanks for the feedback. As it works out, when I drop the war into \webapps

RE: Quesion on starting tomcat (as a windows service) from Ant

2007-07-30 Thread Asensio, Rodrigo
users@tomcat.apache.org Subject: Quesion on starting tomcat (as a windows service) from Ant I'm running tomcat locally on WinXP as a service. Now I'm starting to do webapp development. By experiment I've found the way to re-deploy a webapp when running Tomcat as a service is: Stop Tomcat s

Quesion on starting tomcat (as a windows service) from Ant

2007-07-30 Thread Lenny Wintfeld
I'm running tomcat locally on WinXP as a service. Now I'm starting to do webapp development. By experiment I've found the way to re-deploy a webapp when running Tomcat as a service is: Stop Tomcat service (with Procrun) Remove the subdirectory of the webapp to be updated from .../Tomcat 5

Re: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-05-10 Thread Steve Cavill
.tmpdir=%CATALINA_HOME%\temp\0-Djava.librar \ y.path=C:\example\dir1;C:\example\dir2;C:\example\dir3 -- Peter Lombardo [EMAIL PROTECTED] On 3/16/07, Mladen Turk <[EMAIL PROTECTED]> wrote: > Peter Lombardo wrote: > > I'm having a bit of trouble configuring the jvm options as I'm

Re: Tomcat as a windows service

2007-04-30 Thread Len Popp
No, you do not need to set those variables. I'm running 5.5, and I don't set them. I use the Tomcat configuration utility to specify the location of the JRE and Tomcat. -- Len On 4/30/07, Will Holmes <[EMAIL PROTECTED]> wrote: We are upgrading from 5.0 to 5.5. Previously I was using windows env

Re: Tomcat as a windows service

2007-04-30 Thread Martin Gainty
e original message without making a copy. Thank you. - Original Message - From: "Bryan Rood" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, April 30, 2007 2:35 PM Subject: RE: Tomcat as a windows service Will, I run Tomcat as a window's servi

RE: Tomcat as a windows service

2007-04-30 Thread Bryan Rood
-- From: Will Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 7:57 AM To: users@tomcat.apache.org Subject: Tomcat as a windows service We are upgrading from 5.0 to 5.5. Previously I was using windows env variables to set the java home and catalina home paths. In version 5.5 do I s

Tomcat as a windows service

2007-04-30 Thread Will Holmes
We are upgrading from 5.0 to 5.5. Previously I was using windows env variables to set the java home and catalina home paths. In version 5.5 do I still need to use env variables or can I use the Tomcat service configuration "Java" options? Thanks Will Holmes Programmer Analyst Fremont Insuranc

Re: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-03-20 Thread Peter Lombardo
ample\dir3 -- Peter Lombardo [EMAIL PROTECTED] On 3/16/07, Mladen Turk <[EMAIL PROTECTED]> wrote: Peter Lombardo wrote: > I'm having a bit of trouble configuring the jvm options as I'm > installing Tomcat as a Windows Service. > > I need to set: > java.library.path=C:\exa

Re: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-03-15 Thread Mladen Turk
Peter Lombardo wrote: I'm having a bit of trouble configuring the jvm options as I'm installing Tomcat as a Windows Service. I need to set: java.library.path=C:\example\dir1;C:\example\dir2;C:\example\dir3 Use the: ++JvmOptions "-Djava.library.path=C:\example\dir1';

Re: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-03-15 Thread Peter Lombardo
/people.apache.org/~fhanik/wrapper.html This lets you configure everything you could possible think of, and more Filip Peter Lombardo wrote: > I'm having a bit of trouble configuring the jvm options as I'm > installing Tomcat as a Windows Service. > > I need to set: > java.libr

Re: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-03-15 Thread Filip Hanik - Dev Lists
s you configure everything you could possible think of, and more Filip Peter Lombardo wrote: I'm having a bit of trouble configuring the jvm options as I'm installing Tomcat as a Windows Service. I need to set: java.library.path=C:\example\dir1;C:\example\dir2;C:\example\dir3 I pass thi

Re: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-03-15 Thread Peter Lombardo
talling Tomcat as a Windows Service - JvmOptions > & semicolons > > I need to set: > java.library.path=C:\example\dir1;C:\example\dir2;C:\example\dir3 Do you have to use the script, or can you do this with the GUI (tomcat5w.exe or tomcat6w.exe)? - Chuck THIS COMMUNICATIO

RE: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-03-15 Thread Caldarale, Charles R
> From: Peter Lombardo [mailto:[EMAIL PROTECTED] > Subject: Installing Tomcat as a Windows Service - JvmOptions > & semicolons > > I need to set: > java.library.path=C:\example\dir1;C:\example\dir2;C:\example\dir3 Do you have to use the script, or can you do this with th

Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-03-15 Thread Peter Lombardo
I'm having a bit of trouble configuring the jvm options as I'm installing Tomcat as a Windows Service. I need to set: java.library.path=C:\example\dir1;C:\example\dir2;C:\example\dir3 I pass this to the update service command (below) but the JvmOptions command line option is p