(documentation) Byte array examples in cluster-interceptor.html

2009-12-17 Thread Konstantin Kolinko
(reviewing http://svn.apache.org/viewvc?view=revision&revision=883165) In http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html there are several examples of byte array values, such as {216,123,12,3} My understanding of the helper function that is used to parse those values (tr

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

2009-12-17 Thread kkolinko
Author: kkolinko Date: Fri Dec 18 04:38:28 2009 New Revision: 892129 URL: http://svn.apache.org/viewvc?rev=892129&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=892

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

2009-12-17 Thread kkolinko
Author: kkolinko Date: Fri Dec 18 03:43:42 2009 New Revision: 892120 URL: http://svn.apache.org/viewvc?rev=892120&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=892

[PROPOSAL] Log rotation in Tomcat Connector

2009-12-17 Thread Tim Whittington
Hi all We're experiencing issues with the Tomcat Connector log in some IIS production sites where the log file grows to a very large size (8GB on one site). This is almost entirely due to connection errors between the front end and back end produced when the back-end Tomcat is restarted after

DO NOT REPLY [Bug 47462] The annotation doesn't become effective.(metadata-complete="false" is not effective.)

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462 --- Comment #7 from Keiichi Fujino 2009-12-17 16:42:58 UTC --- (In reply to comment #5) > (In reply to comment #3) > > Created an attachment (id=24721) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24721) [details] [details] >

Re: [Tomcat6] Eclipse warnings

2009-12-17 Thread Filip Hanik - Dev Lists
On 12/17/2009 08:38 AM, Mark Thomas wrote: On 16/12/2009 21:31, sebb wrote: Eclipse generates many thousands of warnings for the Tomcat6 code. For example, over 2000 missing @Override markers, over 3000 "raw type" warnings. Is it the intention to fix these (eventually)? Speaking per

DO NOT REPLY [Bug 47963] HTTP status reason-phrase contains illegal characters in Japanese locale

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47963 --- Comment #1 from Mark Thomas 2009-12-17 14:40:32 GMT --- As a work-around you should be able to set USE_CUSTOM_STATUS_MSG_IN_HEADER to false (the default). That said, Tomcat shouldn't be putting anything other than ISO-8859-1 in the hea

DO NOT REPLY [Bug 47936] Setting the attribute reloadable of Context element to true has no effect

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47936 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-17 Thread markw
> On 17/12/2009 20:24, ma...@mohawksoft.com wrote: >>> Hi Mark, Thanks for the reply. >>> >>> In your opinion should we be using local memory to store any session >>> data? The discussion right now is to store everything to cache+db and >>> nothing in local memory. >> >> The problem with any cache

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-17 Thread Mark Thomas
On 17/12/2009 20:24, ma...@mohawksoft.com wrote: >> Hi Mark, Thanks for the reply. >> >> In your opinion should we be using local memory to store any session >> data? The discussion right now is to store everything to cache+db and >> nothing in local memory. > > The problem with any cache system i

DO NOT REPLY [Bug 48409] Cookie information is stripped after colon

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48409 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48409] New: Cookie information is stripped after colon

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48409 Summary: Cookie information is stripped after colon Product: Tomcat 6 Version: 6.0.20 Platform: All OS/Version: Linux Status: NEW Severity: blocker Priority:

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

2009-12-17 Thread kkolinko
Author: kkolinko Date: Thu Dec 17 20:24:22 2009 New Revision: 891868 URL: http://svn.apache.org/viewvc?rev=891868&view=rev Log: Reconsider my vote. Answered in the BZ. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomca

DO NOT REPLY [Bug 47462] The annotation doesn't become effective.(metadata-complete="false" is not effective.)

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462 --- Comment #6 from Konstantin Kolinko 2009-12-17 12:21:14 UTC --- >From second thought: - The spec authors had to specify how to interpret the missing value. Leaving that unspecified would be much worse. - The default content of global co

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-17 Thread markw
> Hi Mark, Thanks for the reply. > > In your opinion should we be using local memory to store any session data? The discussion right now is to store everything to cache+db and nothing in local memory. (Sorry, hit enter before complete) The "right" answer, for an arbitrary definition of "right," i

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-17 Thread markw
> Hi Mark, Thanks for the reply. > > In your opinion should we be using local memory to store any session > data? The discussion right now is to store everything to cache+db and > nothing in local memory. The problem with any cache system is cache coherency. Tomcat takes the easy way out by requir

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-17 Thread anthonyvierra
Hi Mark, Thanks for the reply. In your opinion should we be using local memory to store any session data? The discussion right now is to store everything to cache+db and nothing in local memory. On Sat, Dec 12, 2009 at 5:06 AM, Mark Woodward wrote: > About 12 years ago, I wrote a system called m

Re: [Tomcat6] Eclipse warnings

2009-12-17 Thread sebb
On 17/12/2009, Mark Thomas wrote: > On 16/12/2009 21:31, sebb wrote: > > Eclipse generates many thousands of warnings for the Tomcat6 code. > > > > For example, over 2000 missing @Override markers, over 3000 "raw type" > warnings. > > > > Is it the intention to fix these (eventually)? > > >

Re: running tomcat problem JNI native lib 1.1.18 + tomcat 6.0.20 + Solaris 5.1

