users@jersey.java.net

[Jersey] Deploying on Jetty

From: Dário Abdulrehman <dario.rehman_at_gmail.com>
Date: Tue, 24 May 2011 15:56:03 +0100

I would include some services in a VM but glassfish is very big and I
would like to keep the VM as small as possible.
Is it possible to deploy the web services on the Jetty web server?

I tried to add jetty to the project dependencies and then running mvn
jetty:run but I get a
[ERROR] No plugin found for prefix 'jetty' in the current project and
in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] ...


Is it possible to deploy a Jersey web services on Jetty?

Thanks.