You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/13 03:57:04 UTC

[Geronimo Wiki] Update of "Building an Installer" by AaronMulder

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)