Re: [5.0] Xerces 2 impact on startup

2003-04-12 Thread Jess M. Holle
Given that Xerces is a heavier (byte-code-quantity-wise) implementation, I would guess that initial classload of this would take substantially longer than Crimson for starters. The more interesting/worrisome bit is if additional operations thereafter are much slower... Remy Maucherat wrote:

DO NOT REPLY [Bug 18753] - upload of files fails using isapi_redirector2

2003-04-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2003-04-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15278. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0] Xerces 2 impact on startup

2003-04-12 Thread Remy Maucherat
Jess M. Holle wrote: Given that Xerces is a heavier (byte-code-quantity-wise) implementation, I would guess that initial classload of this would take substantially longer than Crimson for starters. The more interesting/worrisome bit is if additional operations thereafter are much slower...

DO NOT REPLY [Bug 18568] - ISAPI redirector fails to save data

2003-04-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18568. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2003-04-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15278. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0] Xerces 2 impact on startup

2003-04-12 Thread Costin Manolache
Remy Maucherat wrote: Just an observation ... When I remove Xerces 2.3 and rely on the Crimson parser integrated in my new JDK (Sun 1.4.2 beta), startup time goes down 20%. Impressive difference (I would have thought the later 2.x releases would improve performance :-( ). Well, you know my

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

2003-04-12 Thread fhanik
fhanik 2003/04/12 18:28:04 Modified:catalina/src/conf server.xml Log: added in the correct cluster configuration Revision ChangesPath 1.15 +88 -2 jakarta-tomcat-catalina/catalina/src/conf/server.xml Index: server.xml

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

2003-04-12 Thread fhanik
fhanik 2003/04/12 18:29:20 Modified:catalina/src/conf server.xml Log: oops, forgot the remove the old cluster declaration Revision ChangesPath 1.16 +0 -6 jakarta-tomcat-catalina/catalina/src/conf/server.xml Index: server.xml

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

2003-04-12 Thread fhanik
fhanik 2003/04/12 19:34:02 Modified:modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java Log: added in the property when starting the service, before it was complaining about the property not set Revision ChangesPath

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

2003-04-12 Thread fhanik
fhanik 2003/04/12 19:38:02 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: must look at the distributable element in web.xml before setting a replication manager Revision ChangesPath 1.37 +8 -6