|
From: Geetha <ge...@ho...> - 2003-10-01 11:52:20
|
Hi,
I just downloaded the Java Service Wrapper and I find it very useful.=20
I am facing two problems with the wrapper.=20
1. I have a need to create a unique file name for which i use the =
following commands in a batch file
set TS=3D%date%%time%
set TS=3D%TS:/=3D%
set TS=3D%TS:-=3D%
set TS=3D%TS:.=3D%
set TS=3D%TS::=3D%
set TS=3D%TS: =3D%
But when I put this in the wrapper.conf file in the specified format =
(set.TS format), TS evaluates in the end to %TS: =3D%.
2. Command line execution of my java program looks like
java xyz1>test.out 2>test.err
How do i specify this in the wrapper.conf file? Which property =
should be set to send the console out and err to the respective files?
Thanks
Geetha |