Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.
The following page has been changed by jgenender:
http://wiki.apache.org/geronimo/Tomcat
------------------------------------------------------------------------------
== Engine GBean ==
- This Gbean represents the Engine object in Tomcat and is wrapped and enabled with the {{{EngineGBean}}}
object. It is essentially a wrapper for any type of Engine object. The {{{TomcatEngine}}},
which is a Geronimo extention on the {{{org.apache.catalina.core.StandardObject}}} is typically
used for this object. Although nearly any object that extands org.apache.catalina.core.StandardObject
can be used , again, there is some Geronimo based infrastructure that is used to help enable
the integration. It is not recommended to swap this out.
+ This Gbean represents the Engine object in Tomcat and is wrapped and enabled with the {{{EngineGBean}}}
object. It is essentially a wrapper for any type of Engine object. The {{{TomcatEngine}}},
which is a Geronimo extention on the {{{org.apache.catalina.core.StandardEngine}}} is typically
used for this object. Although nearly any object that extands {{{org.apache.catalina.core.StandardEngine}}}
can be used , again, there is some Geronimo based infrastructure that is used to help enable
the integration. It is not recommended to swap this out.
=== Attributes ===
|| '''Attribute''' || '''Required''' || '''Description''' ||
@@ -196, +196 @@
== Realm GBean ==
- The Realm GBean represents Tomcat Realm objects. There may be only one realm declared
for the Engine and/or Host Gbeans. This GBean may be attached to an Engine, Host, (or Context
within the geronimo-tomcat.xml file).
+ The Realm GBean represents Tomcat Realm objects. There may be only one realm declared for
the Engine and/or Host Gbeans. This GBean may be attached to an Engine, Host, (or Context
within the geronimo-tomcat.xml file).
=== Attributes ===
|| '''Attribute''' || '''Required''' || '''Description''' ||
|