Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Federation/Coordination of a "set" of Jetty instances

zookeeper comes to mind.
http://zookeeper.apache.org/

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts

On Fri, Sep 19, 2014 at 6:08 AM, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
Can you elaborate a bit more about what sort of management you are
look for?  You mention having an abstraction layer over your jetty
instances and then wanting to use rest as well to manage things...are
you looking for an existing technology or project that does what you
need or are you just looking for advice on what that sort of rest
layout would work well?

Conceptually I get what you're looking for but I don't see enough of a
'problem statement' to say much one way or the other.

cheers,
Jesse


--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Fri, Sep 19, 2014 at 5:19 AM, Behrooz Nobakht <nobeh5@xxxxxxxxx> wrote:
> Hi,
>
> First, I'd appreciate your comment if the terminology of the subject of this
> email is not what it should be based on the following question.
>
> I am looking for a possible best practice to be able to manage a set of
> embedded Jetty instances started from another bootstrap application. I have
> an abstraction layer for each concrete instance of which I can start one
> embedded Jetty but yet want to be able to manage their life cycle when
> necessary (and possibly through REST which the bootstrap application
> provides for all of them).
>
> I hope that is enough of the problem statement to start a discussion. And, I
> still prefer not to think of OSGi-based solutions at this moment.
>
> Thanks in advance,
> Behrooz
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top