Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Start the server using startup
    No Format
    borderStylesolid
    <geronimo_home>/bin/startup
    
  2. To shutdown this instance, use the port number of RMI Naming port (default 1099). For the new instance foo-server, the port number should be 1099 plus portOffset specified in foo-server/var/config/config-substitutions.properties.
    No Format
    borderStylesolid
    <geronimo_home>/bin/shutdown --port <RMI_port_num>
    
  3. To deploy applications to this instance use the port number of RMI Naming port
  • This deploys to the primary Geronimo repository
    No Format
    borderStylesolid
    
    <geronimo_home>/bin/deploy --port <RMI_port_num> deploy <applications>
    
  • This deploys to a secondary Geronimo repository exclusive to the Geronimo server defined as GERONIMO_SERVER=foo-server. See Configuring multiple Repositories for more detailed instructions.
    No Format
    borderStylesolid
    
    <geronimo_home>/bin/deploy --port <RMI_port_num> deploy --targets <foo_repo_name> <applications>
    

The Administrative Console can also be used for all these operations. Connect to an instance by using the right HTTP port (default 8080).

...