Re: tag 6.0.27 on Monday

2010-06-09 Thread Rainer Jung
On 10.06.2010 07:59, jean-frederic clere wrote: Hi, I plan to tag 6.0.27 on Monday (European morning) and start the release process. Comments? +1, thanks! Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

tag 6.0.27 on Monday

2010-06-09 Thread jean-frederic clere
Hi, I plan to tag 6.0.27 on Monday (European morning) and start the release process. Comments? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.

[Tomcat Wiki] Update of "Tomcat_and_IIS_Howto" by RafaelNunes

2010-06-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Tomcat_and_IIS_Howto" page has been changed by RafaelNunes. http://wiki.apache.org/tomcat/Tomcat_and_IIS_Howto?action=diff&rev1=12&rev2=13 -

DO NOT REPLY [Bug 49408] RequestDispatcher.forward does not forward when a wrapper does not return request attribute: ApplicationFilterFactory.DISPATCHER_TYPE_ATTR

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49408 --- Comment #2 from Konstantin Kolinko 2010-06-09 18:03:52 EDT --- This reminds me of bug 46586. See https://issues.apache.org/bugzilla/show_bug.cgi?id=46586#c5 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e

DO NOT REPLY [Bug 49408] RequestDispatcher.forward does not forward when a wrapper does not return request attribute: ApplicationFilterFactory.DISPATCHER_TYPE_ATTR

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49408 Nathan Lipke changed: What|Removed |Added Summary|RequestDispatcher.forward |RequestDispatcher.forward

DO NOT REPLY [Bug 49408] RequestDispatcher.forward does not forward

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49408 Nathan Lipke changed: What|Removed |Added Priority|P2 |P5 Severity|major

DO NOT REPLY [Bug 49395] manager.findLeaks : display the date when the leaking context was started

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49395 sylvain.laur...@gmail.com changed: What|Removed |Added Attachment #25535|0 |1 is obsolete|

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0-RC4

2010-06-09 Thread Martin Dubuc
I found out what the issue was. The commons-daemon-native.tar.gz file contains archive library and object files in the unix directory that were compiled on some other system. I would recommend that this tar file is repackaged, doing a make clean in the unix directory before repackaging. Martin On

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0-RC4

2010-06-09 Thread Mark Thomas
On 09/06/2010 17:49, Martin Dubuc wrote: > I can't get the jsvc binary to build with 7.0.0 RC4 under Fedora and CentOS. That would be best handled as a commons-daemon issue. I don't know enough about commons-daemon to comment if this is an issue for the users list or a JIRA issue. Mark > > Here

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0-RC4

2010-06-09 Thread Martin Dubuc
I can't get the jsvc binary to build with 7.0.0 RC4 under Fedora and CentOS. Here is the output from make: (cd native; make all) make[1]: Entering directory `/root/apache-tomcat-7.0.0-RC4/bin/commons-daemon-1.0.2-native-src/unix/native' gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/jav

Timestamp when request was received

2010-06-09 Thread Konstantin Kolinko
Hi! I thought about how the time when request was received could be passed to AccessLog, and how the "time taken to process the request" argument for AccessLog.log(..) could be calculated, and I have the following idea: We can include that timestamp (long) as a field into org.apache.catalina.conn

Re: Uses of tool wrapper, sourcong setenv

2010-06-09 Thread Konstantin Kolinko
2010/6/9 Mark Thomas : > On 09/06/2010 17:10, Rainer Jung wrote: >> After updating the tool wrapper script I noticed, that it sources setenv >> and that this might not be adequate. >> >> Actually I don't know the common or possible use cases of the script and >> searching didn't reveal much. Users

Re: Uses of tool wrapper, sourcong setenv

2010-06-09 Thread Mark Thomas
On 09/06/2010 17:10, Rainer Jung wrote: > After updating the tool wrapper script I noticed, that it sources setenv > and that this might not be adequate. > > Actually I don't know the common or possible use cases of the script and > searching didn't reveal much. Users typically set JVM size in set

Re: Uses of tool wrapper, sourcong setenv

2010-06-09 Thread Konstantin Kolinko
2010/6/9 Rainer Jung : > Users typically set JVM size in setenv See the difference between JAVA_OPTS, CATALINA_OPTS and TOOL_OPTS, as documented in catalina.sh and tool-wrapper.sh I think that we should not drop sourcing setenv.sh. E.g., one can use setenv.sh to specify JAVA_HOME. Best regards

