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 ------------------------------------------------------------------------------ }}} - In this particular file, we have configured a web application that responds to a URL context of /test and only for the virtual host www.myexamplehost.com. It has set up a simple security mapping that uses the tomcat-properties-realm (which is declared in the included j2ee-server-tomcat-plan.xml that came with the Geronimo source). Declaring this security configuration also assumes we will be using JACC, so we have created the TomcatGeronimoRealm Gbean and added the reference to the {{{}}} parameter. We are also using some valves that are specific to this context, so we have created the {{{FirstValve}}} and {{{SecondValve}}} Gbeans as a chain, and set set the {{{}}} to the fir first valve in the chain ({{{FirstValve}}}). + In this particular file, we have configured a web application that responds to a URL context of /test and only for the virtual host www.myexamplehost.com. It has set up a simple security mapping that uses the tomcat-properties-realm (which is declared in the included j2ee-server-tomcat-plan.xml that came with the Geronimo source). Declaring this security configuration also assumes we will be using JACC, so we have created the {{{TomcatGeronimoRealm}}} Gbean and added the reference to the {{{}}} parameter. We are also using some valves that are specific to this context, so we have created the {{{FirstValve}}} and {{{SecondValve}}} Gbeans as a chain, and set set the {{{}}} to the fir first valve in the chain ({{{FirstValve}}}). TODO: Explain more on the parameters here...