|
From: Leif M. <le...@ta...> - 2004-02-14 18:41:48
|
Alex,
It is possible to modify the environment variables within the
Wrapper processs
along with its JVM by defining the following property in the
wrapper.conf file.
set.PATH=%PATH%;AdditionalPathInfo
The set.x syntax allows you to set any environment variable.
Cheers,
Leif
Alex V. wrote:
> Hi,
>
> Here is a question: I need to ammend the value of the PATH environment
> variable when the service starts. Is it possible to configure the
> wrapper so that it executes with a given set of windows environment
> variables ? Is there a hook anywhere to tweek the windows environment
> variables when the service start ?
>
> Thanks, Alex.
>
>
|