Configuring and Using WebLogic Audit Logs
Refer to Oracle Fusion Middleware; Understanding Security for Oracle WebLogic Server 11g Release 1 (10.3.6) for the options for securing a WebLogic server, and the audit trail possibilities with WebLogic.
WebLogic records access to the ACSLS GUI in the following directory:
/export/home/SSLM/AcslsDomain/servers/AdminServer/logsThis directory includes the following files:
- access.log
- There are archived versions named
access.log#####(for example,access.log00001) - This provides a detailed audit trail of a GUI user activity.
- For logins, look for “AcslsLoginForm”.
Note:
There is a link to the access log in:$ACS_HOME/logs/sslm/guiAccess.log. - There are archived versions named
- AcslsDomain.log
- This reports WebLogic and ACSLS GUI operations.
Note:
There is a link to the access log in:$ACS_HOME/logs/sslm/AcslsDomain.log. - AdminServer.log
- This reports WebLogic and ACSLS GUI operations.
Note:
There is a link to the access log in:$ACS_HOME/logs/sslm/AdminServer.log.