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
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