About 47,300 results
Open links in new tab
  1. java - Where to find the application log that deployed on weblogic ...

    Sep 4, 2014 · Where to find the application log that deployed on weblogic server 10.3.5? Asked 11 years, 2 months ago Modified 2 years, 6 months ago Viewed 30k times

  2. Weblogic : Log errors in a specific log file for a managed server

    Dec 17, 2013 · For a given managed server (not a whole weblogic server), I need to copy / reroute all WARNING, ERROR, INCIDENT_ERROR level messages to a log file (that has to …

  3. Weblogic 12c: How to rotate servername.out file - Stack Overflow

    Feb 9, 2017 · How to configure rotation for servername.out files? We have a configuration in admin console to rotate servername.log file, but there is no configuration to rotate the …

  4. Logs in Weblogic on a server different than the admin server

    Feb 25, 2017 · I am very new to WebLogic. I have a WebLogic domain in which there are 2 servers running one of which is the admin server and on both servers there are webservices …

  5. Deleting temporary directories from weblogic server

    May 24, 2013 · 1 You can delete tmp, cache safely, but do not delete log, if you don't want log folder just take a back up or rename the folder [mv log log.bkp.date] and then delete the …

  6. logging - Weblogic rotation log files - Stack Overflow

    Nov 19, 2014 · In Weblogic if I want to save the log files by more than one rotation type, is that possible? I want to make the logs with the maximum size of 5Mb, but if they doen't reach the …

  7. what's the difference between .out and .log file - Stack Overflow

    Jul 18, 2012 · .out will print all logs related to your java application deployed whereas .log file will print all logs related to weblogic server like startup.stop,deployment etc.... .out will have …

  8. How to log to a log file in Weblogic 12c - Stack Overflow

    Jul 31, 2014 · Thanks @castling. I actually grep the entire directory for the exact string in the log. If I startup weblogic with my IDE I can see it is logging to stderr. Forcing weblogic to to write …

  9. weblogic12c - How to clear logs on WebLogic Server console …

    Aug 28, 2019 · Thanks for your response. Actually I can directly read log files from console itself but my problem is, there was huge no.of logs displaying for every small event (transaction), …

  10. Log file permissions in Oracle WebLogic - Stack Overflow

    Apr 15, 2015 · 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 …