Re: Duplicate session IDs are *common*[GFI-T105-3E21F8D3D7B6FFDE]

2003-01-12 Thread Costin Manolache
Impressive. Could you make a small modification and run the same test with 20 concurent threads ? I checked the code and we have plenty of syncs, but you never know. Interesting - java.util.Random is not synchronized, so it is very likely that 2 threads calling the method at the same time will g

DO NOT REPLY [Bug 15776] - cannot use non default channel port in jk2

2003-01-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/funcspecs fs-admin-apps.xml fs-admin-objects.xml fs-admin-opers.xml fs-default.xml fs-invoker.xml fs-jdbc-realm.xml fs-jndi-realm.xml fs-memory-realm.xml index.xml mbean-names.xml

2003-01-12 Thread glenn
glenn 2003/01/12 09:26:49 Modified:.RELEASE-NOTES-4.1.txt webapps/manager build.xml webapps/tomcat-docs build.xml cgi-howto.xml class-loader-howto.xml html-manager-howto.xml index.xml introduction.xml

cvs commit: jakarta-tomcat-connectors/util build.xml

2003-01-12 Thread costin
costin 2003/01/12 11:01:58 Modified:util build.xml Log: Conditional compilation for ThreadPoolMX Revision ChangesPath 1.16 +4 -0 jakarta-tomcat-connectors/util/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java ThreadPoolMX.java

2003-01-12 Thread costin
costin 2003/01/12 11:07:07 Modified:util/java/org/apache/tomcat/util/threads ThreadPool.java ThreadPoolMX.java Log: Few more changes ( on the new jmx code ). Old code will continue to use the normal pool, new code can get a JMX pool if JMX is available.

Any idea about jakarta-modeler module?

2003-01-12 Thread Dhurandhar Bhatwadekar
. commons-modeler-20030112.zip DOES NOT have classes jar at all! -Dhurandhar. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For addi

FW: Tomcat IRC link bout to be broken

2003-01-12 Thread Pier Fumagalli
-- Forwarded Message From: Nicholas Schuetz <[EMAIL PROTECTED]> Date: Sun, 12 Jan 2003 15:57:21 -0600 To: [EMAIL PROTECTED] Subject: Tomcat IRC link bout to be broken As you may or may not know openprojects.net was bought by freenode.net. Therefore the server address you want has changed to:

Re: Duplicate session IDs are *common*[GFI-T105-3E21F8D3D7B6FFDE]

2003-01-12 Thread Phil Steitz
Costin Manolache wrote: Could you make a small modification and run the same test with 20 concurent threads ? I checked the code and we have plenty of syncs, but you never know. OK -- for this I went to the horse's (or maybe I should say, "cat's") mouth with the same result -- collisions still

Email Rejected: Unknown or disallowed attachment type

2003-01-12 Thread postmaster
Received: from [198.76.25.3] (HELO nns.voyanttech.com) by voyanttech.com (CommuniGate Pro SMTP 3.4b3) with SMTP id 3436537 for [EMAIL PROTECTED]; Sun, 12 Jan 2003 16:04:42 -0700 Received: from exchange.sun.com (exchange.sun.com [192.18.33.10]) by nns.voyanttech.com (8.9.3+Sun/8.9.3) wit

Re: Any idea about jakarta-modeler module?

2003-01-12 Thread Costin Manolache
the answer? > Also, > There is a descripancy between source jars and classes > jars at > http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-modeler/ > --- > e.g. commons-modeler-20030112.zip DOES NOT have > classes jar at all! > > -Dhurandhar. > >

request changes on catalina.sh and setclasspath.sh

2003-01-12 Thread Michael Wang
(1) I would like to request changes to catalina.sh: - Save PID in a file upon starting Tomcat - Remove the said PID file upon stopping it. Reason for request: This makes it possible to reliably, and programatically to check the existence of the Tomcat java process. "ps" command is not able to dis