[GUMP@brutus]: Project jakarta-tomcat-jasper_tc5 (in module jakarta-tomcat-jasper_tc5) failed

2005-04-05 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-jasper_tc5 has an issue affecting its community integration. This

DO NOT REPLY [Bug 34319] - StoreBase.processExpires() is very inefficient

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34319] - StoreBase.processExpires() is very inefficient

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34319] New: - StoreBase.processExpires() is very inefficient

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31886] - Tomcat hangs under heavy load using JDBCStore

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JspServletWrapper.java

2005-04-05 Thread remm
remm2005/04/05 16:14:43 Modified:jasper2/src/share/org/apache/jasper/compiler DefaultErrorHandler.java TagFileProcessor.java Generator.java jasper2/src/share/org/apache/jasper/runtime JspSourceDepe

cvs commit: jakarta-tomcat-catalina/modules/cluster/test/src/share/org/apache/catalina/cluster/io XByteBufferTest.java

2005-04-05 Thread pero
pero2005/04/05 11:05:52 Modified:modules/cluster/src/share/org/apache/catalina/cluster/io XByteBuffer.java Added: modules/cluster/test/src/share/org/apache/catalina/cluster/io XByteBufferTest.java Log: Extract test code and

cvs commit: jakarta-tomcat-catalina/modules/cluster/test/src/share/org/apache/catalina/cluster/io - New directory

2005-04-05 Thread pero
pero2005/04/05 11:04:50 jakarta-tomcat-catalina/modules/cluster/test/src/share/org/apache/catalina/cluster/io - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JDTCompiler.java

2005-04-05 Thread Remy Maucherat
Jess Holle wrote: Despite advancements in speed, etc, the notion of Eclipse or Tomcat or anything else using it until it is both faster *and* as robust as javac is a bit strange. The notion that Eclipse depends upon it to the point that it's Java 5 support is held up by JDT development is parti

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JDTCompiler.java

2005-04-05 Thread Jess Holle
Despite advancements in speed, etc, the notion of Eclipse or Tomcat or anything else using it until it is both faster *and* as robust as javac is a bit strange. The notion that Eclipse depends upon it to the point that it's Java 5 support is held up by JDT development is particularly strange to

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JDTCompiler.java

2005-04-05 Thread Remy Maucherat
Tim Funk wrote: Is there a reason _jspx_dependants is a Vector - why not an ArrayList? This would remove the syncs inside of Vector. I don't know. It probably wouldn't hurt. It won't help me with my ECJ bug, however ;) Rémy - To

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JDTCompiler.java

2005-04-05 Thread Tim Funk
Is there a reason _jspx_dependants is a Vector - why not an ArrayList? This would remove the syncs inside of Vector. -Tim Remy Maucherat wrote: [EMAIL PROTECTED] wrote: remm2005/04/04 06:57:49 Modified:jasper2/src/share/org/apache/jasper EmbeddedServletOption

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JDTCompiler.java

2005-04-05 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: remm2005/04/04 06:57:49 Modified:jasper2/src/share/org/apache/jasper EmbeddedServletOptions.java webapps/docs changelog.xml .build.properties.default jasper2/src/share/org/apache/jasp

Syntax from JkEnvVar is changed

2005-04-05 Thread Peter Rossbach
Hey, I want transfer a static version number with every request SetEnv config.version 1.0 JkEnvVar config.version but I got this apache startup failure Syntax error on line 25 of D:/tomcat//mod_jk/mod_jk.conf: JkEnvVar takes two arguments, Adds a name of environment variable that should be s

DO NOT REPLY [Bug 34302] New: - Tomcat doesn't read JDK 1.5 correctly

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33711] - Memory leak (classloader) with Log4J and Single Sign On.

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: first time user

2005-04-05 Thread Henri Gomez
Ben you should contact the tomcat use list instead : tomcat-user@jakarta.apache.org Regards On Apr 4, 2005 12:43 PM, Ben <[EMAIL PROTECTED]> wrote: > I have just install tomcat and got it working at http://localhost:8080 > I am able to run load <%= new java.util.Date() %> under a jsp file > >

