Link to home
Start Free TrialLog in
Avatar of sparks1984
sparks1984

asked on

weblogic log rotation

Weblogic 8.
Currently redirecting stdout and stderr of a JVM from inside the startscript to a file (via 2>&1). Looking into using instead:
-Dweblogic.Stdout="stdout-filename"
-Dweblogic.Stderr="stderr-filename"
But have some questions:
1> Can these be sent to the same file (as in the redirect from inside the script) or will there be a filehandle issue?
2> Is there any way to rotate these via the weblogic console (I see there is for the server log based on time, size etc...). Or are you on your own to rotate these?

Avatar of Mayank S
Mayank S
Flag of India image

>> Can these be sent to the same file (as in the redirect from inside the script) or will there be a filehandle issue?

I think there should be no issue.
ASKER CERTIFIED SOLUTION
Avatar of anokun7
anokun7

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hadn't I answered half the Q ;-) ?