cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-03-05 Thread costin
costin 2003/03/05 13:27:13 Removed: resources mbeans.xml Log: Remove the old file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-02-18 Thread Amy Roh
[EMAIL PROTECTED] wrote: costin 2003/02/16 20:38:45 Modified:resources mbeans.xml Log: Few cosmetic changes in names. Add a context using JMX ( /admin1 ). The procedure is simple: 1. create an mbean using the o.aStandardContext as code and the JSR77 name. 2. Call start

cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-02-16 Thread costin
costin 2003/02/16 20:38:45 Modified:resources mbeans.xml Log: Few cosmetic changes in names. Add a context using JMX ( /admin1 ). The procedure is simple: 1. create an mbean using the o.aStandardContext as code and the JSR77 name. 2. Call start() 3. Enjoy :-) The

cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-16 Thread costin
costin 2003/01/16 15:16:12 Modified:resources mbeans.xml Log: Few changes. Starting and controlling tomcat5 from ant works pretty nice - but dynamic add/remove mbeans is not implemented. That's the main method I use to run tomcat5 - about 20sec startup time ( with /adm

cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-08 Thread costin
costin 2003/01/08 12:09:08 Modified:resources mbeans.xml Log: Moved the jmx starting from catalina.xml ( the one using server.xml ). This part works fine ( well, there are few small fixes that may be needed - and I don't know why naming doesn't seem to work well, I get ResourceR

Re: cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-06 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: costin 2003/01/05 22:09:47 Added: resources mbeans.xml Log: A small test file for the 'jmx-ified' config / profile. Each component will be defined as an mbean - with explicit control over class loaders.

Re: cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-06 Thread Costin Manolache
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> costin 2003/01/05 22:09:47 >> >> Added: resources mbeans.xml >> Log: >> A small test file for the 'jmx-ified' config / profile. >> >> Each component will be defined as an mbean - with explicit control >> over class loader

Re: cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-06 Thread Costin Manolache
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> costin 2003/01/05 22:09:47 >> >> Added: resources mbeans.xml >> Log: >> A small test file for the 'jmx-ified' config / profile. >> >> Each component will be defined as an mbean - with explicit control >> over class loader

cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-06 Thread remm
remm2003/01/06 10:38:31 Modified:resources mbeans.xml Log: - Harmonize property names with the ones used in build.properties. - Load the main properties. Revision ChangesPath 1.2 +9 -2 jakarta-tomcat-5/resources/mbeans.xml Index: mbeans.xml ===

Re: cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-06 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: costin 2003/01/05 22:09:47 Added: resources mbeans.xml Log: A small test file for the 'jmx-ified' config / profile. Each component will be defined as an mbean - with explicit control over class loaders. This version uses ant ( it's much easier ), b

cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-05 Thread costin
costin 2003/01/05 22:09:47 Added: resources mbeans.xml Log: A small test file for the 'jmx-ified' config / profile. Each component will be defined as an mbean - with explicit control over class loaders. This version uses ant ( it's much easier ), but a standalone version