Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread jean-frederic clere
On 07/28/2011 09:23 PM, Henri Gomez wrote: So here's the vote. It will be closed in about 72 hours (or sooner if enough votes are encountered) There is no configure available into jni/native this time ? I mention that because buildconf require APR source directory whereas I used to build it

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread jean-frederic clere
On 07/29/2011 01:09 AM, Henri Gomez wrote: Yep I will retagged and reroll the release tomorrow morning, my tests now looks ok :D I get the source from the tags and tried to build them on OS/X 10.7 Lion. Does the JVM there supports the -d32 now? Cheers Jean-Frederic

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread Mladen Turk
On 07/29/2011 08:32 AM, jean-frederic clere wrote: I mention that because buildconf require APR source directory whereas I used to build it (on OSX/ or Linux) against provided APR, i.e. like this : CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64' ./configure

DO NOT REPLY [Bug 51582] New: NPE in SlowQueryReport

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 Bug #: 51582 Summary: NPE in SlowQueryReport Product: Tomcat Modules Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

DO NOT REPLY [Bug 51583] New: ConnectionPool.close() always waits one second unnecessarily

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51583 Bug #: 51583 Summary: ConnectionPool.close() always waits one second unnecessarily Product: Tomcat Modules Version: unspecified Platform: PC OS/Version:

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread Henri Gomez
Hm are you sure you need both -arch i386  and  -arch x86_64? - I think -arch x86_64 should be enought on macosx. i386 is to build embed a 32 bits version - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

DO NOT REPLY [Bug 51581] APR wrapper compilation error

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51581 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread Henri Gomez
Does the JVM there supports the -d32 now? Yes, Apple JVM support both 32 and 64bits (-d32 / -d64) : xmac:~ henri$ java -d64 -version java version 1.6.0_26 Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode) xmac:~

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread jean-frederic clere
On 07/29/2011 11:41 AM, Henri Gomez wrote: Does the JVM there supports the -d32 now? Yes, Apple JVM support both 32 and 64bits (-d32 / -d64) : xmac:~ henri$ java -d64 -version java version 1.6.0_26 Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425) Java HotSpot(TM) 64-Bit Server

[VOTE] Release Apache Tomcat Native 1.1.22

2011-07-29 Thread jean-frederic clere
Hi, Native 1.1.22 is available for testing. Compared with 1.1.21 it just fix typos in docs and the packaging script. If you want to take a look, the final source distribution can be downloaded from: http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.22/source Win32/Win64 binaries

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread Henri Gomez
xmac:~ henri$ java -d32 -version java version 1.6.0_26 Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425) Java HotSpot(TM) Client VM (build 20.1-b02-384, mixed mode) Cool I will install lion then :D It's the same VM for Lion and Snow Leopard. Be careful with Lion, it's

svn commit: r1152192 - in /tomcat/trunk/webapps/docs: changelog.xml class-loader-howto.xml

2011-07-29 Thread markt
Author: markt Date: Fri Jul 29 12:52:26 2011 New Revision: 1152192 URL: http://svn.apache.org/viewvc?rev=1152192view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51567 Update the class loading page of the documentation web application to include information on the search order

DO NOT REPLY [Bug 51567] Classloader docs don't address CATALINA_BASE

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51567 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 51584] New: Crash (infinite loop) when files starting with '#' are in the library tree

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51584 Bug #: 51584 Summary: Crash (infinite loop) when files starting with '#' are in the library tree Product: Tomcat 7 Version: trunk Platform: PC Status:

TC 6/7 class loaders

2011-07-29 Thread Rainer Jung
In theory we still support splitted server / common /shared class loaders. But providing classes via the server loader does not work out of the box. E.g. I remember some TC 6 situation in 2009 where someone wanted to provide a special listener and put it into the server loader and *not* into the

Re: TC 6/7 class loaders

2011-07-29 Thread Konstantin Kolinko
2011/7/29 Rainer Jung rainer.j...@kippdata.de: In theory we still support splitted server / common /shared class loaders. But providing classes via the server loader does not work out of the box. E.g. I remember some TC 6 situation in 2009 where someone wanted to provide a special listener and

svn commit: r1152333 - /tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java

2011-07-29 Thread markt
Author: markt Date: Fri Jul 29 18:28:42 2011 New Revision: 1152333 URL: http://svn.apache.org/viewvc?rev=1152333view=rev Log: Add a unit test that confirms that comet sockets are closed when the connector is stopped. Modified:

Re: [VOTE] Release Apache Tomcat Native 1.1.22