Re: ISAPI Redirector issue | Building |

2010-06-09 Thread Konstantin Kolinko
2010/6/9 vini mr : > > I am building .dll file of 32 Bit > > and i am using IIS of 32Bit Version. > > and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ). > 1) I wonder, if it is possible to customize error 503 response without rebuilding the connector. 2) Maybe some DLLs are missing? Ar

Uses of tool wrapper, sourcong setenv

2010-06-09 Thread Rainer Jung
After updating the tool wrapper script I noticed, that it sources setenv and that this might not be adequate. Actually I don't know the common or possible use cases of the script and searching didn't reveal much. Users typically set JVM size in setenv and at least for the digest feature it wou

Re: ISAPI Redirector issue | Building |

2010-06-09 Thread Rainer Jung
On 09.06.2010 17:39, vini mr wrote: I am building .dll file of 32 Bit and i am using IIS of 32Bit Version. and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ). Hmm, I'm somewhat out of ideas. Never built on VS 2008. Maybe Mladen or Tim have an idea. Rainer On Wed, Jun 9, 2010 at

Re: ISAPI Redirector issue | Building |

2010-06-09 Thread vini mr
Hi Rainer, Thanks for your quick reply. I am building .dll file of 32 Bit and i am using IIS of 32Bit Version. and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ). Regards, Vinay On Wed, Jun 9, 2010 at 9:00 PM, Rainer Jung wrote: > On 09.06.2010 17:17, vini mr wrote: > >> Hi Team,

Re: ISAPI Redirector issue | Building |

2010-06-09 Thread Rainer Jung
On 09.06.2010 17:17, vini mr wrote: Hi Team, For the IIS tomcat configuration, i need to customize the 503 error message which is present in *'isapi_redirect.dll'*. *DLL file which i am using :* http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.

ISAPI Redirector issue | Building |

2010-06-09 Thread vini mr
Hi Team, For the IIS tomcat configuration, i need to customize the 503 error message which is present in *'isapi_redirect.dll'*. *DLL file which i am using :* http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.30.dll *DLL source code :* http://ap

svn commit: r953033 - in /tomcat/tc6.0.x/trunk: STATUS.txt dist.xml webapps/docs/changelog.xml

2010-06-09 Thread kkolinko
Author: kkolinko Date: Wed Jun 9 14:43:39 2010 New Revision: 953033 URL: http://svn.apache.org/viewvc?rev=953033&view=rev Log: Do not evaluate "execute.installer" in dist.xml, as it is never used: "skip.installer" is used instead. Backport of r952478. It is just a cleanup and removal of obsolete

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

2010-06-09 Thread markt
Author: markt Date: Wed Jun 9 14:33:34 2010 New Revision: 953027 URL: http://svn.apache.org/viewvc?rev=953027&view=rev Log: Vote 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=953027&

DO NOT REPLY [Bug 48379] Session cookie domain and path configuration support

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r953025 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ webapps/docs/ webap

2010-06-09 Thread markt
Author: markt Date: Wed Jun 9 14:30:30 2010 New Revision: 953025 URL: http://svn.apache.org/viewvc?rev=953025&view=rev Log: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 Make session cookie name, domain and path configurable per context Modified: tomcat/tc6.0.x/trunk/STATUS.

DO NOT REPLY [Bug 49414] New: Wrong memory leak detection: executor thread reported as web app thread

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49414 Summary: Wrong memory leak detection: executor thread reported as web app thread Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #11 from Konstantin Kolinko 2010-06-09 10:09:20 EDT --- The AprEndpoint.Poller & Sendfile fix applied to 6.0 in r953010 and will be in 6.0.27 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab

svn propchange: r953010 - svn:log

2010-06-09 Thread kkolinko
Author: kkolinko Revision: 953010 Modified property: svn:log Modified: svn:log at Wed Jun 9 14:03:38 2010 -- --- svn:log (original) +++ svn:log Wed Jun 9 14:03:38 2010 @@ -1,2 +1,3 @@ +Fix https://issues.apache.org/bugzi

svn commit: r953010 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2010-06-09 Thread kkolinko
Author: kkolinko Date: Wed Jun 9 13:55:20 2010 New Revision: 953010 URL: http://svn.apache.org/viewvc?rev=953010&view=rev Log: Fix handling the add queue in AprEndpoint.Poller and AprEndpoint.Sendfile. Do not miss Object.notify() wakeup. Modified: tomcat/tc6.0.x/trunk/ (props changed)

