Re: jakarta-tomcat-5.0.9 batch files

2003-09-08 Thread Bill Barker
Being as lazy as anyone else ;-), we prefer diff files. However, you're script are very nice. I'd prefer that a little more attention was paid to W9x support (since you've got several statements that will bomb on W9x). - Original Message - From: "R. W. Stavros, PhD" <[EMAIL PROTECTED]>

Re: cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-08 Thread Remy Maucherat
Bill Barker wrote: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] remm2003/09/08 02:31:38 Modified:.build.properties.default Log: - New PureTLS version. - I'll be including PureTLS support in 5.0.11+. While I'm +1, this may cause problems since at the moment To

Re: cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-08 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > remm2003/09/08 02:31:38 > > Modified:.build.properties.default > Log: > - New PureTLS version. > - I'll be including PureTLS support in 5.0.11+. > While I'm +1, this may cause problems since at the moment To

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

2003-09-08 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

jakarta-tomcat-5.0.9 batch files

2003-09-08 Thread R. W. Stavros, PhD
Hello, I'm new a tomcat developer and have quite a time trying to get it up and working and to understand what was actually going on in the various batch files that were delivered with jakarta-tomcat-5.0.9. So I have spent some time documenting, formatting, and standardized the batch files. Inclu

DO NOT REPLY [Bug 20885] - contradiction in doc w.r.t. manager app "reload" command

2003-09-08 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] New: - random code (such as ??????) in tomcat 5.0.10

2003-09-08 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-connectors/util/java/org/apache/tomcat/util/net/jsse JSSE14SocketFactory.java

2003-09-08 Thread billbarker
billbarker2003/09/08 21:23:06 Modified:util/java/org/apache/tomcat/util/net/jsse Tag: coyote_10 JSSE14SocketFactory.java Log: Temporary patch to set the TrustManager algorithm to be the same as the keystore algorithm. This works in most cases, and doesn't re

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse JSSE14SocketFactory.java

2003-09-08 Thread billbarker
billbarker2003/09/08 21:18:55 Modified:util/java/org/apache/tomcat/util/net/jsse JSSE14SocketFactory.java Log: Add support for specifying the TrustStore algorithm. It defaults to the same as the Keystore algorithm. Revision ChangesPath 1.14

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

2003-09-08 Thread Paul Speed
I think the performance improvement was because the Strings were converted to char[] arrays during servlet init, and not at every request. It seems to me as if that would make a difference. -Paul Kin-Man Chung wrote: > > I took a look at o.a.j.runtime.JspWriterImpl and the methods > >

DO NOT REPLY [Bug 21741] - IRC link is dead

2003-09-08 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 20885] - contradiction in doc w.r.t. manager app "reload" command

2003-09-08 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 22995] - [PATCH] add a new item to faq

2003-09-08 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-site/xdocs-faq connectors.xml

2003-09-08 Thread funkman
funkman 2003/09/08 18:21:39 Modified:docs/faq connectors.html docs/faq/printer connectors.html xdocs-faq connectors.xml Log: FAQ update per bz - 22995 Patch submitted by tagunov at motor.ru Revision ChangesPath 1.6 +21 -1 jakarta-

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

2003-09-08 Thread Kin-Man Chung
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 wondering if there is a

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

2003-09-08 Thread Kin-Man Chung
I took a look at o.a.j.runtime.JspWriterImpl and the methods write(String s, int off, int len) and write(char cbuf[], int off, int len) in particualr, and failed to see any performance gain of the 2nd over the first. They are very similar, the only different is that the first use

Re: does tomcat have a nominated contact for security issues?

