Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 81984 invoked from network); 1 Nov 2006 21:10:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 21:10:42 -0000 Received: (qmail 94548 invoked by uid 500); 1 Nov 2006 21:10:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 94503 invoked by uid 500); 1 Nov 2006 21:10:49 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 94491 invoked by uid 99); 1 Nov 2006 21:10:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 13:10:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 13:10:37 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7CE4C7142F3 for ; Wed, 1 Nov 2006 13:10:17 -0800 (PST) Message-ID: <24469007.1162415417508.JavaMail.root@brutus> Date: Wed, 1 Nov 2006 13:10:17 -0800 (PST) From: "Jeff Genender (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2507) Starting the webconsole config is taking *way* too much time In-Reply-To: <19959929.1161286234918.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/GERONIMO-2507?page=comments#action_12446379 ] Jeff Genender commented on GERONIMO-2507: ----------------------------------------- The fact that this is hitting Jetty very likely due to the fact that each servlet is a GBean. Removing jsp precompilation is a treatment to a problem and not the panacea. Notice this is not an issue with Tomcat with the difference being it does not create a separate GBean for each servlet. Ths jsp-maven-plugin simply creates a servlet for each JSP which is the standard for precompiling JSPs (see the jasper/jspc doc on the Tomcat website http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html)...I cannot see this playing a significant component in this. This becomes an issue for folks that have fairly large JSP applications. I would not recommend removing JSP precompilation nor reduce JSPs and deal with the problem head on. I think #2 in the listed options by Paul is the appropriate action to take. I think #1, #3, and #4 are red herrings. > Starting the webconsole config is taking *way* too much time > ------------------------------------------------------------ > > Key: GERONIMO-2507 > URL: http://issues.apache.org/jira/browse/GERONIMO-2507 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Affects Versions: 1.2 > Reporter: Kevan Miller > Priority: Critical > Fix For: 1.2 > > > Server startup time of 1.2 has more than doubled. The vast majority of time is being spent starting the webconsole config. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira