Versions Compared

Key

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

Anchor
top
top


Article donated by: Hernan Cunico

Wish list:

  • Administering #Administering the Apache Geronimo Server
    • #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

Covered in this section are the most common, every day, server related administrative tasks you may deal with. Subsequent sections will focus on configuring services, managing applications and configuring security.

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

...

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

Renaming config.jetty.xml or config.tomcat.xml to config.xml will set the Web container to Jetty or Tomcat next time you start Apache Geronimo.

Back to Top

Starting and stopping the server

...