Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F5029036 for ; Wed, 23 May 2012 15:32:42 +0000 (UTC) Received: (qmail 63420 invoked by uid 500); 23 May 2012 15:32:41 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 63339 invoked by uid 500); 23 May 2012 15:32:41 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 63319 invoked by uid 99); 23 May 2012 15:32:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 15:32:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id EDCB714281C for ; Wed, 23 May 2012 15:32:40 +0000 (UTC) Date: Wed, 23 May 2012 15:32:40 +0000 (UTC) From: "James Dyer (JIRA)" To: dev@lucene.apache.org Message-ID: <2024331688.11924.1337787160976.JavaMail.jiratomcat@issues-vm> In-Reply-To: <2140988144.4721.1333427479909.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (SOLR-3309) Slow WAR startups due to annotation scaning (affects Jetty 8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-3309. ------------------------------ Resolution: Fixed Committed the "javaee" change, Trunk r1341897. > Slow WAR startups due to annotation scaning (affects Jetty 8) > ------------------------------------------------------------- > > Key: SOLR-3309 > URL: https://issues.apache.org/jira/browse/SOLR-3309 > Project: Solr > Issue Type: Bug > Reporter: Bill Bell > Assignee: James Dyer > Fix For: 4.0 > > Attachments: SOLR-3309.patch, SOLR-3309.patch > > > Need to modify web.xml to increase the speed of container startup time. The header also appears to need to be modified... > http://mostlywheat.wordpress.com/2012/03/10/speeding-up-slow-jetty-8-startups/ > http://www.javabeat.net/articles/print.php?article_id=100 > Adding 'metadata-complete="true"' to our web.xml's web-app restored our startup time to 8 seconds. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org