Remove log4jConfigLocation from sample web.xml files
This prevents errors looking for the LogManager which is no longer on the classpath since we use sl4j.
This commit is contained in:
@@ -22,11 +22,6 @@
|
||||
</param-value>
|
||||
</context-param>
|
||||
|
||||
<context-param>
|
||||
<param-name>log4jConfigLocation</param-name>
|
||||
<param-value>/WEB-INF/classes/log4j.properties</param-value>
|
||||
</context-param>
|
||||
|
||||
<context-param>
|
||||
<param-name>webAppRootKey</param-name>
|
||||
<param-value>tutorial.root</param-value>
|
||||
|
||||
Reference in New Issue
Block a user