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
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
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
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
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
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
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/
>
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
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
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
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"
>
>
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
--
==
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"
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&
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
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
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:
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
18 matches
Mail list logo