first time user

2005-04-05 Thread Ben
I have just install tomcat and got it working at http://localhost:8080 I am able to run load <%= new java.util.Date() %> under a jsp file question: 1) I have create a HelloWorld.java file, where should I put this file and be able to run it? 2) if I want it to look for helloworld.xml and have the

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException [T2005040501FV]

2005-04-05 Thread Support
Dear tomcat-dev@jakarta.apache.org, This is an automated response from CWIE/CCBill. We received your reply on 4/5/2005 at 3:03:21 AM. Because we have received more than 30 e-mail messages from your address within the last 24 hours, we will not send any further automated response messages to you f

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException [T2005040501FV]

2005-04-05 Thread Support
Dear tomcat-dev@jakarta.apache.org, This note is to let you know that we received your reply on 4/5/2005 at 3:02:53 AM. - Your tracking number for this issue is: T2005040501FV. - This ticket has been routed to our "CCBill Client Support" pool. - Your curent ticket status is: OPEN For the best

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException [T2005040501FV]

2005-04-05 Thread Support
Dear tomcat-dev@jakarta.apache.org, This note is to let you know that we received your reply on 4/5/2005 at 3:02:21 AM. - Your tracking number for this issue is: T2005040501FV. - This ticket has been routed to our "CCBill Client Support" pool. - Your curent ticket status is: OPEN For the best

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException [T2005040501FV]

2005-04-05 Thread Support
Dear tomcat-dev@jakarta.apache.org, This note is to let you know that we received your reply on 4/5/2005 at 3:01:52 AM. - Your tracking number for this issue is: T2005040501FV. - This ticket has been routed to our "CCBill Client Support" pool. - Your curent ticket status is: OPEN For the best

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException [T2005040501FV]

2005-04-05 Thread Support
Dear tomcat-dev@jakarta.apache.org, This note is to let you know that we received your reply on 4/5/2005 at 3:01:21 AM. - Your tracking number for this issue is: T2005040501FV. - This ticket has been routed to our "CCBill Client Support" pool. - Your curent ticket status is: OPEN For the best

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException [T2005040501FV]

2005-04-05 Thread Support
Dear tomcat-dev@jakarta.apache.org, This note is to let you know that we received your reply on 4/5/2005 at 3:00:21 AM. - Your tracking number for this issue is: T2005040501FV. - This ticket has been routed to our "CCBill Client Support" pool. - Your curent ticket status is: OPEN For the best

DO NOT REPLY [Bug 34272] - Patch to externalize the JspServlet Options implementation

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException [T2005040501FV]

2005-04-05 Thread Support
Dear tomcat-dev@jakarta.apache.org, This note is to let you know that we received your reply on 4/5/2005 at 2:59:53 AM. - Your tracking number for this issue is: T2005040501FV. - This ticket has been routed to our "CCBill Client Support" pool. - Your curent ticket status is: OPEN For the best

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException [T2005040501FV]

2005-04-05 Thread Support
Dear tomcat-dev@jakarta.apache.org, Please read the following automated response carefully! In response to your support issue submitted on 4/5/2005 at 2:59:21 AM MST, we have automatically opened a trouble ticket in our support database. - Your tracking number for this issue is: T2005040501FV.

DO NOT REPLY [Bug 34299] New: - Http11Processor intermittently throwing ArrayIndexOutOfBoundsException

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33743] - WebappClassLoader race condition

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33711] - Memory leak (classloader) with Log4J and Single Sign On.

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-04-05 Thread Bill Barker
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-jk-native has an issue affecting its community integration. This

[GUMP@brutus]: Project jakarta-tomcat-jasper_tc5 (in module jakarta-tomcat-jasper_tc5) failed

2005-04-05 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-jasper_tc5 has an issue affecting its community integration. This

DO NOT REPLY [Bug 34150] - child pid # exit signal Segmentation fault (11)

2005-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu