You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »


This article is an attempt to cover as many administrative tasks as possible, both common and not so common tasks. This article is grouped in four main sections having a similar flow to what you would find while using the Geronimo Administration Console, this way should be easier for you to familiarize on both tasks and console. Note that not only the Administration Console will be used as reference in this article but also some command line options will be covered. Command line options are covered in detail in the Tools and Commands section.

This article is organized in the following sections:

Administering the Apache Geronimo Server

There are eight major tasks grouped in this section.

Starting and stopping the server

There are two command line ways to start the server. From a command line window or terminal change directory to <geronimo_home>/bin. From there you can either type:

java -jar server.jar

or simply

startup

Refer to the Startup and Geronimo sections for all the options for this command.

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 and Geronimo sections for the available options for this command.

If the server is already running you have the option of using the Geronimo Administration Console to shutdown the server remotely. 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 Shutdown on the Console Navigation menul on the left.

When you click on the Shutdown button in the Server Manager portlet, you will be prompted one more time to confirm the server shutdown. Click OK to confirm and shutdown the server. No need to mention that the connection from the Administration Console will be lost and you will need to restart the server from a terminal or command line window.

Back to Top

Monitor Server status

The Server Info portlet is available as the first option in the Geronimo Administration Console. It provides information about the server's uptime as well as resources utilized by the JMV. This porlet also provides a real-time graphical representation of the memory usage.

Back to Top

Display JVM information

The System Property values for the Server JVM portlet ( or just JVM) provides detailed information about Java runtime installed and being used by the Geronimo server. It displays the information grouped in six main sections as described below.

  • Java
  • Virtual Machine
  • Operating System
  • JVM Vendor
  • User
  • Etc

Back to Top

Configure log level

Performance monitoring

Adding new listeners for the Web containers

Configuring the JMS server

Configuring a remote Apache HTTP server

Configuring Services

Adding artifacts to the Geronimo repository

Configuring database pools

Create a database

Configuring JMS

Administering applications

Installing and removing applications

Starting and stopping application modules

Administering security

Administering users and groups

Adding security realms

Administering certificates

  • No labels