[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-11-17 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12450730 ] Anita Kulshreshtha commented on GERONIMO-1035: -- I will be attaching the statistics pathces to GERONIMO-1293. I am working on a more efficient

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-11-16 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12450616 ] Matt Hogstrom commented on GERONIMO-1035: - Anita...can you review this JIRA and close if complete or move to the appropriate version ? tomcat

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-07-28 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12424106 ] Anita Kulshreshtha commented on GERONIMO-1035: -- Donald, tomcat provides statistics for each connector similar to jetty. For more details please

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-07-24 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12423092 ] Donald Woods commented on GERONIMO-1035: Anita, how do these Tomcat stats relate to those being provided by a Geronimo server using Jetty? It seems

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-07-24 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12423127 ] Donald Woods commented on GERONIMO-1035: Also, the AbstractTomcatModuleBuilder.java part of the tomcat-builder.patch will not compile. Seems that the

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-07-24 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12423211 ] Anita Kulshreshtha commented on GERONIMO-1035: -- Thanks Donald for taking interest in this! Yes, this was for the old trunk.. I need to redo this

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-20 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12367032 ] Jeff Genender commented on GERONIMO-1035: - The management patch fails on the compile...looks like its missing something? java:compile: depend closure=false

Re: [jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-20 Thread anita kulshreshtha
I am looking into it. Will get get back to you soon. Thanks Anita --- Jeff Genender (JIRA) dev@geronimo.apache.org wrote: [ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12367032 ] Jeff Genender commented on GERONIMO-1035:

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-20 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12367045 ] Jeff Genender commented on GERONIMO-1035: - Thanks. The management patch works, but now your Tomcat cat patch will not compile. There seems to be some missing

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-20 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12367050 ] Jeff Genender commented on GERONIMO-1035: - I have to go back to the management patch again...One more swag on the management.patch. It was not built form the top

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-20 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12367063 ] Anita Kulshreshtha commented on GERONIMO-1035: -- As noted in the comment on 12Feb, item 1, a test for G-1585 (/* in security-constraint) is included. This

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-19 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12366966 ] Anita Kulshreshtha commented on GERONIMO-1035: -- Thanks Jeff. As noted in the first comment, this is the first step towards adding servlets to tomcat via

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-19 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12366968 ] Jeff Genender commented on GERONIMO-1035: - Ok...I see what you did. Very nice work. I thought you were actually wrapping the servet, where you are really just

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-19 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12366997 ] Anita Kulshreshtha commented on GERONIMO-1035: -- Right now neither container (AIUI) allows control of the lifecycle of the servlet. The reference to JSR-77 is

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-18 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12366950 ] Jeff Genender commented on GERONIMO-1035: - Hi Anita. Cool code...and a lot of it looks good. But a few questions ... could you please explain where you shut off

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-01-26 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12364170 ] anita kulshreshtha commented on GERONIMO-1035: -- Added servletStats. The latest patches are attached to G-1293. The patch names reflects the module name. Here

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2005-12-23 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12361190 ] anita kulshreshtha commented on GERONIMO-1035: -- In the first phase, only add GBeans of j2EEType Servlet to provide ServletStats for Geronimo-1293. The