From scm-return-7054-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Fri Jul 15 16:55:13 2005 Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 10039 invoked from network); 15 Jul 2005 16:55:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jul 2005 16:55:13 -0000 Received: (qmail 73610 invoked by uid 500); 15 Jul 2005 16:54:56 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 73575 invoked by uid 500); 15 Jul 2005 16:54:56 -0000 Mailing-List: contact scm-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 scm@geronimo.apache.org Received: (qmail 73551 invoked by uid 99); 15 Jul 2005 16:54:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2005 09:54:47 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9665A15 for ; Fri, 15 Jul 2005 18:54:44 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: scm@geronimo.apache.org Date: Fri, 15 Jul 2005 16:54:44 -0000 Message-ID: <20050715165444.18835.89775@ajax.apache.org> Subject: [Geronimo Wiki] Update of "EclipseDeployment" by Sachin Patel X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification. The following page has been changed by Sachin Patel: http://wiki.apache.org/geronimo/EclipseDeployment ------------------------------------------------------------------------------ Now you are ready to launch server and your changes will be in affect. For subsequent changes you simply stop the server, run '''{{{Assemble}}}''', and relaunch '''{{{Geronimo - Server}}}'''. - ''Note: Running '''{{{Assemble}}}''' is a long running application since the maven assemble goal is doing alot of work. Secondly, the entire image is being rebuilt, so any installed applications or any other configuration changes to the server will be lost. You can modify the supplied parameters for the assemble goal to not delete the target and do the minimum amount of work, however this seems to cause random failures when the server is relaunched. So to be safe, the default is to do run the full assemble maven goal. + ''Note: Running '''{{{Assemble}}}''' is a long running operation since the maven assemble goal is doing alot of work. Secondly, the entire image is being rebuilt, so any installed applications or any other configuration changes to the server will be lost. You can modify the supplied parameters for the assemble goal to not delete the target and do the minimum amount of work, however this seems to cause random failures when the server is relaunched. So to be safe, the default is to do run the full assemble maven goal. == Debugging Geronimo (Remote) ==