application war logging weblogic which log ?
We are running weblogic 12.2.1.4 fully patched on latest jdk 1.8 on Linux. Application in its war did not setup log4j neither any handling of exceptions are provided in web.xml configuration file.
Could you please confirm when an exception is generated in JSP running in war application and is not explicitly handled by developers code or handler specified in web.xml to which log that error message/stacktrace would be logged ? Would that be server.out log or it could be in any weblogic log ?
Thanks