[jboss-cvs] jboss-profiler/examples/jboss-4.0/deploy/jbossweb-tomcat55.sar/conf ...
Takuro Okada
t2-okada at nri.co.jp
Mon Mar 5 21:26:15 EST 2007
User: tokada
Date: 07/03/05 21:26:15
Modified: examples/jboss-4.0/deploy/jbossweb-tomcat55.sar/conf Tag:
JBossProfiler_Expansion web.xml
Log:
Revision Changes Path
No revision
No revision
1.1.2.2 +4 -4 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.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- web.xml 19 Feb 2007 10:55:59 -0000 1.1.2.1
+++ web.xml 6 Mar 2007 02:26:15 -0000 1.1.2.2
@@ -41,13 +41,13 @@
</init-param>
<!--
<init-param>
- <param-name>CollectorPoolSize</param-name>
- <param-value>1</param-value>
- </init-param>
- <init-param>
<param-name>CollectorQueueSize</param-name>
<param-value>10000</param-value>
</init-param>
+ <init-param>
+ <param-name>CollectorPoolSize</param-name>
+ <param-value>10</param-value>
+ </init-param>
-->
</filter>
More information about the jboss-cvs-commits
mailing list