Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Set the org.apache.geronimo.server.name system property to the instance name before you start the server. Use the syntax -Dorg.apache.geronimo.server.name=foo to name your instance foo. Add this to your GERONIMO_OPTS environment variable
    Tip
    titleWindows Hint

    set GERONIMO_OPTS=-Dorg.apache.geronimo.server.name=foo

  2. Start the server using
    Code Block
    <geronimo_home>/bin/startup
    
  3. To shutdown this instance use the port number of RMI Naming port (default 1099)
    Code Block
    <geronimo_home>/bin/shutdown --port=<port_num>
    
  4. To deploy applications to this instance use the port number of RMI Nmaing port
    Code Block
    <geronimo_home>/bin/deploy -port <port_num> deploy ......
    

...