User: jules_gosnell
  Date: 01/08/09 13:57:22

  Modified:    jetty/etc README
  Added:       jetty/etc VERSION
  Log:
  split README - it was getting too unwieldy
  split out some inner classes into their own files
  move logging properly onto Log4J
  fix deployment into '/' context
  general tidy up
  
  Revision  Changes    Path
  1.3       +13 -131   contrib/jetty/etc/README
  
  Index: README
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/etc/README,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README    2001/07/25 00:08:00     1.2
  +++ README    2001/08/09 20:57:22     1.3
  @@ -1,123 +1,14 @@
  -JBoss-2.4.0.23_BETA-Jetty-3.1.RC6
   -----------------------------------------------------------------------
   
  -Release Candidate 1. (24/07/2001)
  -
  -Jetty3          - Jetty-3.1.RC6
  -Jetty3Extra/jmx - Jetty3Extra-0.0.5
  -JBoss           - JBoss-2.4.0.23_BETA
  -JBoss-Jetty     - CVS of 25/07/2001
  -
  -- upgrade to latest versions of JBoss and Jetty
  -- only ship relevant JMX module from Jetty3Extra
  -- for Jetty changes see jetty/VERSION.TXT
  -
  ------------------------------------------------------------------------
  -
  -JBoss-2.4.0BETA_Jetty-3.1.RC5
  -
  ------------------------------------------------------------------------
  -
  -Release Candidate 3. (05/07/2001)
  -
  -Jetty3      - CVS of 07/07/2001 12:00 BST
  -Jetty3Extra - CVS of 07/07/2001 12:00 BST
  -JBoss       - 2.4.0BETA (downloaded from jboss.org)
  -JBoss-Jetty - CVS of 07/07/2001
  -
  -Changes
  --------
  -
  -Brett has fixed:
  -
  -- null null null, again !
  -- some Jive issues
  -
  ------------------------------------------------------------------------
  -
  -Release Candidate 2. (05/07/2001)
  -
  -Jetty3      - CVS of 30/06/2001 12:00 BST
  -Jetty3Extra - CVS of 30/06/2001 12:00 BST
  -JBoss       - 2.4.0BETA (downloaded from jboss.org)
  -JBoss-Jetty - CVS of 06/07/2001
  -
  -Changes
  --------
  -
  -- in JBoss-2.2.2-Jetty-3.1.RC5 I broke webdefault config - now fixed
  -- I've added the Admin Servlet to the demo config file - /Admin/*
  -
  ------------------------------------------------------------------------
  -
  -Release Candidate 1. (30/06/2001)
  -
  -Jetty3      - CVS of 30/06/2001 12:00 BST
  -Jetty3Extra - CVS of 30/06/2001 12:00 BST
  -JBoss       - 2.4.0BETA (downloaded from jboss.org)
  -JBoss-Jetty - CVS of 30/06/2001
  -
  -Changes
  --------
  -
  -- JBossUserRealm fixed to work with 2.4
  -- multiple Jetty configs no longer supported - would not have worked anyway
  -- jetty.home now configured, instead of worked out at runtime.
  -
  ------------------------------------------------------------------------
  -
  -JBoss-2.2.2-Jetty-3.1.RC5
  -
  ------------------------------------------------------------------------
  -
  -And now number 5
  -
  -This will hopefully fix a problem that (4) introduced, where
  -JettyService does not start Jetty because it thinks Jetty has already
  -been started.
  -
  -All other details are the same.(except contrib/jetty (cvs of 23/6/2001 12:00BST))
  -
  ------------------------------------------------------------------------
  -
  -Yet another 2.2.2 based release ! - number 4.
  -
  -JBoss-2.2.2
  -Jetty-3.1.RC5 (+ a few changes - actually CVS of 21/6/2001)
  -Jetty3Extra-0.0.5 (ditto)
  -contrib/jetty (cvs of 22/6/2001 01:00BST)
  -
  -This one does not attempt to externalise internal Jetty MBeans, as
  -this is resulting in a tussle for their lifecycle management with
  -JBoss. (I have added a means of configuring whether to PublishMBeans
  -or not).
  -
  -As soon as a JBoss release with the necessary support comes out, I
  -shall put this back in.
  -
  -Thanks to :
  -
  -David Castro-Diephouse
  -Scott Stark
  -Matt Tilchen (who reported a problem that I am hoping this will fix...)
  -
  -For their help in finding this problem.
  -
  -
  -Jules
  +Un*x users:
   
  +run ./run.sh in this dir.
   
  ------------------------------------------------------------------------
  +MS Users:
   
  -This is third shot at this release, hopefully fixing the following
  -problems with the first release:
  +cd to ./jboss/bin and 'run.bat jetty'
   
  -- The dreaded "null null null"
  -- Preliminary JAAS integration now included - Thanks Scott
  -- The need to get the tools.jar into you CLASSPATH for JSPs
  -- The lack of Jetty javadoc
  -- A missing DTD resolution
  -- NullPointerException on JBoss shutdown
  +(please send me the equiv run.bat for this dir)
   
   -----------------------------------------------------------------------
   
  @@ -129,31 +20,22 @@
   
   http://my-jboss-host:8082
   
  -and looking at the com.mortbay.Jetty links...
  +and looking at the 'Jetty' links...
   
   -----------------------------------------------------------------------
   
  -This release comprises:
  +Please post problems accordingly :
   
  -JBoss-2.2.2
  -Jetty-3.1.RC5 (+ a few changes - actually CVS of 27/5/2001)
  -Jetty3Extra-0.0.5 (ditto)
  -contrib/jetty (cvs of 15/6/2001 02:00BST)
  +Jetty (i.e. WAR, JSDK, HTTP) related -> [EMAIL PROTECTED]
   
  -Un*x users:
  +JBoss/Jetty Integration (Deployment etc...) related ->
  [EMAIL PROTECTED] (put 'Jetty' in your subject
  +line)
   
  -run ./run.sh in this dir.
  +JBoss (everything else) related -> [EMAIL PROTECTED]
   
  -MS Users:
  -
  -cd to ./jboss/bin and 'run.bat jetty'
  -
  -(please send me the equiv run.bat for this dir)
  -
  -N.B.
  +-----------------------------------------------------------------------
   
  -Please post any problems to jboss-user with '....Jetty....' in the subject
  -line and I shall deal with them ASAP.
   
   Thanks for using JBoss-Jetty,
   
  
  
  
  1.1                  contrib/jetty/etc/VERSION
  
  Index: VERSION
  ===================================================================
  JBoss-2.4.0.23_BETA-Jetty-3.1.RC7
  
  -----------------------------------------------------------------------
  
  Release Candidate 1. (24/07/2001)
  
  Jetty3          - Jetty-3.1.RC7
  Jetty3Extra/jmx - Jetty3Extra-0.0.5
  JBoss           - JBoss/jboss (cvs update -d -r Branch_2_4 -D 'August 9, 2001 
10:00pm BST')
  JBoss-Jetty     - JBoss/contrib/jetty (cvs update -d -r Branch_2_4 -D 'August 9, 
2001 10:00pm BST')
  
  - Fix '/' context deployment problems
  - Choose a more integrated MBean Domain name
  - Move logging and JBossLogSink directly onto Log4J
  - General code tidy up
  
  - for Jetty changes see jetty/VERSION.TXT
  
  -----------------------------------------------------------------------
  
  JBoss-2.4.0.23_BETA-Jetty-3.1.RC6
  
  -----------------------------------------------------------------------
  
  Release Candidate 1. (24/07/2001)
  
  Jetty3          - Jetty-3.1.RC6
  Jetty3Extra/jmx - Jetty3Extra-0.0.5
  JBoss           - JBoss-2.4.0.23_BETA
  JBoss-Jetty     - CVS of 25/07/2001
  
  - upgrade to latest versions of JBoss and Jetty
  - only ship relevant JMX module from Jetty3Extra
  - for Jetty changes see jetty/VERSION.TXT
  
  -----------------------------------------------------------------------
  
  JBoss-2.4.0BETA_Jetty-3.1.RC5
  
  -----------------------------------------------------------------------
  
  Release Candidate 3. (05/07/2001)
  
  Jetty3      - CVS of 07/07/2001 12:00 BST
  Jetty3Extra - CVS of 07/07/2001 12:00 BST
  JBoss       - 2.4.0BETA (downloaded from jboss.org)
  JBoss-Jetty - CVS of 07/07/2001
  
  Changes
  -------
  
  Brett has fixed:
  
  - null null null, again !
  - some Jive issues
  
  -----------------------------------------------------------------------
  
  Release Candidate 2. (05/07/2001)
  
  Jetty3      - CVS of 30/06/2001 12:00 BST
  Jetty3Extra - CVS of 30/06/2001 12:00 BST
  JBoss       - 2.4.0BETA (downloaded from jboss.org)
  JBoss-Jetty - CVS of 06/07/2001
  
  Changes
  -------
  
  - in JBoss-2.2.2-Jetty-3.1.RC5 I broke webdefault config - now fixed
  - I've added the Admin Servlet to the demo config file - /Admin/*
  
  -----------------------------------------------------------------------
  
  Release Candidate 1. (30/06/2001)
  
  Jetty3      - CVS of 30/06/2001 12:00 BST
  Jetty3Extra - CVS of 30/06/2001 12:00 BST
  JBoss       - 2.4.0BETA (downloaded from jboss.org)
  JBoss-Jetty - CVS of 30/06/2001
  
  Changes
  -------
  
  - JBossUserRealm fixed to work with 2.4
  - multiple Jetty configs no longer supported - would not have worked anyway
  - jetty.home now configured, instead of worked out at runtime.
  
  -----------------------------------------------------------------------
  
  JBoss-2.2.2-Jetty-3.1.RC5
  
  -----------------------------------------------------------------------
  
  And now number 5
  
  This will hopefully fix a problem that (4) introduced, where
  JettyService does not start Jetty because it thinks Jetty has already
  been started.
  
  All other details are the same.(except contrib/jetty (cvs of 23/6/2001 12:00BST))
  
  -----------------------------------------------------------------------
  
  Yet another 2.2.2 based release ! - number 4.
  
  JBoss-2.2.2
  Jetty-3.1.RC5 (+ a few changes - actually CVS of 21/6/2001)
  Jetty3Extra-0.0.5 (ditto)
  contrib/jetty (cvs of 22/6/2001 01:00BST)
  
  This one does not attempt to externalise internal Jetty MBeans, as
  this is resulting in a tussle for their lifecycle management with
  JBoss. (I have added a means of configuring whether to PublishMBeans
  or not).
  
  As soon as a JBoss release with the necessary support comes out, I
  shall put this back in.
  
  Thanks to :
  
  David Castro-Diephouse
  Scott Stark
  Matt Tilchen (who reported a problem that I am hoping this will fix...)
  
  For their help in finding this problem.
  
  
  Jules
  
  -----------------------------------------------------------------------
  
  This is third shot at this release, hopefully fixing the following
  problems with the first release:
  
  - The dreaded "null null null"
  - Preliminary JAAS integration now included - Thanks Scott
  - The need to get the tools.jar into you CLASSPATH for JSPs
  - The lack of Jetty javadoc
  - A missing DTD resolution
  - NullPointerException on JBoss shutdown
  
  -----------------------------------------------------------------------
  
  This release comprises:
  
  JBoss-2.2.2
  Jetty-3.1.RC5 (+ a few changes - actually CVS of 27/5/2001)
  Jetty3Extra-0.0.5 (ditto)
  contrib/jetty (cvs of 15/6/2001 02:00BST)
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to