Change beasvc.exe default stdout log rotation parameters in WLS10.0

来源:互联网 发布:手机桌面软件推荐 编辑:程序博客网 时间:2024/06/11 03:21




Weblogic Server 10.0:
 I'm trying to change default log rotation parameters for weblogic server service as suggested here:
 
http://edocs.bea.com/wls/docs100/server_start/winservice.html#wp1193277
 
my installsvc.cmd contains:
 ....
 set ROTATION_TYPE = TIME
 set TIME_START_DATE = Jun 12 2008 15:07:00
 set TIME_INTERVAL_MINS = 3
 set STD_LOG=C:\logs\stdout.log
 beasvc.exe -install.... -log:"%STD_LOG%"





0 0