[jboss-cvs] jboss-profiler/examples/jboss-4.0/deploy/jbossweb-tomcat55.sar/conf ...

Takuro Okada t2-okada at nri.co.jp
Wed Apr 11 07:19:36 EDT 2007


  User: tokada  
  Date: 07/04/11 07:19:36

  Modified:    examples/jboss-4.0/deploy/jbossweb-tomcat55.sar/conf  Tag:
                        JBossProfiler_Expansion web.xml
  Log:
  Change class path
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +2 -2      jboss-profiler/examples/jboss-4.0/deploy/jbossweb-tomcat55.sar/conf/Attic/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/examples/jboss-4.0/deploy/jbossweb-tomcat55.sar/conf/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	6 Mar 2007 02:26:15 -0000	1.1.2.2
  +++ web.xml	11 Apr 2007 11:19:36 -0000	1.1.2.3
  @@ -28,11 +28,11 @@
     <!-- ##### JBoss Profiler : Servlet Interceptor ##### -->
     <filter>
       <filter-name>jboss-profiler.ServletInterceptor</filter-name>
  -    <filter-class>org.jboss.profiler.exp.agent.interceptor.ServletInterceptor</filter-class>
  +    <filter-class>org.jboss.profiler.agent.interceptor.ServletInterceptor</filter-class>
       <init-param>
         <param-name>CollectorFactoryName</param-name>
         <param-value>
  -        org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory
  +        org.jboss.profiler.agent.collector.ThreadMetricCollectorFactory
         </param-value>
       </init-param>
       <init-param>
  
  
  



More information about the jboss-cvs-commits mailing list