Jump to content
We've recently updated our Privacy Statement, available here ×
  • Weblogic Application Server Debug Logging


    rmiller

    Issue:

    Debug logging in the Jasper reports server is accomplished by enabling loggers for specific classes. This is done in two ways, either on the Manage->Server Settings->Log Settings page or in the jasperserver-pro/WEB-INF/log4j.properties file. However, in the Weblogic Application Server there appear to be class loading issues that prevent some classes from being logged.


    Resolution:

    Deep within the IBM documentation there is a section about Jakarta Commons Logging with a solution.
     
     1) Create a folder called "services" in META-INF
     2) Create a file called "org.apache.commons.logging.LogFactory" inside the META-INF/services directory 
     3) The content of the org.apache.commons.logging.LogFactory file should be org.apache.commons.logging.impl.Log4jFactory
     
     Enable the loggers that you want to log and restart the server.

    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...