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

Conversation

hkarakose
Copy link
Contributor

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

…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
scottfrederick added a commit that referenced this pull request Oct 4, 2013
fix for java.io.FileNotFoundException: /WEB-INF/retwis.log (No such file or directory) error in Tomcat
@scottfrederick scottfrederick merged commit af28b33 into vmware-archive:master Oct 4, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants