users@jersey.java.net

[Jersey] How to deploy jersey as a process

From: Nasir Rasul <nasir.rasul_at_gmail.com>
Date: Wed, 30 Oct 2013 14:56:09 -0400

Hi,
The documentation is silent on how I can deploy as a process on grizzly.
For instance, during development, one can do
mvn exec:java

to run the project.

However, how do I launch it as a process which keeps on running even if I
logout of the server?

With tomcat, or other servers, it is expected that I deploy the war file.

However, it is not clear to me by looking at either jersey or grizzly
documentation, on how this can be achieved with grizzly.


Thanks.

- Nasir