svn commit: r646212 - in /tomcat/connectors/trunk/jni: java/org/apache/tomcat/jni/Buffer.java native/src/bb.c

2008-04-09 Thread mturk
Author: mturk Date: Wed Apr 9 00:50:52 2008 New Revision: 646212 URL: http://svn.apache.org/viewvc?rev=646212&view=rev Log: Add Buffer class for allocating ByteBuffers directly from the memory Added: tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Buffer.java (with props) tomca

DO NOT REPLY [Bug 44769] Add ByteBuffer creation method to org.apache. tomcat.jni.Stdlib

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44769 Mladen Turk <[EMAIL PROTECTED]> changed: What|Removed |Added Status|ASSIGNED|RESOLVED

DO NOT REPLY [Bug 44769] Add ByteBuffer creation method to org.apache. tomcat.jni.Stdlib

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44769 --- Comment #3 from Trustin Lee <[EMAIL PROTECTED]> 2008-04-09 01:14:49 PST --- I'm looking into here: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/jni/Stdlib.java?view=markup but couldn't find the change. Where's

DO NOT REPLY [Bug 44769] Add ByteBuffer creation method to org.apache. tomcat.jni.Stdlib

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44769 Trustin Lee <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|CLOSED --- Co

DO NOT REPLY [Bug 44769] Add ByteBuffer creation method to org.apache. tomcat.jni.Stdlib

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44769 --- Comment #4 from Remy Maucherat <[EMAIL PROTECTED]> 2008-04-09 02:45:07 PST --- It's in a new Buffer class, but I see no real reason for putting this stuff in a new class. -- Configure bugmail: https://issues.apache.org/bugzilla/

help regarding tomcat5.5.20 statring problem????????

2008-04-09 Thread abhu_05
hiii to all of you, I m new to tomcat i am using it for first time ,i ahve tomcat in compressed form i have extracted it into " c:\",now i set path="%PATH%";c:\jdk1.3.0_02\bin;.;" and i set classpath=%CLASSPATH%;c:\jdk1.3.0_02\lib;.; and set JAVA_HOME=c:\jdk1.3.0_02 an

[EMAIL PROTECTED]: Project jakarta-tomcat-catalina (in module jakarta-tomcat-catalina) failed

2008-04-09 Thread bobh
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-catalina has an issue affecting its community integration. This i

Re: svn commit: r646121 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-04-09 Thread Rainer Jung
[EMAIL PROTECTED] schrieb: --- tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c (original) +++ tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Tue Apr 8 15:52:49 2008 @@ -49,7 +49,7 @@ #include -#define VERSION_STRING "Jakarta/ISAPI/" JK_VERSTRING +#define VERSION_STRING "

DO NOT REPLY [Bug 44785] New: Documentation f the MaxThread default value for AJP connector

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44785 Summary: Documentation f the MaxThread default value for AJP connector Product: Tomcat 6 Version: 6.0.16 Platform: PC URL: http://tomcat.apache.org/tomcat-6.0-doc/

DO NOT REPLY [Bug 44787] New: provide more error context on "java.lang. IllegalStateException: No Java compiler available"

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44787 Summary: provide more error context on "java.lang.IllegalStateException: No Java compiler available" Product: Tomcat 6 Version: unspecified Platform: PC

svn commit: r646408 - in /tomcat/connectors/trunk/jk/native: iis/Makefile.amd64 iis/Makefile.ia64 iis/Makefile.x86 iis/isapi.dsp netscape/Makefile.linux netscape/Makefile.netware netscape/Makefile.sol

2008-04-09 Thread rjung
Author: rjung Date: Wed Apr 9 08:40:04 2008 New Revision: 646408 URL: http://svn.apache.org/viewvc?rev=646408&view=rev Log: Add new defines JK_ISAPI and JK_NSAPI to build process. We'll use them to decide on the module name used during startup initialize log message. Modified: tomcat/connect

svn commit: r646411 - in /tomcat/connectors/trunk/jk: native/common/jk_version.h native/iis/jk_isapi_plugin.c native/netscape/jk_nsapi_plugin.c xdocs/miscellaneous/changelog.xml

2008-04-09 Thread rjung
Author: rjung Date: Wed Apr 9 08:44:48 2008 New Revision: 646411 URL: http://svn.apache.org/viewvc?rev=646411&view=rev Log: Use new defines JK_ISAPI and JK_NSAPI to set plugin name in exposed version string. Make startup message more consistent between plugins. Modified: tomcat/connectors/tr

Re: help regarding tomcat5.5.20 statring problem????????

2008-04-09 Thread Mark Thomas
abhu_05 wrote: hiii to all of you, I m new to tomcat i am using it for first time ,i ahve tomcat in compressed form i have extracted it into " c:\",now i set path="%PATH%";c:\jdk1.3.0_02\bin;.;" and i set classpath=%CLASSPATH%;c:\jdk1.3.0_02\lib;.; and set JAVA_HOME=

DO NOT REPLY [Bug 44788] New: Container parent property availability

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44788 Summary: Container parent property availability Product: Tomcat 5 Version: 5.5.17 Platform: PC OS/Version: Windows XP Status: NEW Severity: trivial Priority:

