https://github.com/jieryn/javaee-example
mvn install ; mvn -pl :war tomee:run Notice two deployments: INFO: REST Application: http://localhost:8080/ -> org.apache.openejb.server.rest.InternalApplication INFO: REST Application: http://localhost:8080/api -> com.acme.javaee.api.Application Tomee is not respecting my API application and is doubley deploying my resources. This is more than just annoying because it is taking over the root context default handler, instead of Tomcat.
