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 manually insert the needed options into the registry - then all is well. HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun 2.0\[servicename]\Parameters\Java\Options Not the prettiest but maybe a generated .reg file to update the relative value? Peter On 3/15/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
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 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 this to the update service command (below) but the JvmOptions > command line option is parsing the semicolons as separated JVM > options. > > "%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions > "-Djava.library.path=C:\example\dir1;C:\example\dir2;C:\example\dir3" > > The instructions state: > --JvmOptions List of options in the form of -D or -X that > will be passed to the JVM. The options are separated using either # or > ; characters. > > If a JVM option has semicolons in it, how can I pass those as literals > so that JvmOptions won't think it's a subsequent option? > > Thanks ahead of time for any help/input. > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Peter Lombardo [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]