https://issues.apache.org/bugzilla/show_bug.cgi?id=53903

          Priority: P2
            Bug ID: 53903
          Assignee: dev@tomcat.apache.org
           Summary: Embedded Tomcat7 does not process Servlet API3.0
                    Annotations (WebListener)
          Severity: normal
    Classification: Unclassified
          Reporter: manuelha...@gmail.com
          Hardware: PC
            Status: NEW
           Version: 7.0.29
         Component: Catalina
           Product: Tomcat 7

When starting an embeeded tomcat with an webapp with
- web.xml with servlet api3 version
- a ServletContextListener implementation with @WebListener Annotation

then the ServletContextlistener is ignored (it wont be registered).

The same Listener works if added manually to web.xml with a <listener>-Tag

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to