User: janb    
  Date: 02/02/19 23:21:34

  Modified:    jetty    README
  Log:
  Updated comments to reflect new Jetty configuration.
  
  Revision  Changes    Path
  1.9       +9 -8      contrib/jetty/README
  
  Index: README
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/README,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- README    19 Feb 2002 07:48:15 -0000      1.8
  +++ README    20 Feb 2002 07:21:33 -0000      1.9
  @@ -29,8 +29,7 @@
   
   STILL UNDER DEVELOPMENT - We extend Jetty's HttpSession management to
   support distributable sessions by reusing infrastructure available
  -from JBoss (JBossHA, EJBs etc). Various strategies are configurable in
  -jetty.xml.
  +from JBoss (JBossHA, EJBs etc). Various strategies are configurable.
   
   xml:
   ----
  @@ -53,7 +52,7 @@
   
   Just start JBoss3. Jetty should deploy from the jetty-plugin.sar. The
   HTTP server will be on 8080 by default. This and other proprietary
  -features are configurable in jetty.xml which you will find in
  +features are configurable in jboss-service.xml which you will find in
   jetty-plugin.sar. Unpack it, make your changes, repack it and copy it
   back whence you found it. JBoss will notice, reload and restart Jetty
   with it's new configuration.  If you hit localhost:8080/ with your
  @@ -63,17 +62,19 @@
   
   CONFIGURATION
   -------------
  +The Jetty MBean is configured via META-INF/jboss-service.xml in
  +jetty-plugin.sar.
   
   The proprietary aspects of Jetty and webapps may be configured in
  -jetty.xml and META-INF/jetty-web.xml respectively. The file format is
  -an XML veneer over Jetty's native Java API, so have your JavaDoc to
  -hand - for further info see jetty.mortbay.org.
  +this jboss-service.xml and WEB-INF/web-jetty.xml respectively. 
  +
  +In both cases, the format is an XML veneer over Jetty's native 
  +Java API, so have your JavaDoc to hand - for further info see 
  +jetty.mortbay.org.
   
   The non-proprietary parts are configurable through the standard J2EE
   webapp descriptors.
   
  -The Jetty MBean is configures via META-INF/jboss-service.xml in
  -jetty-plugin.sar.
   
   
   Enjoy,
  
  
  

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

Reply via email to