Monthly Archives: January 2015

Shell script to monitor weblogic log for exception

Summary: This script is going to monitor weblogic AdminServer.log to for any Exception and trigger email with exception stack. WeblogiServerLogWatcher.sh: ===================== #!/bin/bash #set -xv # The script to verify the error from AdminServer.log logs Path=/scratch/Oracle/Middleware/user_projects/domains/Testing/servers/AdminServer/logs #removing the old scripting logs … Continue reading

Posted in Uncategorized | Leave a comment