svn commit: r952994 - in /tomcat/tc6.0.x/trunk: STATUS.txt conf/catalina.policy webapps/docs/changelog.xml

2010-06-09 Thread kkolinko
Author: kkolinko Date: Wed Jun 9 13:16:32 2010 New Revision: 952994 URL: http://svn.apache.org/viewvc?rev=952994&view=rev Log: Rearrange tomcat-juli.jar permissions and wrap long lines in the conf/catalina.policy file, to make the text more readable when cited in documentation. Modified: t

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

2010-06-09 Thread kkolinko
Author: kkolinko Date: Wed Jun 9 12:58:04 2010 New Revision: 952987 URL: http://svn.apache.org/viewvc?rev=952987&view=rev Log: vote 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=9529

svn commit: r952980 - in /tomcat/jk/trunk: native/common/jk_ajp_common.c xdocs/miscellaneous/changelog.xml

2010-06-09 Thread rjung
Author: rjung Date: Wed Jun 9 12:44:01 2010 New Revision: 952980 URL: http://svn.apache.org/viewvc?rev=952980&view=rev Log: Fx BZ49413: Drop AJP13 flush packets send by the backend after the response has been finished. Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c tomcat/jk/tru

DO NOT REPLY [Bug 49413] Apache Mod_jk 1.2.30 is shutting down communication with tomcat and getting socket error read.

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49413 Rainer Jung changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 49413] Apache Mod_jk 1.2.30 is shutting down communication with tomcat and getting socket error read.

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49413 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49413] New: Apache Mod_jk 1.2.30 is shutting down communication with tomcat and getting socket error read.

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49413 Summary: Apache Mod_jk 1.2.30 is shutting down communication with tomcat and getting socket error read. Product: Tomcat Connectors Version: 1.2.30 Platform: PC OS/Version

DO NOT REPLY [Bug 49410] digest.sh script throws java.lang.NoClassDefFoundError

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49410 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r952919 - in /tomcat/trunk: RELEASE-NOTES build.xml res/INSTALLLICENSE res/License.rtf webapps/docs/class-loader-howto.xml webapps/docs/jasper-howto.xml

2010-06-09 Thread Mark Thomas
On 09/06/2010 11:34, Rainer Jung wrote: > On 09.06.2010 12:25, Mark Thomas wrote: >> On 09/06/2010 10:22, rj...@apache.org wrote: >>> Author: rjung >>> Date: Wed Jun 9 09:22:32 2010 >>> New Revision: 952919 >>> >>> URL: http://svn.apache.org/viewvc?rev=952919&view=rev >>> Log: >>> Cleanup JDT vs.

Re: svn commit: r952919 - in /tomcat/trunk: RELEASE-NOTES build.xml res/INSTALLLICENSE res/License.rtf webapps/docs/class-loader-howto.xml webapps/docs/jasper-howto.xml

2010-06-09 Thread Rainer Jung
On 09.06.2010 12:25, Mark Thomas wrote: On 09/06/2010 10:22, rj...@apache.org wrote: Author: rjung Date: Wed Jun 9 09:22:32 2010 New Revision: 952919 URL: http://svn.apache.org/viewvc?rev=952919&view=rev Log: Cleanup JDT vs. ECJ: - Replace "jasper-jdt.jar component" with "Eclipse JDT Java com

DO NOT REPLY [Bug 49410] digest.sh script throws java.lang.NoClassDefFoundError

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49410 --- Comment #1 from Rainer Jung 2010-06-09 06:31:06 EDT --- Thanks for testing and reporting. This has been fixed in r952945 and will be part of RC5 or 7.0.1, depending on how the recent release vote ends. The fix does not only add the j

svn commit: r952945 - in /tomcat/trunk/bin: tool-wrapper.bat tool-wrapper.sh

2010-06-09 Thread rjung
Author: rjung Date: Wed Jun 9 10:29:00 2010 New Revision: 952945 URL: http://svn.apache.org/viewvc?rev=952945&view=rev Log: BZ49410: Missing tomcat-juli.jar in tool-wraper CLASSPATH. Fixed by aligning toolwrapper scripbt closer with catalina script (not only for the juli jar). The jar is now ne

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #32 from chamith buddhika 2010-06-09 06:25:46 EDT --- Created an attachment (id=25564) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25564) o.a.Catalina.tribes.membership Patch Remove mbean descriptor methods usin

