Friday, October 18, 2013

Sharing weblogic logs

I have tested this with weblogic 10.3.5 and linux (RHEL), the problem that you will find is that weblogic will only share the logs for the user that started the server and you might want to do this for a group in unix, so that you can create monitoring users or maybe access for devlopers, etc.

The solution is in the startWeblogic.sh file, you must look for the umask 037 and change it to whatever you need, in my case umask 744 (rwxr--r--) to let everyone read the logs.


Thanks to the guys in the oracle forums: https://forums.oracle.com/thread/1248373 who helped me find this.

No comments:

Post a Comment