Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 4135 invoked from network); 18 Jan 2010 13:44:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2010 13:44:18 -0000 Received: (qmail 3545 invoked by uid 500); 18 Jan 2010 13:44:17 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 3457 invoked by uid 500); 18 Jan 2010 13:44:17 -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 3449 invoked by uid 99); 18 Jan 2010 13:44:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 13:44:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 13:44:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 54124234C045 for ; Mon, 18 Jan 2010 05:43:54 -0800 (PST) Message-ID: <1413553879.312341263822234335.JavaMail.jira@brutus.apache.org> Date: Mon, 18 Jan 2010 13:43:54 +0000 (UTC) From: =?utf-8?Q?J=C3=BCrgen_Weber_=28JIRA=29?= To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-5035) Provide a way to pick up changes in exploded web app from console MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Provide a way to pick up changes in exploded web app from console ----------------------------------------------------------------- Key: GERONIMO-5035 URL: https://issues.apache.org/jira/browse/GERONIMO-5035 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: deployment Environment: 2.2 =092009.12.07-18:20:06.045-0800 Reporter: J=C3=BCrgen Weber If you make even the smallest change to a parameter in web.xml of an --inPl= ace deployed webapp you have to undeploy the app via console, then go to a = unix shell and deploy.sh the web app again. This is not a good user experience. It should be possible to pick up changes from console (as in Tomcat stand-a= lone, where restarting the app from console picks up changes in web.xml and= classes). BTW, I think --inPlace deployment is an important feature, as it makes chan= ges in web apps easy. Usually ;-) --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.