costin      2002/07/30 10:27:25

  Modified:    src/share/org/apache/tomcat/modules/config
                        MxInterceptor.java
  Log:
  Remove dep on jmx, it should compile if DynamicMBean is available.
  
  Revision  Changes    Path
  1.2       +1 -4      
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/MxInterceptor.java
  
  Index: MxInterceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/config/MxInterceptor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MxInterceptor.java        7 Jun 2002 06:43:02 -0000       1.1
  +++ MxInterceptor.java        30 Jul 2002 17:27:25 -0000      1.2
  @@ -63,7 +63,6 @@
   import java.io.*;
   import java.util.*;
   
  -import javax.management.*;
   import org.apache.tomcat.util.mx.*;
   
   /**
  @@ -71,8 +70,6 @@
    * @author Costin Manolache
    */
   public class MxInterceptor  extends BaseInterceptor { 
  -
  -    MBeanServer mserver=DynamicMBeanProxy.getMBeanServer();
   
       // -------------------- Tomcat callbacks --------------------
   
  
  
  

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

Reply via email to