Versions Compared

Key

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

...

  • Administering the Apache Geronimo Server
    • Changing #Changing the Web container [Jetty or Tomcat]
    • Starting and stopping the server
    • Configuring resources
    • Installing applications
    • Starting and stopping application modules
    • Configure log level
    • Performance monitoring
    • Adding new listeners for the Web containers
    • Configuring the EJB server engine
    • Configuring J2EE connectors
    • CORBA/IIOP
    • Configuring the UDDI 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

Administering the Apache Geronimo Server

Wiki Markup
Changing the Web container \[Jetty or Tomcat]

Selecting the Web container is very simple and it is limited to just renaming one file, the config.xml. Located in the <geronimo_home>/var/config directory there are several xml files. We will just focus on three of them:

  • config.xml
  • config.jetty.xml
  • config.tomcat.xml

Starting and stopping the server

...