Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] ServletContextListener defers server start
  • From: Dirk Olmes <dirk.olmes@xxxxxxxxxx>
  • Date: Tue, 8 Oct 2019 10:54:57 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=exentra.de; dmarc=pass action=none header.from=exentra.de; dkim=pass header.d=exentra.de; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=pAirRNv+gqx7x8IsrcmzGbhlo1ph848R3TCRn5V/LiU=; b=N2Z3fIWuNZDdtbHvfo2NNZREIQYjx5IyCK/JMFVLsdcBRRbx1CMsrF7pFTWa4WZ6gc6pb8F0XwhLXzllpwNO5fxZNz7cTPMwylC3beix/kKjrf4sFU1Pbw2/E4laylp1cu94PfDZOHnq79/vRFJ5FTyW2fWlHyLPI8RwuqmeGHP9EIoFAH2v+2frVIr55zDKTVMjH2E4zwKMmVMXWyThunrwNnqYcq7EvQ6TKPUdFwU6HKdCwbSUB1rYr/ZHDN0NGBLRqFgvgCs12fu22ormt+O67r6oexAR4zM46ZOWDHswVgRZDDTYPeeywtJnr5wsTFKSzyjqEjH6NUsbs5r0pA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SEMvIBBJtZjXoHd3ZbQ0SKTTvFikh5MJvsucNLL0TpXl84lnEDaisv+2XnzjiUthXMReEdo1MYIabE7NRCu/7O9gBm/fIGrXzxs3LI+efskrjgwjQVGQEE8KVuQMSY+Pwd6T1y2myCTNME0er1BY40/1KFwOGtcMuvhnbq9Urp4JRnuh39M7qfo9ch3tsz7MZ+4v1QRNV/JIdSTm0fZumQ8/gI8ASERZ5Zy0DHhVG+GFpJTASE6hvOE6pVP1Ed+ij0V1BApPqgGCpS5hANMOxcoVj6umEpyH8RewZg9O938s68ArIcGL0hpvdqMgub5mynfUWUyXP36vdXiSujS4dA==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVerxZgNVPQSBpKkauFvJnVHLIQadKj9iAgACciACAA93fgP//4VyAgABXh4CAAAAzAIAAAFYAgABOAgCAAQZ+AA==
  • Thread-topic: [jetty-users] ServletContextListener defers server start

On 10/7/19 9:15 PM, Joakim Erdfelt wrote:
> I went ahead and added an example to the Embedded Jetty Cookbook.
> 
> https://github.com/jetty-project/embedded-jetty-cookbook/blob/master/src/main/java/org/eclipse/jetty/cookbook/DelayedWebAppDeployExample.java
> 
> That explains how to accomplish what you need.

Thanks, Joakim. This looks a lot like I did it in my experiments. And
this proves that there is no out of the box functionality in Jetty
currently. I will go ahead and file enhancement requests now.

-dirk


Back to the top