costin 2003/04/04 14:19:30
Modified: http11/src/java/org/apache/coyote/http11 Http11Protocol.java
Log:
println removal
I left one for thread stop - I'm still debuging this part.
Revision Changes Path
1.23 +0 -2
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java
Index: Http11Protocol.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Http11Protocol.java 4 Apr 2003 22:16:22 -0000 1.22
+++ Http11Protocol.java 4 Apr 2003 22:19:30 -0000 1.23
@@ -372,7 +372,6 @@
}
public void threadStart(ThreadPool tp, Thread t) {
- System.out.println("Thread start ");
}
public void threadEnd(ThreadPool tp, Thread t) {
@@ -388,7 +387,6 @@
tpData=(Object [])tpData[1];
}
ObjectName
oname=(ObjectName)tpData[Http11Protocol.THREAD_DATA_OBJECT_NAME];
- System.out.println("XXXXX thread end " + oname);
if( oname==null ) return;
Registry.getRegistry().unregisterComponent(oname);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]