2009-12-17 Thread Mladen Turk
On 12/17/2009 05:23 PM, Semyon wrote: Hello, all I'm building native library for: Tomcat 6.0.20 JNI 1.1.18 APR 1.4.1 OS: Solaris 5.10 compiler: gcc -m64 Library was built ok. When I begin starting tomcat I have such logs: Does anybody know about such problem? Probably because you are usin

running tomcat problem JNI native lib 1.1.18 + tomcat 6.0.20 + Solaris 5.1

2009-12-17 Thread Semyon
Hello, all I'm building native library for: Tomcat 6.0.20 JNI 1.1.18 APR 1.4.1 OS: Solaris 5.10 compiler: gcc -m64 Library was built ok. When I begin starting tomcat I have such logs: INFO: Loaded APR based Apache Tomcat Native library 1.1.18. Dec 17, 2009 7:08:19 PM org.apache.catalina.core.Ap

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

2009-12-17 Thread markt
Author: markt Date: Thu Dec 17 16:21:29 2009 New Revision: 891787 URL: http://svn.apache.org/viewvc?rev=891787&view=rev Log: Respond to -1 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re

DO NOT REPLY [Bug 47462] The annotation doesn't become effective.(metadata-complete="false" is not effective.)

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462 --- Comment #5 from Mark Thomas 2009-12-17 08:17:37 GMT --- (In reply to comment #3) > Created an attachment (id=24721) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24721) [details] > new patch. I can't see why null needs to

DO NOT REPLY [Bug 47462] The annotation doesn't become effective.(metadata-complete="false" is not effective.)

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462 --- Comment #4 from Mark Thomas 2009-12-17 08:16:39 GMT --- (In reply to comment #2) > SRV.14.5 of Servlet 2.5 says that if “metadata-complete” attribute is absent, > it must be treated the same way as having the value of "false". > > Thus

svn commit: r891784 - /tomcat/tc5.5.x/trunk/STATUS.txt

2009-12-17 Thread markt
Author: markt Date: Thu Dec 17 16:06:54 2009 New Revision: 891784 URL: http://svn.apache.org/viewvc?rev=891784&view=rev Log: Withdraw patch that does not apply Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.

Re: [Tomcat6] Eclipse warnings

2009-12-17 Thread Mark Thomas
On 16/12/2009 21:31, sebb wrote: > Eclipse generates many thousands of warnings for the Tomcat6 code. > > For example, over 2000 missing @Override markers, over 3000 "raw type" > warnings. > > Is it the intention to fix these (eventually)? Speaking personally, I have no intention of spending an

Re: Access GlobalNamingResources using javax.naming

2009-12-17 Thread Filip Hanik - Dev Lists
On 12/16/2009 07:37 PM, Konstantin Kolinko wrote: I think, that in JNDI there is no such way ok, maybe we can add in a namespace for that, such as InitialContext.lookup("global:"); and then have a config attribute allowGlobalLookup="true|false" to be backwards compatible Filip

DO NOT REPLY [Bug 48400] HTTP Post Request is set to recoverable on timeout waiting for response from tomcat

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48400 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47714] Reponse mixed between users

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #6 from Rainer Jung 2009-12-17 02:23:29 UTC --- (In reply to comment #5) Which platform? Are you using tcnative aka the APR connector? What happens if you disable it? -- Configure bugmail: https://issues.apache.org/bugzilla

DO NOT REPLY [Bug 47462] The annotation doesn't become effective.(metadata-complete="false" is not effective.)

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462 --- Comment #3 from Keiichi Fujino 2009-12-17 02:08:29 UTC --- Created an attachment (id=24721) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24721) new patch. Oops! My patch was a mistake. However, even if this patch is rev

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

2009-12-17 Thread kkolinko
Author: kkolinko Date: Thu Dec 17 10:01:38 2009 New Revision: 891615 URL: http://svn.apache.org/viewvc?rev=891615&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=891

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

2009-12-17 Thread kkolinko
Author: kkolinko Date: Thu Dec 17 09:37:21 2009 New Revision: 891602 URL: http://svn.apache.org/viewvc?rev=891602&view=rev Log: votes Also corrected the bug numbers for the French translations patch. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: ht

svn commit: r891583 - /tomcat/trunk/java/org/apache/catalina/tribes/util/Arrays.java

2009-12-17 Thread kkolinko
Author: kkolinko Date: Thu Dec 17 08:43:25 2009 New Revision: 891583 URL: http://svn.apache.org/viewvc?rev=891583&view=rev Log: Followup to rev.883362, fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=48113 Rename method argument. The method prints bytes as unsigned values, not as "int"s

svn commit: r891580 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-12-17 Thread kkolinko
Author: kkolinko Date: Thu Dec 17 08:32:22 2009 New Revision: 891580 URL: http://svn.apache.org/viewvc?rev=891580&view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomc

MalformedObjectNameException is thrown in Tomcat 7

2009-12-17 Thread Ivan
Hi, I got a ClassCastException in Tomcat 7. Please refer to the stack below : javax.management.MalformedObjectNameException: Cannot create object name for org.apache.catalina.connector.connec...@591a591ajava.lang.classcastexception: java.net.Inet4Address incompatible with java.lang.String