[jboss-cvs] jboss-profiler/exsamples/jboss-profiler-test.war/WEB-INF ...

Takuro Okada t2-okada at nri.co.jp
Tue Nov 28 00:41:14 EST 2006


  User: tokada  
  Date: 06/11/28 00:41:14

  Modified:    exsamples/jboss-profiler-test.war/WEB-INF  Tag:
                        JBossProfiler_Expansion web.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +3 -5      jboss-profiler/exsamples/jboss-profiler-test.war/WEB-INF/Attic/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/exsamples/jboss-profiler-test.war/WEB-INF/Attic/web.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- web.xml	28 Nov 2006 02:57:50 -0000	1.1.2.2
  +++ web.xml	28 Nov 2006 05:41:14 -0000	1.1.2.3
  @@ -22,16 +22,14 @@
       -->
       <init-param>
         <param-name>CollectorFactoryName</param-name>
  -      <param-value>org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory</param-value>
  +      <param-value>
  +        org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory
  +      </param-value>
       </init-param>
       <init-param>
         <param-name>Category</param-name>
         <param-value>Http Requests</param-value>
       </init-param>
  -    <init-param>
  -      <param-name>Async</param-name>
  -      <param-value>true</param-value>
  -    </init-param>
     </filter>
     
     <!-- ##### Test Application : Servlets ##### -->
  
  
  



More information about the jboss-cvs-commits mailing list