[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12366970 ]
Jeff Genender commented on GERONIMO-1035: ----------------------------------------- One comment though...the JSR77 doesn't really apply here because you really are not controlling the lifecycle of the servlet with this code. You are controlling the GBean, which really is not controlling the lifecycle of the servlet itself, so you cannot start/stop the servlet. But there are ways to make this occur since you have access to the Context object. > tomcat integration should wrap each servlet indiviudally > -------------------------------------------------------- > > Key: GERONIMO-1035 > URL: http://issues.apache.org/jira/browse/GERONIMO-1035 > Project: Geronimo > Type: New Feature > Components: Tomcat > Versions: 1.0-M5 > Environment: All > Reporter: Anita Kulshreshtha > Assignee: Jeff Genender > Fix For: 1.1 > Attachments: geronimo-stats-1.1-SNAPSHOT.war, management.patch, stats.zip, > tomcat-builder.patch, tomcat-builder.patch, tomcat-builder.patch, > tomcat-builder.patch, tomcat.patch, tomcat.patch > > TomcatModuleBuilder should wrap each servlet specified in the deployment > descriptor individually. This is needed by JSR-77 and for gathering tomcat > internal statistics. -- 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
