Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 71327 invoked from network); 13 May 2005 01:57:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 May 2005 01:57:08 -0000 Received: (qmail 93535 invoked by uid 500); 13 May 2005 02:01:20 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 93417 invoked by uid 500); 13 May 2005 02:01:19 -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 93393 invoked by uid 99); 13 May 2005 02:01:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 12 May 2005 19:01:19 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 277032E1 for ; Fri, 13 May 2005 03:57:04 +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, 13 May 2005 01:57:04 -0000 Message-ID: <20050513015704.18629.25799@ajax.apache.org> Subject: [Geronimo Wiki] Update of "Building an Installer" by AaronMulder X-Virus-Checked: Checked 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 AaronMulder: http://wiki.apache.org/geronimo/Building_an_Installer ------------------------------------------------------------------------------ == Preparation == + * Get a CVS HEAD version of IzPack (or v3.8.0+ once it's released) + * For CVS version, use {{{ant dist}}} to create a proper IzPack install - * Get a Milestone binary tree + * Get a Milestone binary tree of Geronimo * delete everything under config-store, and recreate index.properties as an empty file (though for now I don't whack the deployer so I keep configurations 1 & 2) * delete everything under bin (again, except the deployer) * substitute variables for username and password in {{{var/security/users.properties}}} and {{{var/security/groups.properties}}} - * Get a Milestone source tree + * Get a Milestone source tree of Geronimo * Build it, at least as far as the geronimo/assembly module * Copy the plans in modules/assembly/target/plan to somewhere in the binary tree (I used {{{plan-src/}}}) * Substitute values in plans + * {{{client-system-plan.xml}}} -- naming host (localhost) and port (1099) + * {{{interop-server-plan.xml}}} -- port (9000), ORB port (2001), naming host name (localhost), naming port (1050) * {{{system-plan.xml}}} -- port for RMIRegistry (1099), server host name (localhost) - * {{{j2ee-server-plan.xml}}} -- port for Jetty HTTP (8080), OpenEJB !ServiceDaemon (4201), EJB server host name (127.0.0.1), JMX remoting host name (localhost) + * {{{j2ee-server-plan.xml}}} -- port for Jetty HTTP (8080) and HTTPS (8443), OpenEJB !ServiceDaemon (4201), EJB server host name (127.0.0.1), JMX remoting host name (localhost) + * {{{j2ee-server-tomcat-plan.xml}}} -- host (localhost), ports for HTTP (8090), HTTPS (8443), and AJP (8009) * {{{system-database-plan.xml}}} -- port for Derby network access (1527) * {{{system-activemq-plan.xml}}} -- port for ActiveMQ (61616), host name for ActiveMQ (localhost) * {{{system-jms-plan.xml}}} -- hostname, port for ActiveMQ (localhost:61616)