You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Kosta Krauth (JIRA)" <ji...@apache.org> on 2014/07/24 13:10:38 UTC

[jira] [Created] (LOG4J2-740) Invalid servlet configuration in docs

Kosta Krauth created LOG4J2-740:
-----------------------------------

             Summary: Invalid servlet configuration in docs
                 Key: LOG4J2-740
                 URL: https://issues.apache.org/jira/browse/LOG4J2-740
             Project: Log4j 2
          Issue Type: Documentation
          Components: Documentation
    Affects Versions: 2.0
            Reporter: Kosta Krauth
            Priority: Minor


http://logging.apache.org/log4j/2.x/manual/webapp.html#Servlet-2.5

The packages for the web classes have changed and no longer contain .core. as specified in the docs:

<listener-class>org.apache.logging.log4j.core.web.Log4jServletContextListener</listener-class>

<filter-class>org.apache.logging.log4j.core.web.Log4jServletFilter</filter-class>

should be changed to:

<listener-class>org.apache.logging.log4j.web.Log4jServletContextListener</listener-class>

<filter-class>org.apache.logging.log4j.web.Log4jServletFilter</filter-class>



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org