User: jules_gosnell Date: 02/02/22 15:59:00 Modified: jetty TODO Log: update Revision Changes Path 1.12 +13 -12 contrib/jetty/TODO Index: TODO =================================================================== RCS file: /cvsroot/jboss/contrib/jetty/TODO,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- TODO 21 Feb 2002 02:03:57 -0000 1.11 +++ TODO 22 Feb 2002 23:59:00 -0000 1.12 @@ -1,21 +1,21 @@ IMMEDIATE --------- -DebugMBean does not appear to work - probably in it's own classloader +jetty-ejb.jar should live inside jetty-plugin.sar - JG -jetty-ejb.jar should live inside jetty-plugin.sar - -Why does my CoarseHttpSession stuff not work anymore? - -Jetty MBeans have inconsistent naming - they should all be e.g. Jetty=0,CLASS=0 - -AbstractWebContainer moans if I deploy something, bounce Jetty, then un/redeploy it. +AbstractWebContainer is already parsing jboss-web.xml, so we should not +need to parse it as well. If I bounce Jetty, JBoss does not redeploy extant webapps +(AbstractWebContainer moans if I deploy something, bounce Jetty, then +un/redeploy it.) + +DebugMBean does not appear to work - probably in it's own +classloader - JB??? -Integrate AbstractClassLoader.getPath() & Jasper - JG +Why does my CoarseHttpSession stuff not work anymore? - JG -More of Jetty should be exposed via JMX - JB +Jetty MBeans have inconsistent naming - they should all be e.g. Jetty=0,CLASS=0 - JB??? WebIntegration testsuite still fails - JG @@ -35,9 +35,10 @@ Jetty and JBoss both unpack the WAR - waste of time -Descriptors are parsed into DOMS - SAX would be faster (do we really need DOM) +Descriptors are parsed into DOMs - SAX would be faster (do we really +need DOM) - what about JAXB? -Both Jetty and the integratin code parse web.xml - waste of time +Both Jetty and the integration code parse web.xml - waste of time Jasper should be top level and shared with Catalina
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
