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

2010-06-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49410 Summary: digest.sh script throws java.lang.NoClassDefFoundError Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity: normal P

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #24 from chamith buddhika 2010-06-09 00:10:04 EDT --- (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 written. So their correspondin

Re: JIKESPATH in setclasspath.sh

2010-06-08 Thread Konstantin Kolinko
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.sourceforge.net/faq/user-index.shtml#jikespath Anyway

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

2010-06-08 Thread nisen
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 change build.xml: search "jdt.jar

Re: JIKESPATH in setclasspath.sh

2010-06-08 Thread Tim Funk
From what I can tell, JIKESPATH is used by jikes which was an alternative java compiler. (a long time ago). I believe this is unused (even in tomcat6) - so i assume it can probably go. But I don't have a mac, so its just a wild guess. -Tim On 6/8/2010 3:33 PM, Mark Thomas wrote: On 08/06/201

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

2010-06-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49408 Summary: RequestDispatcher.forward does not forward Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2

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

2010-06-08 Thread Mark Thomas
On 07/06/2010 15:38, Mark Thomas wrote: > All, > > The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC4 > can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC4/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC4/ >

Re: svn commit: r952724 - /httpd/httpd/trunk/server/log.c

2010-06-08 Thread Rainer Jung
Sorry for the noise, wrong list and language ... On 08.06.2010 22:20, Rainer Jung wrote: On 08.06.2010 22:08, William A. Rowe Jr. wrote: On 6/8/2010 1:19 PM, William A. Rowe Jr. wrote: -1 veto. This is not the appropriate test for a threaded MPM. We have ap_mpm_query for this very purpose, pl

Re: svn commit: r952724 - /httpd/httpd/trunk/server/log.c

2010-06-08 Thread Rainer Jung
On 08.06.2010 22:08, William A. Rowe Jr. wrote: On 6/8/2010 1:19 PM, William A. Rowe Jr. wrote: -1 veto. This is not the appropriate test for a threaded MPM. We have ap_mpm_query for this very purpose, please don't continue to propagate this broken meme!!! I'm sorry - I didn't read this patc

DO NOT REPLY [Bug 49407] New: backup manager reports too few current sessions

2010-06-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49407 Summary: backup manager reports too few current sessions Product: Tomcat 6 Version: 6.0.20 Platform: All OS/Version: All Status: NEW Severity: normal Priority

Re: JIKESPATH in setclasspath.sh

2010-06-08 Thread Mark Thomas
On 08/06/2010 18:14, Tim Funk wrote: > Is this needed anymore in setclasspath.sh ? Works for me with that commented out. Mark > > # OSX hack to CLASSPATH > JIKESPATH= > if [ `uname -s` = "Darwin" ]; then > > OSXHACK="/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Classes" > >

[Tomcat Wiki] Update of "TomcatOnMacOS" by PidSter

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

JIKESPATH in setclasspath.sh

2010-06-08 Thread Tim Funk
Is this needed anymore in setclasspath.sh ? # OSX hack to CLASSPATH JIKESPATH= if [ `uname -s` = "Darwin" ]; then OSXHACK="/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Classes" if [ -d "$OSXHACK" ]; then for i in "$OSXHACK"/*.jar; do JIKESPATH="$JIKESPATH":"$i"

svn commit: r952737 - /tomcat/trunk/RUNNING.txt

2010-06-08 Thread funkman
Author: funkman Date: Tue Jun 8 17:08:45 2010 New Revision: 952737 URL: http://svn.apache.org/viewvc?rev=952737&view=rev Log: s/jre5/jre6/ Modified: tomcat/trunk/RUNNING.txt Modified: tomcat/trunk/RUNNING.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/RUNNING.txt?rev=952737&r1=952736&

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

2010-06-08 Thread kkolinko
Author: kkolinko Date: Tue Jun 8 11:11:41 2010 New Revision: 952609 URL: http://svn.apache.org/viewvc?rev=952609&view=rev Log: updated the patch file 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/S

svn commit: r952603 - /tomcat/tc6.0.x/trunk/conf/catalina.policy

2010-06-08 Thread kkolinko
Author: kkolinko Date: Tue Jun 8 11:06:14 2010 New Revision: 952603 URL: http://svn.apache.org/viewvc?rev=952603&view=rev Log: Remove unneeded phrase from a comment. It should be evident that someone should unwrap the line. Modified: tomcat/tc6.0.x/trunk/conf/catalina.policy Modified: tomc

DO NOT REPLY [Bug 49402] New: juli.jar published twice in Maven repository

2010-06-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49402 Summary: juli.jar published twice in Maven repository Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 49401] New: Do not set to null fields in loaded classes when stopping the container

2010-06-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49401 Summary: Do not set to null fields in loaded classes when stopping the container Product: Tomcat 6 Version: 6.0.26 Platform: All OS/Version: All Status: NEW