Re: AW: [5.0] JSP performance ...

2003-09-09 Thread Remy Maucherat
Kin-Man Chung wrote: I have implemented generating text strings as char arrays, with a compiler option to turn it on and off, and did some timings on the benchmark. Just as I suspected, the benchmark did not show much performance difference, when the option was turned on and then off. Now I am won

AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Torsten Fohrer
what's about char[] array/string reusing? Create only a char array for each unique templatetext node. -> 10 x char[] jspx_text_1 = "something\n"; 1 x char[] jspx_text_1 = "something\n"; cu Torsten Fohrer -Ursprüngliche Nachricht- Von: Remy Maucherat [mailto:[EMAIL PROTECTED] Ges

[VOTE] 5.0.11 stability rating

2003-09-09 Thread Remy Maucherat
[ ] Alpha [ ] Beta As usual, please vote :) Add comments if needed. 5.0.11 is similar to 5.0.10 (with the exception of the commons-logging integration). Please check it for regressions. Remy - To unsubscribe, e-mail: [EMAIL

Re: AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Remy Maucherat
Torsten Fohrer wrote: what's about char[] array/string reusing? Create only a char array for each unique templatetext node. -> 10 x char[] jspx_text_1 = "something\n"; 1 x char[] jspx_text_1 = "something\n"; Won't the VM do that internally ? Since apparently you have examined that issue in

[5.0] Cluster code

2003-09-09 Thread Remy Maucherat
Hi, The cluster code for configuration is not very nice, and results in contexts being associated with a clustered manager even when they don't have a distributable flag or element. This creates annoying logging. I'll fix this and remove the not very useful setDistributable(String contextName,

AW: AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Torsten Fohrer
patched a snapshot to merge template text nodes. I implement following using a additional visitor in Generator.java - char[] arrays for templatetexts - same templatetexts -> only 1 char array for text, better without merging good/bad gimmicks: - removing empty templatetexts, example: only \

Re: jakarta-tomcat-5.0.9 batch files

2003-09-09 Thread Martin Gainty
I also have run into problems with bat files My immediate response was to break the CLASSPATH into functional area CLASSPATH e.g. TOMCAT_CLASSPATH=F:\TOMCAT\JAKART~1.27\server\lib\catalina.jar;F:\TOMCAT\JAK ART~1.27\common\lib\jasper-runtime.jar;F:\TOMCAT\JAKART~1.27\server\lib\tomc at-jk2.jar;F:\T

[GUMP] Build Failure - jakarta-tomcat-4.0

2003-09-09 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml deploy-prepare: deploy-static: deploy: [ec

Classloader when Tomcat is embedded + save

2003-09-09 Thread Florent BENOIT
Hello, When we embed Tomcat in an application server, we have the following problem that we must "patch". It would be good if in the Tomcat 5.x branch, this will be fixed. The problem : It's about the setClassPath() method of the class WebappLoader of the package org.apache.catalina.loader.

DO NOT REPLY [Bug 19034] - InvalidClassException in StoreBase.java

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19034] - InvalidClassException in StoreBase.java

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ContextConfig.java

2003-09-09 Thread remm
remm2003/09/09 08:27:00 Modified:catalina/src/share/org/apache/catalina Cluster.java catalina/src/share/org/apache/catalina/core StandardContext.java catalina/src/share/org/apache/catalina/session StandardM

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java

2003-09-09 Thread remm
remm2003/09/09 08:27:16 Modified:modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java Log: - Refactor manager initialization, and move it into ContextConfig. - Remove Cluster.setDistributable. Revision ChangesPath 1

DO NOT REPLY [Bug 23026] New: - DB JNDI Datasource does not work with SAP DB

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23009] - random code (such as ??????) in tomcat 5.0.10

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22852] - JDK1.4 logging formatter class not being found

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19034] - InvalidClassException in StoreBase.java

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

Re: AW: AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Jeff Tulley
Torsten, Your attachment didn't come through. (Common mistake, I've made it dozens of times). Rename the file as .txt, that should work. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com >>> [EMAIL PROTECTED] 9/9

RE: [PATCH] Bug 22666