Re: help regarding tomcat5.5.20 statring problem????????

2008-04-09 Thread gerardo
http://mx.youtube.com/watch?v=cJr16hbfBU0 Nuestros Derechos estan limitados por los Derechos de los demas - ¡Capacidad ilimitada de almacenamiento en tu correo! No te preocupes más por el espacio de tu cuenta con Correo Yahoo!: http://correo.yahoo.com.m

svn commit: r646543 - /tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 14:19:02 2008 New Revision: 646543 URL: http://svn.apache.org/viewvc?rev=646543&view=rev Log: Handle case where we don't have permission to read context specific configuration. Modified: tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java Modified: to

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

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 14:21:55 2008 New Revision: 646545 URL: http://svn.apache.org/viewvc?rev=646545&view=rev Log: Propose patch 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

svn commit: r646550 - /tomcat/trunk/conf/catalina.policy

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 14:29:42 2008 New Revision: 646550 URL: http://svn.apache.org/viewvc?rev=646550&view=rev Log: Additional permission needed to read JDK logging config. Modified: tomcat/trunk/conf/catalina.policy Modified: tomcat/trunk/conf/catalina.policy URL: http://svn.apach

svn commit: r646553 - /tomcat/current/tc5.5.x/STATUS.txt

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 14:32:37 2008 New Revision: 646553 URL: http://svn.apache.org/viewvc?rev=646553&view=rev Log: Port a couple of proposals. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/t

svn commit: r646554 - /tomcat/current/tc5.5.x/STATUS.txt

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 14:35:35 2008 New Revision: 646554 URL: http://svn.apache.org/viewvc?rev=646554&view=rev Log: Fix for change in jar name Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc

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

2008-04-09 Thread remm
Author: remm Date: Wed Apr 9 14:37:30 2008 New Revision: 646555 URL: http://svn.apache.org/viewvc?rev=646555&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=6465

DO NOT REPLY [Bug 44787] provide more error context on "java.lang. IllegalStateException: No Java compiler available"

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44787 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Severity|normal |enhancement -

svn commit: r646559 - /tomcat/trunk/webapps/docs/config/ajp.xml

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 14:59:05 2008 New Revision: 646559 URL: http://svn.apache.org/viewvc?rev=646559&view=rev Log: Fix bug 44785. Correct deafult maxThreads for AJP connector. Modified: tomcat/trunk/webapps/docs/config/ajp.xml Modified: tomcat/trunk/webapps/docs/config/ajp.xml URL:

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

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 14:31:57 2008 New Revision: 646552 URL: http://svn.apache.org/viewvc?rev=646552&view=rev Log: Another proposal. 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.tx

DO NOT REPLY [Bug 44785] Documentation f the MaxThread default value for AJP connector

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44785 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-09 14:58:27 PST --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are rece

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

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 15:01:53 2008 New Revision: 646560 URL: http://svn.apache.org/viewvc?rev=646560&view=rev Log: Propose fix. 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

DO NOT REPLY [Bug 44788] Container parent property availability

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44788 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r646571 - in /tomcat/trunk/java/org/apache/el: lang/ELArithmetic.java lang/ELSupport.java parser/AstNegative.java

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 15:29:28 2008 New Revision: 646571 URL: http://svn.apache.org/viewvc?rev=646571&view=rev Log: Clean up type checking code. Patch provided by Konstantin Kolinko. Modified: tomcat/trunk/java/org/apache/el/lang/ELArithmetic.java tomcat/trunk/java/org/apache/el/

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

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 15:31:02 2008 New Revision: 646572 URL: http://svn.apache.org/viewvc?rev=646572&view=rev Log: Propose some clean up 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/STATU

svn commit: r646574 - /tomcat/trunk/java/org/apache/el/lang/FunctionMapperImpl.java

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 15:33:01 2008 New Revision: 646574 URL: http://svn.apache.org/viewvc?rev=646574&view=rev Log: Fix bug 44428. Make sure m is not null to prevent NPE. Modified: tomcat/trunk/java/org/apache/el/lang/FunctionMapperImpl.java Modified: tomcat/trunk/java/org/apache/el

DO NOT REPLY [Bug 44428] FunctionMapperImpl. Function throws a NPE in certain circumstances

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44428 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-09 15:31:05 PST --- Fixed in trunk with a different patch. I went with simple that didn't duplicate code. I have proposed the patch for 6.0.x. -- Configure bugmail: https://

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

2008-04-09 Thread markt
Author: markt Date: Wed Apr 9 15:34:55 2008 New Revision: 646576 URL: http://svn.apache.org/viewvc?rev=646576&view=rev Log: Propose NPE fix 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?

DO NOT REPLY [Bug 43285] Missing EL Coercion causes argument type mismatch

2008-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43285 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED

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

2008-04-09 Thread remm
Author: remm Date: Wed Apr 9 17:34:45 2008 New Revision: 646605 URL: http://svn.apache.org/viewvc?rev=646605&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=6466