Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

fix for java.io.FileNotFoundException: /WEB-INF/retwis.log (No such file or directory) error in Tomcat #12

Merged
merged 1 commit into from Oct 4, 2013

Commits on Oct 4, 2013

  1. fix for java.io.FileNotFoundException: /WEB-INF/retwis.log (No such f…

    …ile or directory) error in Tomcat
    
    During deployment of war file in Tomcat, the application tries to create /WEB-INF/retwis.log due to existing log4j configuration. Following line is commented in log4j.properties to prevent this error: 
    
    log4j.appender.logfile.File=${retwis.root}/WEB-INF/retwis.log
    hkarakose committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    7c96008 View commit details
    Browse the repository at this point in the history