2003-09-08 Thread robert burrell donkin
On Monday, September 8, 2003, at 08:43 PM, Remy Maucherat wrote: robert burrell donkin wrote: does tomcat have a nominated contact for security issues? (those people who are pmc members will probably already know why i'm asking) Security issues should be forwarded to the tomcat-committers list.

cvs commit: jakarta-tomcat-catalina/webapps/docs class-loader-howto.xml

2003-09-08 Thread luehe
luehe 2003/09/08 15:03:32 Modified:webapps/docs class-loader-howto.xml Log: - Fixed classloader delegation order as seen from webapp perspective. - Removed "org.apache.commons.logging.*" from list of packages that trigger delegation to parent (the doc already mentions that co

ZUSTELLUNGSFEHLER: Virus im Dateianhang

2003-09-08 Thread Automatische Verständigung
GROUP securiQ.Watchdog Server: ATRVSI50/RVS/Raiffeisen Sbg. --- Ein Virus wurde im Dateianhang gefunden. Versuchen Sie, den virenfreien Dateianhang erneut an Ihr Mail anzuhängen und zu versenden. --

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

2003-09-08 Thread Remy Maucherat
Kin-Man Chung wrote: This seems easy enough to implement, so I'll look into it. Concatenating texts is also on my list, and it should help a little in this case. That would be awesome. The test had a *lot* of writes, so this would save hundreds of write invocations (as well as making them faster

[5.0.11] New alpha build

2003-09-08 Thread Remy Maucherat
I have released a new alpha test build, with, among others, a fix for the commons-logging classloading issues that were present in previous 5.0.x releases. Please test it. Downloads: http://jakarta.apache.org/site/binindex.cgi I'll post a vote on the build tomorrow. Remy

Re: [5.0] Planning

2003-09-08 Thread Remy Maucherat
Jan Luehe wrote: On that topic, is there a reason that Tomcat 5.0.x still uses commons-logging-api.jar instead of commons-logging.jar? If you're putting this jar in common/lib, you'd avoid the need for webapps to have to include commons-logging.jar themselves in order to use the default function

Re: [5.0] Planning

2003-09-08 Thread Jan Luehe
On that topic, is there a reason that Tomcat 5.0.x still uses commons-logging-api.jar instead of commons-logging.jar? If you're putting this jar in common/lib, you'd avoid the need for webapps to have to include commons-logging.jar themselves in order to use the default functionality. Craig, yo

Re: does tomcat have a nominated contact for security issues?

2003-09-08 Thread Remy Maucherat
robert burrell donkin wrote: does tomcat have a nominated contact for security issues? (those people who are pmc members will probably already know why i'm asking) Security issues should be forwarded to the tomcat-committers list. Remy

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

2003-09-08 Thread Kin-Man Chung
This seems easy enough to implement, so I'll look into it. Concatenating texts is also on my list, and it should help a little in this case. - Kin-man > Date: Mon, 08 Sep 2003 08:46:32 +0200 > From: Torsten Fohrer <[EMAIL PROTECTED]> > Subject: AW: [5.0] JSP performance ... > To: 'Tomcat Develop

does tomcat have a nominated contact for security issues?

2003-09-08 Thread robert burrell donkin
does tomcat have a nominated contact for security issues? (those people who are pmc members will probably already know why i'm asking) - robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-tomcat-catalina/webapps/docs class-loader-howto.xml

2003-09-08 Thread Jan Luehe
I think the current description of the classloader delegation model from a web application's perspective is still somewhat misleading. Currently, the document describes this order: /WEB-INF/classes of your web application /WEB-INF/lib/*.jar of your web application Bootstrap classes of you

Fwd: Re: [PROPOSAL] archive old unmirrored tomcat releases

2003-09-08 Thread robert burrell donkin
those who prepare release notes in the future might find this useful. the urls in the release documents should now redirect to jakarta.apache.org/site/binindex.cgi so hopefully the user should be able to find the release from there. Begin forwarded message: From: "Stefan Lasiewski" <[EMAIL PRO

Re: [5.0] Planning

2003-09-08 Thread Remy Maucherat
Craig R. McClanahan wrote: On Mon, 8 Sep 2003, Remy Maucherat wrote: Howdy, Seems like a good idea: the struts/log4j case is very common from what I've seen, and moreover I think it's a best-of-breed/best-practice configuration that we want to support seamlessly. That's the idea. Now that I got it

Re: [5.0] Planning

2003-09-08 Thread Craig R. McClanahan
On Mon, 8 Sep 2003, Remy Maucherat wrote: > Date: Mon, 08 Sep 2003 16:48:52 +0200 > From: Remy Maucherat <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: [5.0] Planning > > Shapira, Yoav wrote: > > Howdy, > >

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

2003-09-08 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: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardPipeline.java

2003-09-08 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: jfarcand2003/09/08 08:57:21 Modified:catalina/src/share/org/apache/catalina/core StandardPipeline.java Log: Allow extention fo this class (The SecurityManager will block any malicious uses at runtime) -0.5. I believe extending this v

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardPipeline.java

2003-09-08 Thread jfarcand
jfarcand2003/09/08 08:57:21 Modified:catalina/src/share/org/apache/catalina/core StandardPipeline.java Log: Allow extention fo this class (The SecurityManager will block any malicious uses at runtime) Revision ChangesPath 1.16 +5 -5 jak

DO NOT REPLY [Bug 22986] - Web apps with context XML file don't start if CATALINA_BASE is set and absolute path is used for appBase

2003-09-08 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 22995] - [PATCH] add a new item to faq

2003-09-08 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 22995] New: - [PATCH] add a new item to faq

2003-09-08 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/session PersistentManagerBase.java

2003-09-08 Thread jfarcand
jfarcand2003/09/08 08:25:18 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: Minor refactoring. Easier to overload th

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2003-09-08 Thread remm
remm2003/09/08 07:31:14 Modified:webapps/docs changelog.xml Log: - Update changelog for 5.0.11. Revision ChangesPath 1.20 +87 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml ===

cvs commit: jakarta-tomcat-catalina/webapps/docs class-loader-howto.xml

2003-09-08 Thread remm
remm2003/09/08 06:49:32 Modified:webapps/docs class-loader-howto.xml Log: - Update the classloader contents. Revision ChangesPath 1.5 +4 -1 jakarta-tomcat-catalina/webapps/docs/class-loader-howto.xml Index: class-loader-howto.xml

cvs commit: jakarta-tomcat-5 RELEASE-NOTES

2003-09-08 Thread remm
remm2003/09/08 06:49:23 Modified:.RELEASE-NOTES Log: - Update the classloader contents. Revision ChangesPath 1.8 +4 -5 jakarta-tomcat-5/RELEASE-NOTES Index: RELEASE-NOTES === R

Re: [5.0] Planning

2003-09-08 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, Seems like a good idea: the struts/log4j case is very common from what I've seen, and moreover I think it's a best-of-breed/best-practice configuration that we want to support seamlessly. That's the idea. Now that I got it to run well, I like commons-logging :) What do

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

2003-09-08 Thread remm
remm2003/09/08 06:43:40 Modified:catalina/src/share/org/apache/catalina/startup SetDocBaseRule.java Log: - Bug 22986: Appbase was canonicalized relative to catalina.base even if it was already absolute. - Also simplify a bit the code by reusing the c

ZUSTELLUNGSFEHLER: Virus im Dateianhang

2003-09-08 Thread Automatische Verständigung
GROUP securiQ.Watchdog Server: ATRVSI50/RVS/Raiffeisen Sbg. --- Ein Virus wurde im Dateianhang gefunden. Versuchen Sie, den virenfreien Dateianhang erneut an Ihr Mail anzuhängen und zu versenden. --

DO NOT REPLY [Bug 17193] - java.net.bindException during shutdown in Tomcat 4.1.18

2003-09-08 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 22986] New: - Web apps with context XML file don't start if CATALINA_BASE is set and absolute path is used for appBase

2003-09-08 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: [5.0] Planning

2003-09-08 Thread Shapira, Yoav
Howdy, Seems like a good idea: the struts/log4j case is very common from what I've seen, and moreover I think it's a best-of-breed/best-practice configuration that we want to support seamlessly. What do you need in terms of dependencies, other than commons-daemon? I'll push a commons-daemon 1.0 R

Re: DO NOT REPLY [Bug 17193] - java.net.bindException during shutdown in Tomcat 4.1.18

2003-09-08 Thread Anton Tagunov
Hello, Skeet! bao> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17193 bao> java.net.bindException during shutdown in Tomcat 4.1.18 bao> --- Additional Comments From [EMAIL PROTECTED] 2003-09-08 10:33 --- bao> Is there any actual movement on this? I could really do with a fix for it

DO NOT REPLY [Bug 17193] - java.net.bindException during shutdown in Tomcat 4.1.18

2003-09-08 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: Reloading classes

2003-09-08 Thread Ulrich Mayring
Anton Tagunov wrote: Hmm, am I missing something, but Tomcat runs on exploded wars anyway, and updating the .class files under WEB-INF/classes is supposed to cause web app automatic reload (provided that the the webapp is setup correctly). According to the docs that procedure is not recommended for

Reloading classes (was: Classloading question)

2003-09-08 Thread Anton Tagunov
Hello Ulrich! UM> Or is there another way (except via WAR files) to deploy and undeploy UM> specific classes while Tomcat is running? Hmm, am I missing something, but Tomcat runs on exploded wars anyway, and updating the .class files under WEB-INF/classes is supposed to cause web app automatic r

cvs commit: jakarta-tomcat-site/xdocs bugreport.xml building.xml

2003-09-08 Thread remm
remm2003/09/08 03:33:19 Added: docs bugreport.html xdocsbugreport.xml Removed: docs building.html xdocsbuilding.xml Log: - I removed the wrong file (no idea how I managed to do that ...). Revision ChangesPath 1.14

cvs commit: jakarta-tomcat-site/xdocs/stylesheets project.xml

2003-09-08 Thread remm
remm2003/09/08 03:29:54 Modified:docs building.html index.html irc.html news.html resources.html xdocs/stylesheets project.xml Removed: docs bugreport.html xdocsbugreport.xml Log: - Remove building page. -

Re: Tomcat 5 build problems

2003-09-08 Thread Remy Maucherat
Kazuhiro Kazama wrote: Recently I tested to build Tomcat 5 from scratch and found the following build problems (but they aren't serious and don't effect Tomcat 5 binary quality.): 1) Can't access a main build script. The access to http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xm

cvs commit: jakarta-tomcat-5 BUILDING.txt

2003-09-08 Thread remm
remm2003/09/08 03:12:00 Modified:.BUILDING.txt Log: - Update build documentation. Revision ChangesPath 1.32 +14 -39jakarta-tomcat-5/BUILDING.txt Index: BUILDING.txt === RCS file:

cvs commit: jakarta-tomcat-catalina/webapps/docs building.xml index.xml project.xml

2003-09-08 Thread remm
remm2003/09/08 03:16:02 Modified:webapps/docs index.xml project.xml Added: webapps/docs building.xml Log: - Move build docs from the website to the documentation. Revision ChangesPath 1.10 +4 -3 jakarta-tomcat-catalina/webapps/docs/index.xml Ind

cvs commit: jakarta-tomcat-5/resources build.xml

2003-09-08 Thread remm
remm2003/09/08 03:15:14 Modified:resources build.xml Log: - Update netbuild. Thanks to Kazuhiro Kazama for the tip. Revision ChangesPath 1.3 +34 -23jakarta-tomcat-5/resources/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-08 Thread remm
remm2003/09/08 03:11:39 Modified:.build.properties.default Log: - /usr/share/java seems a better default than /usr/local for d/led stuff. Revision ChangesPath 1.107 +3 -3 jakarta-tomcat-5/build.properties.default Index: build.properties.default

cvs commit: jakarta-tomcat-5 build.xml

2003-09-08 Thread remm
remm2003/09/08 03:11:10 Modified:.build.xml Log: - Bundle the build script with the docs. - Remove redundent txt documents. Revision ChangesPath 1.159 +3 -8 jakarta-tomcat-5/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5 RUNNING.txt

2003-09-08 Thread remm
remm2003/09/08 03:10:23 Modified:.RUNNING.txt Log: - Update running instructions. Revision ChangesPath 1.3 +3 -9 jakarta-tomcat-5/RUNNING.txt Index: RUNNING.txt === RCS file: /

cvs commit: jakarta-tomcat-5 build.xml

2003-09-08 Thread remm
remm2003/09/08 02:12:12 Modified:.build.xml Log: - Use the tgz for commons-dbcp. Revision ChangesPath 1.158 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/

cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-08 Thread remm
remm2003/09/08 02:31:38 Modified:.build.properties.default Log: - New PureTLS version. - I'll be including PureTLS support in 5.0.11+. Revision ChangesPath 1.106 +2 -2 jakarta-tomcat-5/build.properties.default Index: build.properties.default

cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-08 Thread remm
remm2003/09/08 02:10:54 Modified:.build.properties.default Log: - Update all d/l locations (including launcher) to archive.apache.org (they are supposed to last forever ;-) ). Revision ChangesPath 1.105 +21 -21jakarta-tomcat-5/build.properties.defa

Classloading question

2003-09-08 Thread Ulrich Mayring
Hello, I've asked in the user list before, but nobody seemed to know there. Is it possible at all to use classes from a different context? The crossContext attribute does not seem to enable this. Basically, I have two WARs and want to access classes that are in one WAR from the other WAR (has

Tomcat 5 build problems

2003-09-08 Thread Kazuhiro Kazama
Recently I tested to build Tomcat 5 from scratch and found the following build problems (but they aren't serious and don't effect Tomcat 5 binary quality.): 1) Can't access a main build script. The access to http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml is redirected to h

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

2003-09-08 Thread Remy Maucherat
Torsten Fohrer wrote: i have patched jasper to use char arrays instead of strings, and it gaves a good performance improvment. It's not perfect, but is works. Resin is also concatenating the strings, to reduce the amount of write calls. In this particular test, it is useful; IRL, probably a bit l

DO NOT REPLY [Bug 22942] - HTTP Status 500 - Error retrieving attribute liveDeploy

2003-09-08 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 22942] - HTTP Status 500 - Error retrieving attribute liveDeploy

2003-09-08 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 22942] - HTTP Status 500 - Error retrieving attribute liveDeploy

2003-09-08 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