users@jersey.java.net

[Jersey] Re: Glassfish startup error

From: Martin Matula <martin.matula_at_oracle.com>
Date: Fri, 11 Mar 2011 19:19:25 +0100

Is it possible you have an application class annotated with
@ApplicationPath("/resources/") as well as a servlet mapped to
/resources/* defined in web.xml?
Martin

On 11.3.2011 18:32, Arthur Yeo wrote:
> All,
>
> What does this error mean when it is appearing during startup?
>
> SEVERE: Mapping conflict. A Servlet declaration exists with same
> mapping as the Jersey servlet application, named
> org.netbeans.rest.application.config.ApplicationConfig, at the servlet
> mapping, /resources/*. The Jersey servlet is not deployed.
>
> --
> Arthur Y.