Hi, I'm trying to run an existing webapp in TomEE plus 1.7.1. It uses some listeners annotated with @WebListener that are packed in a JAR inside WEB-INF/lib.
It works fine in a regular Tomcat, but in TomEE they are ignored, so I have to register them in web.xml. Is there anything I can set in system.properties to solve this? I tried openejb.deployments.classpath = true, but no success. Thanks
