Skip to content
Advertisement

Log file permissions in Oracle WebLogic

I have changed the startWeblogic.sh script to give read access to the log files.

Here are examples:

-rw-r--r--. 1 oracle oinstall   81586 Apr 15 22:43 access.log    
-rw-r--r--. 1 oracle oinstall  700087 Apr 15 22:45 localhost.log
-rw-r-----. 1 oracle oinstall   20553 Apr 15 22:49 localhost.out

From the above other users got read permissions for access.log and localhost.log, but its not assigning read access to localhost.out log file. Please suggest which configuration file to change.

Advertisement

Answer

set umask 022 in startweblogic.sh and startnodemanager.sh and wlscontrol.sh worked

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement