|
From: Leif M. <le...@ta...> - 2010-01-27 18:34:04
|
Stephen, The Wrapper is designed to handle this transparently where possible. The wrapper.java.command property for example will automatically quote the string so you can just use it as is. wrapper.java.additional and wrapper.app.parameter properties both require you to decide how you want the quotes handled so they will work on all supported platforms. The documentation for both describe how to do so: http://wrapper.tanukisoftware.org/doc/english/prop-app-parameter-n.html http://wrapper.tanukisoftware.org/doc/english/prop-java-additional-n.html If you are still having problems, please set the following property to show you the full Java Command line. This will often help to show you where the exact problems are. wrapper.java.command.loglevel=INFO http://wrapper.tanukisoftware.org/doc/english/prop-java-command-loglevel.html I would also be able to help further if you send me your wrapper.conf and the output form the above so I can see exactly what you are encountering. Cheers, Leif On Wed, Jan 27, 2010 at 4:27 AM, Stephen C. Lloyd <ste...@la...> wrote: > I know the documentation has a link to explain how to handle Windows paths > that have embedded spaces. > > The documentation also explains how to use things like %JAVA_HOME% to make > things more transportable. > > How can I handle a %JAVA_HOME% that has embedded spaces concatenated with > other paths that contain embedded spaces? > > Thanks. |