[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [jetty-users] Adding/remove contexts at runtime?
|
- From: Simone Bordet <sbordet@xxxxxxxxxxx>
- Date: Tue, 17 Jul 2012 13:22:00 +0200
- Delivered-to: jetty-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=9Y2qc4jQuzsFZt3ftU9YGlqpxPIHBYhAO9b8unK42MU=; b=h5AL2N+bXBPiNnFEAelZV+hqow4ZJK6PwspuVsbeX0SBb0Mbinf0k7ARBIoTYO7+7g s/8SfOBDeCPg5AZCVQD14wQecqvDIX/cHazfo0irsuVFDOHvhSsnD2FJILxkeCNFgTqB F2DtSKh3xNTn+/WWDlg8/DgKrnUi2c18pHBol59jS0ajW20FY4O0zwhmxXFz382V9wO2 Mz0ZEicB9mEnvuTaG/B4i6aej2AuOa6O/RrJ+V5UNOFezaVZbx76JExxlF8/d3L0jrE6 0tQw5V3Jn6Gcit9uls6A/vKAZ6JWuJufqbyUzovQWcqgnabuPMke5FwEdOP5r/bu3bH7 /z4g==
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