Versions Compared

Key

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

...

  • #Administering the Apache Geronimo Server
  • Configuring Services
    • Adding files to the Geronimo repository
    • Configuring database pools
    • Configuring JMS
    • Configuring JavaMail
  • Administering applications
    • Installing and removing applications
    • Starting and stopping applications
  • Administering security
    • Addiing security realms
    • Importing certificates
    • Configure LDAP
    • Configuring SSL

...

To stop the server you will have to open a new command line window or terminal, change directory to <geronimo_home>/bin and run the shutdown command. You will be prompted for username and password. Refer to the Shutdown section for all the options for this command.

If the server is already running you have the option of using the Geronimo Administration Console to stop or restart the server. With the server up and running open a Web browser and point to the following URL to access the console:

http://localhost:8080/console

Log in to the Geronimo Administration Console and click on Image AddedShutdown on the Console Navigation panel on the left.

Back to Top

Configuring resources

...