remm        2004/03/02 04:33:00

  Modified:    .        build.xml
  Log:
  - Register all classloaders with JMX, so that Tomcat is actually manageable
    through JMX remote (otherwise, instantiating a new MBean is not possible).
  - Move jmx.jar (used for JDKs < 1.5).
  
  Revision  Changes    Path
  1.178     +1 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.177
  retrieving revision 1.178
  diff -u -r1.177 -r1.178
  --- build.xml 2 Feb 2004 03:00:11 -0000       1.177
  +++ build.xml 2 Mar 2004 12:33:00 -0000       1.178
  @@ -136,7 +136,7 @@
   
       <copy todir="${tomcat.build}/bin" 
              file="${commons-logging-api.jar}" />
  -    <copy tofile="${tomcat.build}/common/lib/jmx.jar" file="${jmx.jar}" />
  +    <copy tofile="${tomcat.build}/bin/jmx.jar" file="${jmx.jar}" />
       <copy tofile="${tomcat.build}/common/lib/jmx-tools.jar" 
               file="${jmx-tools.jar}"  failonerror="false" />
       <copy tofile="${tomcat.build}/common/lib/jmx-remote.jar" 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to