2003-09-09 Thread Mark Thomas
This works a treat. Do you want me to port the changes back to TC4? I need to do this so I can close the bug. Mark On Sunday, September 07, 2003 3:40 PM, Remy Maucherat [SMTP:[EMAIL PROTECTED] wrote: > > The idea is that it would work if the type of the MB is chars (see > processParameters(MB))

Re: Classloader when Tomcat is embedded + save

2003-09-09 Thread Remy Maucherat
Florent BENOIT wrote: Hello, When we embed Tomcat in an application server, we have the following problem that we must "patch". It would be good if in the Tomcat 5.x branch, this will be fixed. The problem : It's about the setClassPath() method of the class WebappLoader of the package org.a

DO NOT REPLY [Bug 22992] - tomcat.exe fails with access violation, apparently while writing to std error stream

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22823] - Tomcat 4.1.27 is missing from download directory? I only see 4.1.24 & 4.1.26-alpha

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

Re: Classloader when Tomcat is embedded + save

2003-09-09 Thread matthias.ernst
> Of course, it's good to remember that this code exists only because of > the lack of a good in memory compiler. This could change. Class org.eclipse.jdt.internal.compiler.Compiler in combination with org.apache.cocoon.components.language.programming.java.EclipseJavaCompiler provide a load-from-c

DO NOT REPLY [Bug 23009] - random code (such as ??????) in tomcat 5.0.10

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22652] - JspWriter problem? A JSP Document with contentType=text/html makes a wrong output

2003-09-09 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://nagoya.apache.org/bugzilla/show_bu

Re: AW: [5.0] JSP performance ...

2003-09-09 Thread Kin-Man Chung
> Date: Tue, 09 Sep 2003 08:59:51 +0200 > From: Remy Maucherat <[EMAIL PROTECTED]> > Subject: Re: AW: [5.0] JSP performance ... > To: Tomcat Developers List <[EMAIL PROTECTED]> > > Kin-Man Chung wrote: > > I have implemented generating text strings as char arrays, with a > > compiler option to tu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2003-09-09 Thread kinman
kinman 2003/09/09 14:46:22 Modified:jasper2/src/share/org/apache/jasper EmbeddedServletOptions.java JspC.java Options.java jasper2/src/share/org/apache/jasper/compiler Generator.java jasper2/src/share/org/apache/jasper/resources

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2003-09-09 Thread kinman
kinman 2003/09/09 14:47:11 Modified:catalina/src/conf web.xml Log: - Add an compilation option to generate writing char arrays instead of Strings for template texts. Revision ChangesPath 1.25 +4 -0 jakarta-tomcat-catalina/catalina/src/conf/web.xml Inde

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp ReplicationValve.java

2003-09-09 Thread fhanik
fhanik 2003/09/09 15:21:19 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session ReplicatedSession.java SessionMessage.java SimpleTcpReplicationManager.java modules/cluster/src/share/org/apache/catalina/clus

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

2003-09-09 Thread jfarcand
jfarcand2003/09/09 18:47:24 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: Fix jsp-config problem reported by Kin-Man: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://ja

[PATCH] Tomcat-4 Japanese resource fixes

2003-09-09 Thread Kazuhiro Kazama
This is a patch which refines Japanese messages in the Tomcat manager. Would you apply it to CVS? P.S. Now all Japanese messages are well-displayed in the Tomcat manager. Thank you, Remy! Kazuhiro Kazama ([EMAIL PROTECTED]) NTT Network Innovation Laboratories Index: webapps/manager/WEB-INF/

new Aspen Group Email

2003-09-09 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

RE: jakarta-tomcat-5.0.9 batch files

2003-09-09 Thread R. W. Stavros, PhD
I'm sorry to ask, but what tool do you use to perform you diffs? I think I fixed all the W9X references. I have created a use-launcher.bat file that takes 'start' 'stop' or 'tool-wrapper' as an argument since this was the only real difference that I saw. This would mean less bat files to maintain

TC as web server

2003-09-09 Thread Jerald Powel
Hello,    I am trying to differentiate Apache and Apache Tomcat in terms of the serving mechanism, and subsequent log files. Of course, Apache is a web server, and Tomcat a servlet container, but Tomcat also is a/has a web server? If Tomcat contains a web server as a seperate entity, where can (if

No such list! -Unsubscribe:

2003-09-09 Thread -Unsubscribe:
Valid Lists - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

No such list! -Post:

2003-09-09 Thread -Post:
Valid Lists - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

No such list! -Id:

2003-09-09 Thread -Id:
Valid Lists - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]