You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/07/24 11:55:16 UTC

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

remm        2003/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  Changes    Path
  1.12      +1 -0      jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml
  
  Index: tomcat5-ant.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- tomcat5-ant.xml	26 Jun 2003 00:08:41 -0000	1.11
  +++ tomcat5-ant.xml	24 Jul 2003 09:55:16 -0000	1.12
  @@ -147,6 +147,7 @@
           description="Start tomcat as an mbean, no server.xml">
   
       <modelerRegistry resource="org/apache/catalina/mbeans/mbeans-descriptors.xml" />
  +    <modelerRegistry resource="org/apache/catalina/loader/mbeans-descriptors.xml" />
       <mkdir dir="${tomcat.home}/work/${domain}/" />
   
       <jmx-service>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org