Re: svn commit: r952919 - in /tomcat/trunk: RELEASE-NOTES build.xml res/INSTALLLICENSE res/License.rtf webapps/docs/class-loader-howto.xml webapps/docs/jasper-howto.xml

2010-06-09 Thread Mark Thomas
On 09/06/2010 10:22, rj...@apache.org wrote: > Author: rjung > Date: Wed Jun 9 09:22:32 2010 > New Revision: 952919 > > URL: http://svn.apache.org/viewvc?rev=952919&view=rev > Log: > Cleanup JDT vs. ECJ: > > - Replace "jasper-jdt.jar component" with "Eclipse JDT Java compiler" > in license tex

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0-RC4

2010-06-09 Thread Mark Thomas
On 09/06/2010 02:55, nisen wrote: > ecj-3.5.1.jar should be change to jasper-jdt.jar The change needs to be made the other way. All references to jsaper-jdt need to be changed to ecj-x.y.x.jar Mark > > in tomcat-7.0-doc/class-loader-howto.html and > tomcat-7.0-doc/RELEASE-NOTES.txt > --- > jasp

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #31 from chamith buddhika 2010-06-09 06:20:02 EDT --- o.a.Catalina.tribes package descriptor has got mbeans which are present in other several packages as well. They are SimpleTcpCluster Present in following package descript

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #30 from chamith buddhika 2010-06-09 06:12:03 EDT --- (In reply to comment #29) > Created an attachment (id=25563) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25563) [details] > o.a.Catalina.Startup Patch > > Ad

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #29 from chamith buddhika 2010-06-09 06:10:02 EDT --- Created an attachment (id=25563) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25563) o.a.Catalina.Startup Patch Adds missing attributes. -- Configure bugmai

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #28 from chamith buddhika 2010-06-09 06:08:17 EDT --- Created an attachment (id=25562) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25562) o.a.Catalina.session Patch Adds missing attributes/methods and reorders t

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #27 from chamith buddhika 2010-06-09 05:45:12 EDT --- Created an attachment (id=25556) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25556) o.a.Catalina.Realm Patch UserDatabaseRealm and LockoutRealm contains a me

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

2010-06-09 Thread jfclere
Author: jfclere Date: Wed Jun 9 09:40:50 2010 New Revision: 952926 URL: http://svn.apache.org/viewvc?rev=952926&view=rev Log: My 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=

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0-RC4

2010-06-09 Thread Rainer Jung
On 09.06.2010 03:55, nisen wrote: ecj-3.5.1.jar should be change to jasper-jdt.jar in tomcat-7.0-doc/class-loader-howto.html and tomcat-7.0-doc/RELEASE-NOTES.txt --- jasper-jdt.jar - Eclipse JDT 3.2 Java compiler. --- but it's bin\apache-tomcat-7.0.0-RC4.zip\lib\ecj-3.5.1.jar maybe we should

svn commit: r952919 - in /tomcat/trunk: RELEASE-NOTES build.xml res/INSTALLLICENSE res/License.rtf webapps/docs/class-loader-howto.xml webapps/docs/jasper-howto.xml

2010-06-09 Thread rjung
Author: rjung Date: Wed Jun 9 09:22:32 2010 New Revision: 952919 URL: http://svn.apache.org/viewvc?rev=952919&view=rev Log: Cleanup JDT vs. ECJ: - Replace "jasper-jdt.jar component" with "Eclipse JDT Java compiler" in license texts - Add JDT version to our ant version filter and replace exp

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #26 from chamith buddhika 2010-06-09 05:02:32 EDT --- Created an attachment (id=2) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=2) o.a.Catalina.Mbeans Patch Adds missing methods. -- Configure bugmail: h

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #25 from Rainer Jung 2010-06-09 03:44:29 EDT --- (In reply to comment #24) > (In reply to comment #23) > > > At least some of them were part of Tomcat 5.5 ´cluster and have been dropped > > when the new Tomcat 6 cluster was wr

Re: JIKESPATH in setclasspath.sh

2010-06-09 Thread Rainer Jung
On 09.06.2010 04:58, Konstantin Kolinko wrote: JIKESPATH environment variable is used to provide path to the standard library files of JRE (rt.jar etc.), because the standard javac compiler knows where those are, but jikes does not. I found the explanation in its FAQ, [1]. [1] http://jikes.sourc