DO NOT REPLY [Bug 17095] New: - Tomcat hangs after a while

2003-02-14 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 15894] - Access to other sessions possible (session is immediately recycled after invalidation/expiration)

2003-02-14 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 17094] - multi-threading problem

2003-02-14 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.1-dev] Testing with JRockit 8

2003-02-14 Thread Peter Lin
I just ran a half dozen benchmarks with bea JRockit jdk1.4.1 for linux. The performance was better until it locked up bad and required a hard reset. One thing I noticed is the memory usage was almost double and the CPU usage was also higher. The numbers were consistently better than both sun

DO NOT REPLY [Bug 17094] New: - multi-threading problem

2003-02-14 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-4.0/catalina/src/share/org/apache/catalina/util RequestUtil.java

2003-02-14 Thread amyroh
amyroh 2003/02/14 17:54:25 Modified:catalina/src/share/org/apache/catalina/util RequestUtil.java Log: Back port fixes from tomcat 5. Use the specified encoding to extract bytes out of the given string so that the encoding is not lost. If an encoding is not specified, let it

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/tagplugins/jstl Choose.java Otherwise.java When.java tagPlugins.xml

2003-02-14 Thread kinman
kinman 2003/02/14 17:41:46 Modified:jasper2/src/share/org/apache/jasper/compiler Node.java TagPluginManager.java jasper2/src/share/org/apache/jasper/compiler/tagplugin TagPluginContext.java jasper2/src/share/o

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspContextWrapper.java PageContextImpl.java

2003-02-14 Thread luehe
luehe 2003/02/14 16:24:23 Modified:jasper2/src/share/org/apache/jasper/runtime JspContextWrapper.java PageContextImpl.java Log: Changed findAttribute(name), removeAttribute(name), removeAttribute(name, scope), and getAttributesScope(name) to throw NPE if

Tomcat 5 nightly build available...

2003-02-14 Thread Jeanfrancois Arcand
HI, starting today, the Tomcat 5 nightly build will be available under: http://jakarta.apache.org/builds/jakarta-tomcat-5/nightly/ Thanks, -- Jeanfrancois P.S J'ai ete plus vite que toi Jean-Frederic ;-) (je devrais t'appeller Jean comme la majorite des anglophones doivent te nommer...je par

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util RequestUtil.java

2003-02-14 Thread amyroh
amyroh 2003/02/14 14:23:04 Modified:catalina/src/share/org/apache/catalina/util RequestUtil.java Log: Use the specified encoding to extract bytes out of the given string so that the encoding is not lost. If an encoding is not specified, let it use the platform default encoding.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util RequestUtil.java

2003-02-14 Thread amyroh
amyroh 2003/02/14 14:04:47 Modified:catalina/src/share/org/apache/catalina/util RequestUtil.java Log: Allow query string values to contain '=' characters. Fixes bugtraq 4697925. Revision ChangesPath 1.2 +11 -8 jakarta-tomcat-catalina/catalina/src/share/org/ap

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

2003-02-14 Thread luehe
luehe 2003/02/14 12:29:37 Modified:jasper2/src/share/org/apache/jasper/compiler Collector.java Log: Fixed bug related to determining presence of scripting vars Revision ChangesPath 1.9 +4 -5 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/

DO NOT REPLY [Bug 17088] New: - Can't bring up Tomcat - any builds SEVERE:PARSE Fatal Error

2003-02-14 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: tracking memory usage over time

2003-02-14 Thread Aditya
> On Fri, 14 Feb 2003 06:45:26 -0600, Glenn Nielsen <[EMAIL PROTECTED]> said: > An easier way to measure memory usage in production is to start the > JVM which runs Tomcat with the arg -verbose:gc, this will print > information to stdout about each garbage collection and the memory > used. thank y

Re: tracking memory usage over time

2003-02-14 Thread Aditya
> On Fri, 14 Feb 2003 05:14:33 -0800 (PST), Peter Lin <[EMAIL PROTECTED]> said: > Is there any particular reason the pages are recompiled frequently? > If you're using tomcat 4.1.12 or newer, it should use Ant to compile > the pages, which should get around the issue of memory leak due to > page co

DO NOT REPLY [Bug 13172] - Port incorrect in getServerPort and in access log

2003-02-14 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 17081] - Some javadoc comment fixes

2003-02-14 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 build.xml

2003-02-14 Thread remm
remm2003/02/14 07:29:44 Modified:catalina build.xml Log: - Comment out some conditional compilations, either for JDK < 1.3, or stuff from the download target. Revision ChangesPath 1.40 +8 -6 jakarta-tomcat-catalina/catalina/build.xml Index: build.xm

DO NOT REPLY [Bug 15249] - FileLogger timestamp set to false or null is ignored

2003-02-14 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

Compilation problems on Solaris 9 with J2SDK 1.4.0

2003-02-14 Thread Mandeep Jossan
Hello everybody, Hi I posted this message multilpe times at user thread but didn't get any response so I thought I should come to u guys for solution. Iam migrating my web application from window 2000 to Solaris 9. Iam running Tomcat 4.0 on Solaris. But when I i access jsp file

DO NOT REPLY [Bug 17081] - Some javadoc comment fixes

2003-02-14 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 17081] New: - Some javadoc comment fixes

2003-02-14 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: tracking memory usage over time

2003-02-14 Thread Peter Lin
Is there any particular reason the pages are recompiled frequently? If you're using tomcat 4.1.12 or newer, it should use Ant to compile the pages, which should get around the issue of memory leak due to page compilation. peter --- Aditya <[EMAIL PROTECTED]> wrote: > I have the following JSP t

Re: tracking memory usage over time

2003-02-14 Thread Glenn Nielsen
An easier way to measure memory usage in production is to start the JVM which runs Tomcat with the arg -verbose:gc, this will print information to stdout about each garbage collection and the memory used. I doubt if the memory leak is in Tomcat itself. The best way to find the memory leak in your

[GUMP] Build Failure - jakarta-tomcat-jk-native

2003-02-14 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml init: [echo] /home/rubys [mkdir] C

RE: tracking memory usage over time

2003-02-14 Thread Sachin Chowdhary
Hi Aditya, there is product of Borland OptimizeitT Suite 5 which makes performance management for JavaT easier .It dramatically improvs application performance and supporting the development of fast, scalable, and reliable applications. Optimizeit Suite offers another innovative fir

DO NOT REPLY [Bug 17072] New: - No validation of attributes

2003-02-14 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