Skip to content
  1. Nov 11, 2008
  2. Nov 10, 2008
  3. Nov 07, 2008
    • Ceki Gulcu's avatar
      Add support for a suffix attribute so as to distinguish the JMXConfigurator · 9e54ff1d
      Ceki Gulcu authored
      mbean of different web-application. This feature was requested in LBCLASSIC-61.
      
      If you have two web-apps, minimal and minimal other, the logback.xml config files
      relative to jmxConfigurator would look like:
      
      <configuration>
        <jmxConfigurator suffix="Webapp=minimal" />
        ...
      </configuration>
      
      for the "minimal" web-app, and
      
      <configuration>
        <jmxConfigurator suffix="Webapp=minimalOther" />
        ...
      </configuration>
      
      for the other web-app.
      
      You can choose other values for the suffix contents if you wish. For
      example,
      
        <jmxConfigurator suffix="Fruit=banana" />
      
      is perfectly valid.
      
      To help with garbage collection, JMXConfigurator now will clear most if
      its internal fields. This is not strictly necessary but still helps with GC. 
      9e54ff1d
  4. Nov 06, 2008
  5. Nov 04, 2008
  6. Nov 03, 2008
  7. Nov 02, 2008
  8. Nov 01, 2008
  9. Oct 31, 2008
  10. Oct 30, 2008