|
From: Leif M. <le...@ta...> - 2007-04-12 06:22:36
|
Hans,
What do you mean by this? When you run the wrapper from a console,
it will send its
output to that console. Do you mean that you want to launch the
wrapper into a new
console window?
If so, the following should work for you:
start bin\wrapper.exe -c ..\conf\wrapper.conf
Cheers,
Leif
han...@do... wrote:
>
> Hi,
>
> I successfully registered my .jar app as a NT service. But now I want
> the console shown like when starting the app from console directly.
> Is this possible?
>
> I set these values in conf file, but they do not seem to have any effect:
>
> wrapper.ntservice.interactive=TRUE
> wrapper.ntservice.console=TRUE
> wrapper.ntservice.hide-console=FALSE
>
> I am using Java 1.4.2_14 and Wrapper_3.2.3. Thanks!
>
> Best regards
> Hans
>
|