users@jersey.java.net

[Jersey] Re: How to deploy jersey as a process

From: Nasir Rasul <nasir.rasul_at_gmail.com>
Date: Wed, 30 Oct 2013 16:12:54 -0400

Thanks Gili,
I just did.

Cheers.
Nasir

- Nasir


On Wed, Oct 30, 2013 at 4:01 PM, cowwoc <cowwoc_at_bbs.darktech.org> wrote:

> On 30/10/2013 2:56 PM, Nasir Rasul wrote:
>
> 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
>
>
> Nasir,
>
> You should be asking this on the mailing list of the container you use
> (e.g. Glassfish or Jetty). Jersey has nothing to do with this.
>
> Gili
>