Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Adding/remove contexts at runtime?

Hi,

On Fri, Jul 13, 2012 at 8:06 PM, Evan B. Ross <evan@xxxxxxxxx> wrote:
> I'm using Jetty in an embedded situation and my app allows the dynamic
> load/unload of plugins at runtime.
> Consequently, I need to be able to load/unload contexts at runtime.

It should just be matter of adding/removing the contexts and making
sure you invoke stop() on them after removal.

Do you have a specific example that does not work for you ?

Simon
-- 
http://cometd.org
http://webtide.com
Developer advice, services and support
from the Jetty & CometD experts.
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top