users@jersey.java.net

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

From: Nasir Rasul <nasir.rasul_at_gmail.com>
Date: Sun, 3 Nov 2013 08:48:48 -0500

just an update: for benefit of someone who may stumble up this in future

I found
http://techblog.kenshoo.com/2013/02/building-and-delivering-prodcution.html
which describes how they use it. I have only tried how they daemonize with
upstart and works well.

cheers.
Nasir


- Nasir


On Wed, Oct 30, 2013 at 4:12 PM, Nasir Rasul <nasir.rasul_at_gmail.com> wrote:

> 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
>>
>
>