e for any help/input.
>
>
> --
> Peter Lombardo
> pglomba...@gmail.com
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.
I was able to get this to work by using the # separator. I got it to work with
the --jvmoptions format, but not the ++jvmoptions
format. You also need to have more than one option so you can use the #
separator.
This correctly added my two libraries to the java.library.path:
"%EXECUTABLE%"
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
2.0
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';'C:\example\dir2';'C:\exam
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 man
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 confi
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
> 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
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 semicolo