The Web container in a Geronimo server is an integrated Tomcat or Jetty server. You can configure the embedded web container by using different GBeans. This can be done either from the administration console or by editing configuration files.
Starting from v2.2, Geronimo leverages server.xml
from Tomcat for ease usability. Configurations to Web listeners, Clustering, and Tomcat Engine can be achieved through the same process as for a standalone Tomcat Web container. However, for configurations such as Valves, virtual hosts, JNDI and so on, you will use the GBean approach just like in Geronimo v2.1.