User: jules_gosnell
  Date: 02/02/19 17:02:03

  Modified:    jetty    TODO
  Log:
  and even more thoughts
  
  Revision  Changes    Path
  1.10      +15 -1     contrib/jetty/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/TODO,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TODO      20 Feb 2002 00:18:55 -0000      1.9
  +++ TODO      20 Feb 2002 01:02:02 -0000      1.10
  @@ -1,8 +1,16 @@
   IMMEDIATE
   ---------
   
  +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.
   
  +If I bounce Jetty, JBoss does not redeploy extant webapps
  +
   Integrate AbstractClassLoader.getPath() & Jasper - JG
   
   More of Jetty should be exposed via JMX - JB
  @@ -19,9 +27,15 @@
   FURTHER AWAY
   ------------
   
  +Should servlet API and Jasper be included in jetty-plugin.sar - if so, why doesn't 
it work?
  +
  +CoarseHttpSession implementation has no GC - if it is used seriously it will need it
  +
   Jetty and JBoss both unpack the WAR - waste of time
   
  -Descriptors are parsed into DOMS - SAX would be faster (do we realy need DOM)
  +Descriptors are parsed into DOMS - SAX would be faster (do we really need DOM)
  +
  +Both Jetty and the integratin 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

Reply via email to