I actually figured it out in a little debugging session:
This is what Log4JWebConfigurer does:
// Return a URL (e.g. "classpath:" or "file:") as-is;
// consider a plain file path as...
Type: Posts; User: JMan; Keyword(s):
I actually figured it out in a little debugging session:
This is what Log4JWebConfigurer does:
// Return a URL (e.g. "classpath:" or "file:") as-is;
// consider a plain file path as...
Hello,
im trying to setup log4j in my web.xml for a webservice running in tomcat. Here's my web.xml:
<web-app>
<display-name>Archetype Created Web Application</display-name>
...