2011-07-29 Thread Mark Thomas
On 29/07/2011 11:06, jean-frederic clere wrote: Hi, Native 1.1.22 is available for testing. Compared with 1.1.21 it just fix typos in docs and the packaging script. If you want to take a look, the final source distribution can be downloaded from:

DO NOT REPLY [Bug 51586] New: ContextConfig.checkHandlesTypes() doesn't check for VerifyError when loading class

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51586 Bug #: 51586 Summary: ContextConfig.checkHandlesTypes() doesn't check for VerifyError when loading class Product: Tomcat 7 Version: 7.0.19 Platform: PC

svn commit: r1152352 - in /tomcat/trunk/webapps/docs: changelog.xml class-loader-howto.xml

2011-07-29 Thread kkolinko
Author: kkolinko Date: Fri Jul 29 19:49:58 2011 New Revision: 1152352 URL: http://svn.apache.org/viewvc?rev=1152352view=rev Log: Improve class loading documentation Review existing documentation. Rephrase and reformat some statements. Documented $CATALINA_BASE/bin/tomcat-juli.jar. Documented

[Tomcat Wiki] Trivial Update of FAQ/Class_Not_Found by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The FAQ/Class_Not_Found page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/Class_Not_Found?action=diffrev1=12rev2=13 Comment: Add Tomcat 7.0 documentation link

[Tomcat Wiki] Update of HowTo by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The HowTo page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo?action=diffrev1=105rev2=106 Comment: Improve HOWTO on customizing common.loader property

[Tomcat Wiki] Update of HowTo by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The HowTo page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo?action=diffrev1=106rev2=107 Comment: Remove tip that suggests editing setclasspath.sh. I think

DO NOT REPLY [Bug 51580] Severe error deploying WAR application (ExpandWar error)

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51580 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 51587] New: Implement status and uptime commands

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51587 Bug #: 51587 Summary: Implement status and uptime commands Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW

[Tomcat Wiki] Update of CreateVirtualHosts by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The CreateVirtualHosts page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/CreateVirtualHosts?action=diffrev1=4rev2=5 Comment: Add category link. Update link.

[Tomcat Wiki] Update of CreateVirtualHosts by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The CreateVirtualHosts page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/CreateVirtualHosts?action=diffrev1=5rev2=6 Comment: Remove unneeded attributes from

svn commit: r1152385 - in /tomcat/trunk: java/org/apache/coyote/ajp/ webapps/docs/

2011-07-29 Thread rjung
Author: rjung Date: Fri Jul 29 22:08:20 2011 New Revision: 1152385 URL: http://svn.apache.org/viewvc?rev=1152385view=rev Log: Set reuse flag of final AJP END_RESPONSE packet to 0 if we plan to close the connection. mod_jk will respect it and I just committed the same to mod_proxy_ajp in httpd

[Tomcat Wiki] Update of CreateVirtualHosts by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The CreateVirtualHosts page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/CreateVirtualHosts?action=diffrev1=6rev2=7 Comment: Add ${catalina.base} references

[Tomcat Wiki] Update of AccessLogValve by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AccessLogValve page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/AccessLogValve?action=diffrev1=3rev2=4 Comment: Update documentation links. Correct class

[Tomcat Wiki] Update of TomcatOnSolaris10 by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The TomcatOnSolaris10 page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/TomcatOnSolaris10?action=diffrev1=19rev2=20 Comment: Add category link. Correct some

[Tomcat Wiki] Update of AntDeploy by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AntDeploy page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/AntDeploy?action=diffrev1=2rev2=3 Comment: Update links. Update for newer Tomcat versions. Remove

[Tomcat Wiki] Update of HowTo by KonstantinKolinko

2011-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The HowTo page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo?action=diffrev1=107rev2=108 Comment: Correct some typos. Update system properties tip. == How

DO NOT REPLY [Bug 51580] Severe error deploying WAR application (ExpandWar error)

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51580 --- Comment #3 from Cleon cle...@gmail.com 2011-07-30 00:21:30 UTC --- Actually was using the zip's Ant task to produce the war file and I didn't realized that because it's a automatically generated build.xml from Google GWT. -- Configure

DO NOT REPLY [Bug 51588] New: Change access modifiers in AccessLogValve to make it easier to extend

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51588 Bug #: 51588 Summary: Change access modifiers in AccessLogValve to make it easier to extend Product: Tomcat 6 Version: 6.0.32 Platform: PC OS/Version: Linux

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2011-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 raosiy...@163.com changed: What|Removed |Added CC||raosiy...@163.com --