[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-04-10 Thread Jules Gosnell

  User: jules_gosnell
  Date: 02/04/10 12:51:04

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  change default distributed store
  
  Revision  ChangesPath
  1.26  +1 -1  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- jboss-service.xml 16 Mar 2002 01:00:12 -  1.25
  +++ jboss-service.xml 10 Apr 2002 19:51:04 -  1.26
  @@ -115,7 +115,7 @@
   !-- org.jboss.jetty.session.ClusteredStore--
   !-- = --
   
  -attribute 
name=HttpSessionStorageStrategyorg.jboss.jetty.session.CoarseDistributedStore/attribute
  +attribute 
name=HttpSessionStorageStrategyorg.jboss.jetty.session.ClusteredStore/attribute
   
   !-- = --
   !-- Options for synchronizing distributed sessions:   --
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-03-15 Thread Jules Gosnell

  User: jules_gosnell
  Date: 02/03/15 17:00:12

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  refactor JettyService:
  - bind Jetty more closely to JBoss Service lifecycle
  - now that jetty.xml is contained in jboss-service.xml setPublishMBeans cannot work 
- removed
  
  Revision  ChangesPath
  1.25  +1 -8  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- jboss-service.xml 27 Feb 2002 09:24:25 -  1.24
  +++ jboss-service.xml 16 Mar 2002 01:00:12 -  1.25
  @@ -37,15 +37,8 @@
   !--  Servlet 2.3 specification, and tries the webapp's own loader  --
   !-- first (for non-system classes)   --
   !-- == --
  -attribute name=Java2ClassLoadingCompliancetrue/attribute
  -
  -!-- == --
  -!-- If true, mbeans are created for Jetty and all contexts, logsinks,  --
  -!-- listeners etc. View them via the JBoss management interface on --
  -!-- http://localhost:8082  --
  -!-- == --
   
  -attribute name=PublishMBeanstrue/attribute
  +attribute name=Java2ClassLoadingCompliancetrue/attribute
   
   !-- = --
   !-- Configuring Jetty. The XML fragment contained in the  --
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-27 Thread Jason Dillon

  User: user57  
  Date: 02/02/27 01:24:25

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
   o Release structure and server config changes
  
  Revision  ChangesPath
  1.24  +1 -1  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jboss-service.xml 26 Feb 2002 09:56:18 -  1.23
  +++ jboss-service.xml 27 Feb 2002 09:24:25 -  1.24
  @@ -82,7 +82,7 @@
 !-- === --
 Set name=RequestLog
   New class=org.mortbay.http.NCSARequestLog
  -  ArgSystemProperty name=jboss.home/SystemProperty 
name=jetty.log default=/log//_mm_dd.request.log
  +  ArgSystemProperty name=jboss.server.home.dir/SystemProperty 
name=jetty.log default=/log//_mm_dd.request.log
  /Arg
 Set name=retainDays90/Set
 Set name=appendtrue/Set
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-26 Thread Jason Dillon

  User: user57  
  Date: 02/02/26 00:57:30

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
   o using jboss.home property in config files that otherwise used ../XXX
  
  Revision  ChangesPath
  1.22  +1 -2  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- jboss-service.xml 24 Feb 2002 05:08:29 -  1.21
  +++ jboss-service.xml 26 Feb 2002 08:57:30 -  1.22
  @@ -60,7 +60,6 @@
   attribute name=ConfigurationElement
 Configure class=org.mortbay.jetty.Server
   
  -
 !-- === --
  !-- Add the listener--
 !-- === --
  @@ -83,7 +82,7 @@
 !-- === --
 Set name=RequestLog
   New class=org.mortbay.http.NCSARequestLog
  -  ArgSystemProperty name=jetty.log 
default=../log//_mm_dd.request.log
  +  ArgSystemProperty name=jboss.home/SystemProperty 
name=jetty.log default=../log//_mm_dd.request.log
  /Arg
 Set name=retainDays90/Set
 Set name=appendtrue/Set
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-26 Thread Jason Dillon

  User: user57  
  Date: 02/02/26 01:56:18

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
   o ../ breaks things, I hope this is treated as a URL, else should use fil.sep*
 here instead
  
  Revision  ChangesPath
  1.23  +1 -1  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- jboss-service.xml 26 Feb 2002 08:57:30 -  1.22
  +++ jboss-service.xml 26 Feb 2002 09:56:18 -  1.23
  @@ -82,7 +82,7 @@
 !-- === --
 Set name=RequestLog
   New class=org.mortbay.http.NCSARequestLog
  -  ArgSystemProperty name=jboss.home/SystemProperty 
name=jetty.log default=../log//_mm_dd.request.log
  +  ArgSystemProperty name=jboss.home/SystemProperty 
name=jetty.log default=/log//_mm_dd.request.log
  /Arg
 Set name=retainDays90/Set
 Set name=appendtrue/Set
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-23 Thread Jan Bartel

  User: janb
  Date: 02/02/23 21:08:29

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  Added support for choice of Servlet2.3 or Java2 compliance for class loading 
delegation.
  
  Revision  ChangesPath
  1.21  +10 -3 
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- jboss-service.xml 21 Feb 2002 02:03:57 -  1.20
  +++ jboss-service.xml 24 Feb 2002 05:08:29 -  1.21
  @@ -32,6 +32,14 @@
   attribute name=UnpackWarstrue/attribute
   
   !-- == --
  +!-- If true, Jetty first delegates loading a class to the webapp's --
  +!-- parent class loader (a la Java 2). If false, Jetty follows the --
  +!--  Servlet 2.3 specification, and tries the webapp's own loader  --
  +!-- first (for non-system classes)   --
  +!-- == --
  +attribute name=Java2ClassLoadingCompliancetrue/attribute
  +
  +!-- == --
   !-- If true, mbeans are created for Jetty and all contexts, logsinks,  --
   !-- listeners etc. View them via the JBoss management interface on --
   !-- http://localhost:8082  --
  @@ -44,9 +52,8 @@
   !-- name=ConfigurationElement attribute is a Jetty-style--
   !-- configuration specification.  It is used to configure Jetty with  --
   !-- a listener on port 8080, and a HTTP request log location. --
  -!-- The placement of other Jetty XML configuration statements here is --
  -!-- EXTREMELY DISCOURAGED: for example, any webapps deployed here --
  -!-- will NOT be visible to JBoss. If you REALLY NEED to specify   --
  +!-- The placement here of other Jetty XML configuration statements--
  +!-- for deploying webapps etc is not encouraged: if you REALLY NEED   --
   !-- something extra, place it in WEB-INF/jetty-web.xml files  --
   !-- = --
   
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-20 Thread Jules Gosnell

  User: jules_gosnell
  Date: 02/02/20 18:03:57

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  a few more comments in config files
  addition of an FAQ - needs content !
  publish JAAS support via JMX interface
  
  Revision  ChangesPath
  1.20  +26 -11
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- jboss-service.xml 20 Feb 2002 05:56:40 -  1.19
  +++ jboss-service.xml 21 Feb 2002 02:03:57 -  1.20
  @@ -16,28 +16,28 @@
   !-- = --
   !-- Uncomment the following line ONLY if you want to provide a custom --
   !-- webdefault.xml file in place of the standard one. Place your  --
  -!-- file in the src/etc directory to have it automatically included   --  
  +!-- file in the src/etc directory to have it automatically included   --
   !-- in the build. --
   !-- = --
  +
   !--
  -attribute name=WebDefaultwebdefault.xml/attribute
  +attribute name=WebDefaultwebdefault.xml/attribute
   --
   
  -
   !-- == --
   !-- If true, .war files are unpacked to a temporary directory. This--
   !-- is useful with JSPs.   --
   !-- == --
  -attribute name=UnpackWarstrue/attribute
   
  +attribute name=UnpackWarstrue/attribute
   
   !-- == --
   !-- If true, mbeans are created for Jetty and all contexts, logsinks,  --
   !-- listeners etc. View them via the JBoss management interface on --
   !-- http://localhost:8082  --
   !-- == --
  -attribute name=PublishMBeanstrue/attribute
   
  +attribute name=PublishMBeanstrue/attribute
   
   !-- = --
   !-- Configuring Jetty. The XML fragment contained in the  --
  @@ -47,8 +47,9 @@
   !-- The placement of other Jetty XML configuration statements here is --
   !-- EXTREMELY DISCOURAGED: for example, any webapps deployed here --
   !-- will NOT be visible to JBoss. If you REALLY NEED to specify   --
  -!-- something extra, place it in WEB-INF/web-jetty.xml files  --
  +!-- something extra, place it in WEB-INF/jetty-web.xml files  --
   !-- = --
  +
   attribute name=ConfigurationElement
 Configure class=org.mortbay.jetty.Server
   
  @@ -109,30 +110,44 @@
 /Configure
/attribute
   
  -
   !-- = --
   !-- Options for distributed session management are:   --
   !-- org.jboss.jetty.session.CoarseDistributedStore--
   !-- org.jboss.jetty.session.ClusteredStore--
   !-- = --
  +
   attribute 
name=HttpSessionStorageStrategyorg.jboss.jetty.session.CoarseDistributedStore/attribute
   
   !-- = --
   !-- Options for synchronizing distributed sessions:   --
   !-- never/idle/request/num-seconds  --
   !-- = --
  +
   attribute name=HttpSessionSnapshotFrequencynever/attribute
   
   !-- = --
  -!-- Options for   --
  -!-- neither/activate/passivate/both   --
  +!-- Options for the notification of HttpSessionActivationListeners--
  +!-- around snapshotting are:  --
  +!--neither--
  +!--activate   --
  +!--passivate  --
  +!--both   --
   !-- = --
  +
   

[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-19 Thread Jules Gosnell

  User: jules_gosnell
  Date: 02/02/19 15:22:32

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  allow configuration of JAAS support via JMX
  
  Revision  ChangesPath
  1.18  +3 -0  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- jboss-service.xml 17 Feb 2002 09:52:55 -  1.17
  +++ jboss-service.xml 19 Feb 2002 23:22:32 -  1.18
  @@ -28,6 +28,9 @@
   !-- neither/activate/passivate/both --
   attribute name=HttpSessionSnapshotNotificationPolicyneither/attribute
   
  +!-- comment this out if you don't want JAAS support --
  +attribute name=SubjectAttributeNamej_subject/attribute
  +
 /mbean
   
 !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-j2ee.jar/--
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-19 Thread Jan Bartel

  User: janb
  Date: 02/02/19 21:56:40

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  Added Jetty-specific XML to JettyService mbean configuration. Tidied up comments.
  
  Revision  ChangesPath
  1.19  +109 -9
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- jboss-service.xml 19 Feb 2002 23:22:32 -  1.18
  +++ jboss-service.xml 20 Feb 2002 05:56:40 -  1.19
  @@ -2,7 +2,6 @@
   
   server
   
  -
 !--  --
 !-- Web Container--
 !--  --
  @@ -13,26 +12,127 @@
  --
   
 mbean code=org.jboss.jetty.JettyService name=jboss.web:service=Jetty
  -attribute name=JettyHomedummy/attribute
  -attribute name=Configurationjetty.xml/attribute
  -attribute name=WebDefaultwebdefault.xml/attribute
  +
  +!-- = --
  +!-- Uncomment the following line ONLY if you want to provide a custom --
  +!-- webdefault.xml file in place of the standard one. Place your  --
  +!-- file in the src/etc directory to have it automatically included   --  
  +!-- in the build. --
  +!-- = --
  +!--
  +attribute name=WebDefaultwebdefault.xml/attribute
  +--
  +
  +
  +!-- == --
  +!-- If true, .war files are unpacked to a temporary directory. This--
  +!-- is useful with JSPs.   --
  +!-- == --
   attribute name=UnpackWarstrue/attribute
  +
  +
  +!-- == --
  +!-- If true, mbeans are created for Jetty and all contexts, logsinks,  --
  +!-- listeners etc. View them via the JBoss management interface on --
  +!-- http://localhost:8082  --
  +!-- == --
   attribute name=PublishMBeanstrue/attribute
   
  -!-- 
org.jboss.jetty.session.CoarseDistributedStore/org.jboss.jetty.session.ClusteredStore 
--
  +
  +!-- = --
  +!-- Configuring Jetty. The XML fragment contained in the  --
  +!-- name=ConfigurationElement attribute is a Jetty-style--
  +!-- configuration specification.  It is used to configure Jetty with  --
  +!-- a listener on port 8080, and a HTTP request log location. --
  +!-- The placement of other Jetty XML configuration statements here is --
  +!-- EXTREMELY DISCOURAGED: for example, any webapps deployed here --
  +!-- will NOT be visible to JBoss. If you REALLY NEED to specify   --
  +!-- something extra, place it in WEB-INF/web-jetty.xml files  --
  +!-- = --
  +attribute name=ConfigurationElement
  +  Configure class=org.mortbay.jetty.Server
  +
  +
  +  !-- === --
  +   !-- Add the listener--
  +  !-- === --
  +  Call name=addListener
  +Arg
  + New class=org.mortbay.http.SocketListener
  +  Set name=PortSystemProperty name=jetty.port 
default=8080//Set
  +  Set name=MinThreads5/Set
  +  Set name=MaxThreads255/Set
  +  Set name=MaxIdleTimeMs3/Set
  +  Set name=MaxReadTimeMs1/Set
  +  Set name=MaxStopTimeMs5000/Set
  +  Set name=LowResourcePersistTimeMs5000/Set
  +  /New
  +/Arg
  +  /Call
  +
  +  !-- === --
  +   !-- Add the HTTP request log--
  +  !-- === --
  +  Set name=RequestLog
  +New class=org.mortbay.http.NCSARequestLog
  +  ArgSystemProperty name=jetty.log 
default=../log//_mm_dd.request.log
  +   /Arg
  +  Set name=retainDays90/Set
  +  Set name=appendtrue/Set
  +

[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-17 Thread Jason Dillon

  User: user57  
  Date: 02/02/17 01:52:55

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
   o revert to j2ee, connector  messaging
  
  Revision  ChangesPath
  1.17  +1 -1  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jboss-service.xml 17 Feb 2002 04:22:24 -  1.16
  +++ jboss-service.xml 17 Feb 2002 09:52:55 -  1.17
  @@ -30,6 +30,6 @@
   
 /mbean
   
  -  !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-plastic-j2ee.jar/--
  +  !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-j2ee.jar/--
   
   /server
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-16 Thread Jason Dillon

  User: user57  
  Date: 02/02/16 20:22:24

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
   o Some re-org in preperation for a 3.0 release
   o Added ejb  system modules
   o Renamed messaging to mq, I don't know what I was thinking when I changed
 it in the first place.
   o Connector becomes resource for clarity, since that is how things are
 packaged (under org.jboss and javax)
   o j2ee becomes plastic, partly because I think it sounds cool and to keep
 it from being confused with a j2ee impl
   o Adding iiop module.
  
  Revision  ChangesPath
  1.16  +1 -1  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jboss-service.xml 12 Feb 2002 23:57:08 -  1.15
  +++ jboss-service.xml 17 Feb 2002 04:22:24 -  1.16
  @@ -30,6 +30,6 @@
   
 /mbean
   
  -  !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-j2ee.jar/--
  +  !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-plastic-j2ee.jar/--
   
   /server
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-12 Thread Jules Gosnell

  User: jules_gosnell
  Date: 02/02/12 15:57:08

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  sort this out a little
  
  Revision  ChangesPath
  1.15  +8 -4  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jboss-service.xml 10 Feb 2002 17:57:47 -  1.14
  +++ jboss-service.xml 12 Feb 2002 23:57:08 -  1.15
  @@ -18,12 +18,16 @@
   attribute name=WebDefaultwebdefault.xml/attribute
   attribute name=UnpackWarstrue/attribute
   attribute name=PublishMBeanstrue/attribute
  +
  +!-- 
org.jboss.jetty.session.CoarseDistributedStore/org.jboss.jetty.session.ClusteredStore 
--
   attribute 
name=HttpSessionStorageStrategyorg.jboss.jetty.session.CoarseDistributedStore/attribute
  -!--
  -attribute 
name=HttpSessionStorageStrategyorg.jboss.jetty.session.ClusteredStore/attribute
  - --
  -attribute 
name=HttpSessionSnapshotFrequencynever/num-seconds/idle/request/attribute
  +
  +!-- never/idle/request/num-seconds--
  +attribute name=HttpSessionSnapshotFrequencynever/attribute
  +
  +!-- neither/activate/passivate/both --
   attribute name=HttpSessionSnapshotNotificationPolicyneither/attribute
  +
 /mbean
   
 !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-j2ee.jar/--
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-10 Thread Oleg Nitz

  User: olegnitz
  Date: 02/02/10 09:57:47

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  Fresh version of Jetty and patches to Jetty plugin by Jan Bartel
  
  Revision  ChangesPath
  1.14  +0 -10 
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jboss-service.xml 1 Feb 2002 00:32:24 -   1.13
  +++ jboss-service.xml 10 Feb 2002 17:57:47 -  1.14
  @@ -26,16 +26,6 @@
   attribute name=HttpSessionSnapshotNotificationPolicyneither/attribute
 /mbean
   
  -  mbean code=org.mortbay.jetty.jmx.DebugMBean
  -  name=jboss.web:Jetty=Debug2
  -  /mbean
  -
  -  !--
  -  mbean code=org.mortbay.jetty.jmx.LogMBean
  -  name=jboss.web:Jetty=Log
  -  /mbean
  -   --
  -
 !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-j2ee.jar/--
   
   /server
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-01-31 Thread Jules Gosnell

  User: jules_gosnell
  Date: 02/01/31 16:32:24

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  some way further to configurable snapshot strategies and intervals,
  
  Revision  ChangesPath
  1.13  +4 -2  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jboss-service.xml 2002/01/22 21:03:04 1.12
  +++ jboss-service.xml 2002/02/01 00:32:24 1.13
  @@ -18,10 +18,12 @@
   attribute name=WebDefaultwebdefault.xml/attribute
   attribute name=UnpackWarstrue/attribute
   attribute name=PublishMBeanstrue/attribute
  -attribute 
name=DistributedStoreorg.jboss.jetty.session.CoarseDistributedStore/attribute
  +attribute 
name=HttpSessionStorageStrategyorg.jboss.jetty.session.CoarseDistributedStore/attribute
   !--
  -attribute 
name=DistributedStoreorg.jboss.jetty.session.ClusteredStore/attribute
  +attribute 
name=HttpSessionStorageStrategyorg.jboss.jetty.session.ClusteredStore/attribute
--
  +attribute 
name=HttpSessionSnapshotFrequencynever/num-seconds/idle/request/attribute
  +attribute name=HttpSessionSnapshotNotificationPolicyneither/attribute
 /mbean
   
 mbean code=org.mortbay.jetty.jmx.DebugMBean
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-01-21 Thread Jules Gosnell

  User: jules_gosnell
  Date: 02/01/21 14:58:43

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  the gremlins seem to have chewed a hole in this - fixed
  
  Revision  ChangesPath
  1.11  +2 -6  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jboss-service.xml 2002/01/20 15:12:58 1.10
  +++ jboss-service.xml 2002/01/21 22:58:43 1.11
  @@ -12,13 +12,8 @@
| environment.
  --
   
  -  mbean code=org.jboss.jetty.JettyService
  -  name=jboss.web:service=Jetty
  +  mbean code=org.jboss.jetty.JettyService name=jboss.web:service=Jetty
   attribute name=JettyHomedummy/attribute
  -!--
  -attribute name=Configuration../conf/default/jetty.xml/attribute
  -attribute name=WebDefault../conf/default/webdefault.xml/attribute
  ---
   attribute name=Configurationjetty.xml/attribute
   attribute name=WebDefaultwebdefault.xml/attribute
   attribute name=UnpackWarstrue/attribute
  @@ -33,6 +28,7 @@
 mbean code=org.mortbay.jetty.jmx.LogMBean
 name=jboss.web:Jetty=Log
 /mbean
  +   --
   
 !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-j2ee.jar/--
   
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-01-20 Thread marc fleury

  User: mnf999  
  Date: 02/01/20 07:12:58

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  
  
  Revision  ChangesPath
  1.10  +2 -6  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jboss-service.xml 2002/01/03 04:00:55 1.9
  +++ jboss-service.xml 2002/01/20 15:12:58 1.10
  @@ -2,12 +2,7 @@
   
   server
   
  -  !--
  - | I think the entire set of J2EE APIs should be listed here - TODO
  -   --
   
  -  classpath archives=javax.servlet.jar, org.apache.jasper.jar, jboss-j2ee.jar/
  -
 !--  --
 !-- Web Container--
 !--  --
  @@ -38,6 +33,7 @@
 mbean code=org.mortbay.jetty.jmx.LogMBean
 name=jboss.web:Jetty=Log
 /mbean
  -  --
  +
  +  !--classpath codebase=lib/ext archives=javax.servlet.jar, 
org.apache.jasper.jar, jboss-j2ee.jar/--
   
   /server
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-01-02 Thread Jason Dillon

  User: user57  
  Date: 02/01/02 20:00:55

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
   o migrated all components to a new JMX domain name model.  jboss.system
 is now where to core/spine components live.  moved all components that
 were in JBOSS-SYSTEM that did not move into a jboss.* domain into
 jboss (where the server is now registered).  The point was to limit the
 members of jboss.system to core bits only.
   o Created org.jboss.system.Server, which does the work of initialization
 that org.jboss.Main used to do.  Main now only parses the command line,
 sets up basic legecy properties and creates a Server instance.
   o Moved functionality of Shutdown (component not cl tool) into Server (
 which is bound as jboss.system:service=Server)
   o Moved more Runtime access from Info into Server.  Exposed memory info
 as attributes.
   o Logging a WARN everywhere that uses System.getProperty(jboss.system.home)
 as that should go away soon/eventually.
   o Initialized the invokerMap in the harmi impl to avoid NPE
   o Made getopt.jar a member of the lib/* dir instead of adding it to the
 run.jar and shutdown.jars each time.
   o Minor cosmetic changes along the way.
  
  Revision  ChangesPath
  1.9   +10 -14
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jboss-service.xml 2001/12/05 01:32:32 1.8
  +++ jboss-service.xml 2002/01/03 04:00:55 1.9
  @@ -2,9 +2,9 @@
   
   server
   
  -!--
  - I think the entire set of J2EE APIs should be listed here - TODO
  - --
  +  !--
  + | I think the entire set of J2EE APIs should be listed here - TODO
  +   --
   
 classpath archives=javax.servlet.jar, org.apache.jasper.jar, jboss-j2ee.jar/
   
  @@ -13,35 +13,31 @@
 !--  --
   
 !--
  - |
| Be sure to check that the configuration values are valid for your
| environment.
  - |
  --
   
 mbean code=org.jboss.jetty.JettyService
  -  name=JBOSS-SYSTEM:service=Jetty
  +  name=jboss.web:service=Jetty
   attribute name=JettyHomedummy/attribute
  -!--
  +!--
   attribute name=Configuration../conf/default/jetty.xml/attribute
   attribute name=WebDefault../conf/default/webdefault.xml/attribute
  - --
  +--
   attribute name=Configurationjetty.xml/attribute
   attribute name=WebDefaultwebdefault.xml/attribute
   attribute name=UnpackWarstrue/attribute
   attribute name=PublishMBeanstrue/attribute
 /mbean
   
  -!--
  - --
 mbean code=org.mortbay.jetty.jmx.DebugMBean
  -  name=Jetty:Jetty=Debug2
  +  name=jboss.web:Jetty=Debug2
 /mbean
   
  -!--
  +  !--
 mbean code=org.mortbay.jetty.jmx.LogMBean
  -  name=Jetty:Jetty=Log
  +  name=jboss.web:Jetty=Log
 /mbean
  - --
  +  --
   
   /server
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2001-12-04 Thread Jules Gosnell

  User: jules_gosnell
  Date: 01/12/04 17:32:32

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  temporary hacks to aid JSP compilation until Marc checks in his ScopedClassLoader
  
  Revision  ChangesPath
  1.8   +1 -1  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jboss-service.xml 2001/12/03 23:14:40 1.7
  +++ jboss-service.xml 2001/12/05 01:32:32 1.8
  @@ -6,7 +6,7 @@
I think the entire set of J2EE APIs should be listed here - TODO
--
   
  -  classpath archives=javax.servlet.jar, org.apache.jasper.jar/
  +  classpath archives=javax.servlet.jar, org.apache.jasper.jar, jboss-j2ee.jar/
   
 !--  --
 !-- Web Container--
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2001-12-03 Thread Jules Gosnell

  User: jules_gosnell
  Date: 01/12/03 15:14:40

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  keeping for later
  
  Revision  ChangesPath
  1.7   +6 -0  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jboss-service.xml 2001/11/28 23:54:57 1.6
  +++ jboss-service.xml 2001/12/03 23:14:40 1.7
  @@ -38,4 +38,10 @@
 name=Jetty:Jetty=Debug2
 /mbean
   
  +!--
  +  mbean code=org.mortbay.jetty.jmx.LogMBean
  +  name=Jetty:Jetty=Log
  +  /mbean
  + --
  +
   /server
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2001-11-28 Thread Jules Gosnell

  User: jules_gosnell
  Date: 01/11/28 15:54:58

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  move jetty.xml and webdefault.xml into jetty-plugin.sar
  
  Revision  ChangesPath
  1.6   +3 -2  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jboss-service.xml 2001/11/28 01:22:25 1.5
  +++ jboss-service.xml 2001/11/28 23:54:57 1.6
  @@ -23,10 +23,11 @@
 name=JBOSS-SYSTEM:service=Jetty
   attribute name=JettyHomedummy/attribute
   !--
  -attribute name=Configurationjetty.xml/attribute
  - --
   attribute name=Configuration../conf/default/jetty.xml/attribute
   attribute name=WebDefault../conf/default/webdefault.xml/attribute
  + --
  +attribute name=Configurationjetty.xml/attribute
  +attribute name=WebDefaultwebdefault.xml/attribute
   attribute name=UnpackWarstrue/attribute
   attribute name=PublishMBeanstrue/attribute
 /mbean
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2001-11-27 Thread Jules Gosnell

  User: jules_gosnell
  Date: 01/11/27 17:22:25

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  messing around with DebugMBean stuff
  trying to get jetty.xml read out of jetty-plugin.sar
  ...
  
  Revision  ChangesPath
  1.5   +6 -1  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jboss-service.xml 2001/11/26 23:39:22 1.4
  +++ jboss-service.xml 2001/11/28 01:22:25 1.5
  @@ -22,14 +22,19 @@
 mbean code=org.jboss.jetty.JettyService
 name=JBOSS-SYSTEM:service=Jetty
   attribute name=JettyHomedummy/attribute
  +!--
  +attribute name=Configurationjetty.xml/attribute
  + --
   attribute name=Configuration../conf/default/jetty.xml/attribute
   attribute name=WebDefault../conf/default/webdefault.xml/attribute
   attribute name=UnpackWarstrue/attribute
   attribute name=PublishMBeanstrue/attribute
 /mbean
   
  +!--
  + --
 mbean code=org.mortbay.jetty.jmx.DebugMBean
  -  name=Jetty:Jetty=Debug
  +  name=Jetty:Jetty=Debug2
 /mbean
   
   /server
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2001-11-26 Thread Jules Gosnell

  User: jules_gosnell
  Date: 01/11/26 15:39:23

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  sort out DebugMBean
  lose some dead code
  
  Revision  ChangesPath
  1.4   +7 -3  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jboss-service.xml 2001/11/25 14:52:51 1.3
  +++ jboss-service.xml 2001/11/26 23:39:22 1.4
  @@ -3,7 +3,7 @@
   server
   
   !--
  -  classpath archives=tools.jar, javax.servlet.jar, org.apache.jasper.jar/
  + I think the entire set of J2EE APIs should be listed here - TODO
--
   
 classpath archives=javax.servlet.jar, org.apache.jasper.jar/
  @@ -13,12 +13,12 @@
 !--  --
   
 !--
  - | Uncomment to enable the Jetty service.
|
  - | Besure to check that the configuration values are valid for your
  + | Be sure to check that the configuration values are valid for your
| environment.
|
  --
  +
 mbean code=org.jboss.jetty.JettyService
 name=JBOSS-SYSTEM:service=Jetty
   attribute name=JettyHomedummy/attribute
  @@ -26,6 +26,10 @@
   attribute name=WebDefault../conf/default/webdefault.xml/attribute
   attribute name=UnpackWarstrue/attribute
   attribute name=PublishMBeanstrue/attribute
  +  /mbean
  +
  +  mbean code=org.mortbay.jetty.jmx.DebugMBean
  +  name=Jetty:Jetty=Debug
 /mbean
   
   /server
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2001-11-25 Thread Jules Gosnell

  User: jules_gosnell
  Date: 01/11/25 06:52:51

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  tidy up JSP support a little more.
  add README
  minor changes
  
  Revision  ChangesPath
  1.3   +6 -3  
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jboss-service.xml 2001/11/19 15:34:04 1.2
  +++ jboss-service.xml 2001/11/25 14:52:51 1.3
  @@ -2,20 +2,23 @@
   
   server
   
  -
  +!--
 classpath archives=tools.jar, javax.servlet.jar, org.apache.jasper.jar/
  + --
  +
  +  classpath archives=javax.servlet.jar, org.apache.jasper.jar/
   
 !--  --
 !-- Web Container--
 !--  --
   
  -  !-- 
  +  !--
| Uncomment to enable the Jetty service.
|
| Besure to check that the configuration values are valid for your
| environment.
|
  -   -- 
  +   --
 mbean code=org.jboss.jetty.JettyService
 name=JBOSS-SYSTEM:service=Jetty
   attribute name=JettyHomedummy/attribute
  
  
  

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



[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2001-11-19 Thread David Jencks

  User: d_jencks
  Date: 01/11/19 07:34:04

  Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  Repackaged jetty to use jar-in-sar
  
  Revision  ChangesPath
  1.2   +1 -11 
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss-service.xml 2001/09/28 12:51:19 1.1
  +++ jboss-service.xml 2001/11/19 15:34:04 1.2
  @@ -2,18 +2,8 @@
   
   server
   
  -  dependsJBOSS-SYSTEM:service=Naming/depends
   
  -  classpath archives=
  -  org.mortbay.ftp.jar,
  -  org.mortbay.jetty.nbio.jar,
  -  org.mortbay.jetty.jmx.jar,
  -  org.mortbay.jetty.sasl.jar,
  -  org.mortbay.tools.jar,
  -  cryptix-sasl-jetty.jar,
  - javax.servlet.jar,
  - org.apache.jasper.jar,
  - org.mortbay.jetty.jar/
  +  classpath archives=tools.jar, javax.servlet.jar, org.apache.jasper.jar/
   
 !--  --
 !-- Web Container--
  
  
  

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