Re: Installing Tomcat as a Windows Service - JvmOptions semicolons

2011-07-07 Thread James Pretorius
@tomcat.apache.org To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://old.nabble.com/Installing-Tomcat-as-a-Windows-Service---JvmOptions---semicolons-tp9504766p32012228.html Sent from the Tomcat

Re: Installing Tomcat as a Windows Service - JvmOptions semicolons

2007-03-20 Thread Peter Lombardo
I tried using single quotes with no success unfortunately. If this could help anyone else, I was able to set the multiple path java.library.path for the tomcat service by manually setting the registry key with the windows reg utility: reg add HKLM\SOFTWARE\Apache Software Foundation\Procrun

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 parsing the

Re: Installing Tomcat as a Windows Service - JvmOptions semicolons

2007-03-15 Thread Peter Lombardo
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 COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

Re: Installing Tomcat as a Windows Service - JvmOptions semicolons

2007-03-15 Thread Filip Hanik - Dev Lists
you are better off using Java Service Wrapper, from http://wrapper.tanukisoftware.org/doc/english/introduction.html I've created a Tomcat specific install that lets you do thread dumps to the service, you can find that one here http://people.apache.org/~fhanik/wrapper.html This lets you

Re: Installing Tomcat as a Windows Service - JvmOptions semicolons

2007-03-15 Thread Peter Lombardo
Although those packages look impressive and seem very helpful - introducing new software into a live managed hosting environment to solve a semicolon issue is hard to justify. I'll look into those some more for the future, but for the time being it's not an option. ;-). I've found that if I

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