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-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to