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 "Matt Sicker (JIRA)" <ji...@apache.org> on 2014/07/25 03:03:21 UTC

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

     [ https://issues.apache.org/jira/browse/LOG4J2-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Sicker resolved LOG4J2-740.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1
         Assignee: Matt Sicker

Fixed in trunk, revision 1613337. Please verify and close.

> 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
>            Assignee: Matt Sicker
>            Priority: Minor
>             Fix For: 2.0.1
>
>
> 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