[ http://issues.apache.org/jira/browse/GERONIMO-1460?page=comments#action_12364904 ]
David Jencks commented on GERONIMO-1460: ---------------------------------------- I've implemented a Host gbean for jetty. At the moment the only way to construct one is via host and virtual-host elements in a jetty specific plan. We still need a way to provide a gbean-link to a separate host gbean for jetty. As Jeff mentions this still requires more thought for tomcat. Adding modules/jetty/src/java/org/apache/geronimo/jetty/Host.java Sending modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAppContext.java Sending modules/jetty-builder/src/java/org/apache/geronimo/jetty/deployment/JettyModuleBuilder.java Sending modules/jetty-builder/src/schema/geronimo-jetty-1.0.xsd Sending modules/jetty-builder/src/schema/geronimo-jetty-config-1.0.xsd Transmitting file data ..... Committed revision 374212. > Tomcat web plan should take multiple hosts, create HostGBeans as necessary > -------------------------------------------------------------------------- > > Key: GERONIMO-1460 > URL: http://issues.apache.org/jira/browse/GERONIMO-1460 > Project: Geronimo > Type: Improvement > Components: Tomcat, web > Versions: 1.0 > Reporter: Aaron Mulder > Assignee: David Jencks > Fix For: 1.1 > > The Tomcat web plan should take multiple <host> elements, and for each one: > - if a HostGBean is present, associate to that > - if a HostGBean is not present, create a default one and start it, and then > associate to that -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
