|
From: Leif M. <le...@ta...> - 2004-11-26 17:18:28
|
Haig,
The .stripquotes suffixes are only used on UNIX versions of the
Wrapper. They
make it possible create cross platform wrapper configuration files.
See the docs
for wrapper.java.additional.x for a more detailed explanation.
If I understand correctly, the value of the PATH environment
variable actually
contains " characters on your system? What application is doing that?
I would expect
that to break a number of applications, not just the Wrapper. As a
rule, the PATH
environment variable should not itself contain quotes. It is very
common for batch
files to add their own quotes around PATH or other environment variable
values.
Cheers,
Leif
Haig Ehramdjian wrote:
>Hello,
>
>I've noticed in a couple of places that you have a .stripquotes
>
>wrapper.java.additional.1=-Xrs
>wrapper.java.additional.2=-Dprop=TRUE
>wrapper.java.additional.3=-Dmyapp.data="../data"
>wrapper.java.additional.3.stripquotes=TRUE
>
>Would this work in the following scenario?
>
>wrapper.java.library.path.1=../lib1
>wrapper.java.library.path.2=../lib2
>wrapper.java.library.path.3=../lib3
>wrapper.java.library.path.append_system_path=true
>wrapper.java.library.path.stripquotes=true
>
>Some applications installed on certain Win32 machines put quotes in the
>PATH.
>This, in turn, prevents my application from running.
>
>
|