DO NOT REPLY [Bug 47785] New: Cluster MBean not registered

2009-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47785 Summary: Cluster MBean not registered Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: All Status: NEW Severity: blocker Priority: P2

DO NOT REPLY [Bug 47648] application context file in conf/Catalina/localhost/ is removed by tomcat

2009-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47648 cingarfi...@lim.com changed: What|Removed |Added CC||cingarfi...@lim.com --

RE: svn commit: r810132 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-09-04 Thread Larry Isaacs
On Windows prepending file:// to C:\somedir\somefile results in file://C:/somedir/somefile. I'm pretty sure URL will think C is the host name and fail if you try to use a URL object to read the file. I think it was the same issue on Linux when prepending file:/ to /somedir/somefile, i.e.

DO NOT REPLY [Bug 47786] New: 1004 in arithmetic evaluation - when 2 variables are used

2009-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47786 Summary: 1004 in arithmetic evaluation - when 2 variables are used Product: Taglibs Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW

Re: FW: dbcp pool evictor deadlock?

2009-09-04 Thread Narendra Sarkar
Hi, I would like to download jdbc-pool library. However, I am unable to find the library in jakarata.apache.org. Can anybody tell me where from I can download this file? Regards, Narendra -- Forwarded message -- From: Eric B. ebe...@hotmail.com Date: Tue, Jun 23, 2009 at

Re: svn commit: r810132 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-09-04 Thread Filip Hanik - Dev Lists
the URL for Unix would be file:///somedir/somefile Windows is always a pain in the butt, but I think you need file:///c:/somedir/somepath Filip On 09/04/2009 07:22 AM, Larry Isaacs wrote: On Windows prepending file:// to C:\somedir\somefile results in file://C:/somedir/somefile. I'm

Re: FW: dbcp pool evictor deadlock?

2009-09-04 Thread Filip Hanik - Dev Lists
http://people.apache.org/~fhanik/jdbc-pool/v1.0.7.1/ Filip On 09/04/2009 08:28 AM, Narendra Sarkar wrote: Hi, I would like to download jdbc-pool library. However, I am unable to find the library in jakarata.apache.org. Can anybody tell me where from I can download this file? Regards, Narendra

RE: svn commit: r810132 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-09-04 Thread Larry Isaacs
I haven't run into any cases in Java where file:/C:/somedir/somefile didn't also work for Windows, though it may not be fully spec compliant. This form has been working for a while for WtpWebappLoader. Larry -Original Message- From: Filip Hanik - Dev Lists