Re: Setting up Embedded Tomcat to honor Servlet 3.0 Annotations

2017-10-02 Thread Mark Thomas
On 02/10/17 07:23, Brian Toal wrote: > I want to decouple my solution from web.xml completely, so the goal is to > have the container to scan all jars on the classpath and look for Servlet > 3.0 annotations and do the necessary (register servlet context listeners, > filters, servlets, etc). In th

Setting up Embedded Tomcat to honor Servlet 3.0 Annotations

2017-10-01 Thread Brian Toal
I want to decouple my solution from web.xml completely, so the goal is to have the container to scan all jars on the classpath and look for Servlet 3.0 annotations and do the necessary (register servlet context listeners, filters, servlets, etc). In the code below, the container starts, but none