Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty and supervisord

Ah... Good thinking. Didn't think to look at other java apps.

Thanks Again!

On Tue, May 10, 2011 at 6:51 PM, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
oh yeah...different users and that jazz.

fundamentally it shouldn't be hugely different then other things like
tomcat or apache though so if they have examples for those that should
be a good place to start

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Tue, May 10, 2011 at 17:48, Zach Smith <zachmsmith@xxxxxxxxx> wrote:
> I can't just run  '> java -jar start.jar' .
> The init.d script is removing/recreating/chowning a bunch of directories
> which causes jetty starting to fail. I haven't looked at all into start.ini
> so I'll see if I can dig anything up.
> Thanks for the help.
> Best,
> Zach
>
> On Tue, May 10, 2011 at 6:32 PM, Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
> wrote:
>>
>> well, a quick google on supervisord shows that it looks pretty cool in
>> my book and I don't see a reason you couldn't use it to startup and
>> manage jetty...
>>
>> the jetty init.d script is mostly to just track down java and jetty
>> locations, configure the environment a bit and launch it, I don't
>> think this would be too hard to do in this setup..
>>
>> so long as your able to cd into your jetty install and run '> java
>> -jar start.jar' then you ought to be able to do that from this
>> supervisord setup.
>>
>> most of your fiddling with jetty ought to be done in your start.ini
>> file so the startup process ought to be pretty trivial.
>>
>> cheers and keep us posted on it,
>> jesse
>>
>> --
>> jesse mcconnell
>> jesse.mcconnell@xxxxxxxxx
>>
>>
>>
>> On Tue, May 10, 2011 at 16:51, Zach Smith <zmsmith27@xxxxxxxxx> wrote:
>> > I'd like to run jetty with supervisord instead of as a service. I want
>> > to do
>> > this for systems consistency. Is there any reason this is a bad idea?
>> > Also does anyone have an example config? I've noticed in the jetty
>> > init.d
>> > script is a bit more complex than others I've converted to supervisord
>> > so
>> > I'd love to see an example to get me started.
>> > Thanks,
>> > Zach
>> > _______________________________________________
>> > jetty-dev mailing list
>> > jetty-dev@xxxxxxxxxxx
>> > https://dev.eclipse.org/mailman/listinfo/jetty-dev
>> >
>> >
>> _______________________________________________
>> jetty-dev mailing list
>> jetty-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>
>
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top