2014-02-13 0:54 GMT+04:00 Evan B <ecb0...@gmail.com>:
> Hello,
>
> I am wondering if someone form this mailing list will be able to take a
> look at a question that I posted on Stackoverflow regarding using
> maven-tomcat7-plugin with a RESTEasy Maven project:
> http://stackoverflow.com/questions/21734564/unable-to-startup-resteasy-maven-project-through-tomcat7-maven-plugin-execution.
> I am able to run my project locally using the Jetty Maven plugin, but not
> Tomcat.

>From a quick look,
your "javax.servlet-api" dependency has wrong scope.
It shall use <scope>provided</scope>, as that API is already provided
by Tomcat and should not be bundled with a web application.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to