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

2003-11-13 Thread remm
remm2003/11/13 00:31:51 Modified:resources/mbeans tomcat5-ant.xml Log: - Fix the webapps docbase (I wonder if the currently release package runs ...), which was using my Tomcat build directory behind my back. Revision ChangesPath 1.15 +2 -2

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

2003-11-13 Thread remm
remm2003/11/13 00:45:48 Modified:resources/mbeans tomcat5-ant.xml Log: - More cleanup. Revision ChangesPath 1.16 +8 -133jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml

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

2003-10-24 Thread remm
remm2003/10/24 06:08:47 Modified:resources/mbeans tomcat5-ant.xml Log: - The JSR 77 beans must be in the same domain as the engine. - This is due to a limitation of JMX which prevents retrieving attributes of a bean when the unregistration event is sent. IMO, the

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

2003-08-14 Thread remm
remm2003/08/10 02:53:37 Modified:.build.xml resources/mbeans tomcat5-ant.xml Log: - Make the embed distribution easier to run (just type ant). Revision ChangesPath 1.149 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml

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

2003-07-24 Thread remm
remm2003/07/24 02:55:16 Modified:resources/mbeans tomcat5-ant.xml Log: - Fix obscure JAXP related CL problem. The issue is likely the lack of decoupling with the main Ant CL. Revision ChangesPath 1.12 +1 -0

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

2003-06-25 Thread yoavs
yoavs 2003/06/25 17:08:41 Modified:resources/mbeans tomcat5-ant.xml Log: Fixed bug 19940 Revision ChangesPath 1.11 +5 -7 jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml

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

2003-03-17 Thread costin
costin 2003/03/17 11:28:19 Modified:resources/mbeans tomcat5-ant.xml Log: More friendly startup for the console ( detect jmxri or mx4j ) Removed service Added /admin ( commented out for now ) Revision ChangesPath 1.6 +30 -7

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

2003-03-12 Thread costin
costin 2003/03/12 07:48:45 Modified:resources/mbeans tomcat5-ant.xml Log: Fix the app name, now it works fine Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml

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

2003-03-07 Thread costin
costin 2003/03/07 07:34:12 Modified:resources/mbeans tomcat5-ant.xml Log: Added a run2 target that uses only mbeans, no external config. Don't try to run it yet - there are a dozen of NPEs fixes I need to check in. Revision ChangesPath 1.3 +64 -9

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

2003-03-07 Thread costin
costin 2003/03/07 22:46:54 Modified:resources/mbeans tomcat5-ant.xml Log: Added the realm, now all apps start and seem to basically work. Revision ChangesPath 1.4 +37 -12jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml

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

2003-02-27 Thread costin
costin 2003/02/27 20:56:54 Modified:resources/mbeans tomcat5-ant.xml Log: Update to the new syntax in modeler. Revision ChangesPath 1.2 +44 -36jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml

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

2003-02-26 Thread costin
costin 2003/02/26 11:22:05 Added: resources/mbeans tomcat5-ant.xml Log: Minimal ant script to get embeded tomcat running. The startup time on a 1 GHz machine is 6 seconds ( with no webapp ) :-) So far the size is 3 MB - but a lot of stuff can be moved to modules, and