Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Autodiscovering Servlet 3.0 for ServletContextHandler in embedded mode

The annotation scanning is tied to the webappcontext.

However if you have a specific use, you could probably adapt the code
from the annotation configuration to work on a servletcontext.

Better yet - for embedded usage, don't use annotations!

cheers


Back to the top