DO NOT REPLY [Bug 6518] New: - class name generated from jsp filename mangles some valid identifier characters

2002-02-17 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: DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load

2002-02-17 Thread Bill Barker
Yeah, well, I can confirm that o.a.c.connector.http.HttpConnector is just a broken as o.a.ajp.tc4.Ajp13Connector. However, the o.a.c.connector.http.HttpProcessor isn't quite as brain-dead as it's ajp13 counterpart (but it still doesn't recycle). The problem is that nothing handles dying threads.

[4.1] Service

2002-02-17 Thread Remy Maucherat
Hi, There's a hidden component in Tomcat 4 named "service" (package is org.apache.service), which has almost nothing to do with Tomcat (except it was written by Pier and started its life here). The most current version of it (which is *not* the one used by Tomcat, BTW) resides in the jakarta-tomc

DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load

2002-02-17 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 RELEASE-NOTES-4.0.3-B1.txt

2002-02-17 Thread remm
remm02/02/17 21:23:50 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.3-B1.txt Log: - Update status. Revision ChangesPath No revision No revision 1.1.2.6 +7 -2 jakarta-tomcat-4.0/Attic/RELEASE-NOTES

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

2002-02-17 Thread remm
remm02/02/17 21:22:16 Modified:catalina/src/share/org/apache/catalina/startup Tag: tomcat_40_branch ClassLoaderFactory.java Log: - Port the class loader chenges to the 4.0 branch. Revision ChangesPath No revision No

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2002-02-17 Thread remm
remm02/02/17 21:22:07 Modified:catalina/src/share/org/apache/catalina/loader Tag: tomcat_40_branch WebappClassLoader.java Log: - Port the class loader chenges to the 4.0 branch. Revision ChangesPath No revision No

DO NOT REPLY [Bug 6517] - Tomcat stops automatically after a few seconds

2002-02-17 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 6517] New: - Tomcat stops automatically after a few seconds

2002-02-17 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 RELEASE-NOTES-3.3.1.txt

2002-02-17 Thread billbarker
billbarker02/02/17 20:17:56 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document fix for 6515 Revision ChangesPath 1.36 +2 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt ===

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-02-17 Thread billbarker
billbarker02/02/17 20:05:28 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Second half of the fix for 6515. It seems that StaticInterceptor replicates code from the Facade. Revision ChangesPath 1.19 +

DO NOT REPLY [Bug 6515] - tomcat sets response headers in sub request

2002-02-17 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/src/facade22/org/apache/tomcat/facade HttpServletResponseFacade.java

2002-02-17 Thread billbarker
billbarker02/02/17 19:43:38 Modified:src/facade22/org/apache/tomcat/facade HttpServletResponseFacade.java Log: Don't set DateHeaders if we are included. The spec forbids setting headers on includes, but the DateHeaders slipped through. This closes the

RE: DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load

2002-02-17 Thread Kevin Seguin
> > --- Additional Comments From [EMAIL PROTECTED] 2002-02-18 > 00:30 --- > Based on the apache logs it looks like when the > Ajp13Processor's become > unavailable for reuse they have successfully handled a request. I can > tell this due to entries existing in the apache access_log >

DO NOT REPLY [Bug 6515] New: - tomcat sets response headers in sub request

2002-02-17 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: DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load

2002-02-17 Thread Bill Barker
Looking at o.a.ajp.tc4.Ajp13Connector, I can see that curProcessors is never decremented, which is probably what is causing this. Unlike in the 3.3 branch, Ajp13Processor is fanatical about not dying. I haven't looked at the C code side, but if it is anything like the 3.3 branch, it will close t

DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load

2002-02-17 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 5735] - HTTP connector running out of processors under heavy load

2002-02-17 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: Tomcat: Distributed Session Management revisited

2002-02-17 Thread Filip Hanik
hi, let me introduce myself. My name is Filip Hanik and I just rejoined this mailing list since my time has freed up a little bit lately. I was looking through the source code and the archives and was wondering what the status Tomcat has on session replication. When looking through the source cod

cvs commit: jakarta-tomcat-service/native/winnt/moni vdmonisvc.c

2002-02-17 Thread jfclere
jfclere 02/02/17 14:14:43 Modified:native/winnt/moni vdmonisvc.c Log: Arrange the shutdown for win9x. Revision ChangesPath 1.5 +178 -65 jakarta-tomcat-service/native/winnt/moni/vdmonisvc.c Index: vdmonisvc.c

DO NOT REPLY [Bug 6509] New: - Mod_webapp tries to deploy all apps down all connections

2002-02-17 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 5735] - HTTP connector running out of processors under heavy load

2002-02-17 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/loader WebappClassLoader.java

2002-02-17 Thread remm
remm02/02/17 00:41:25 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Add some (long overdue) Javadoc comments in the WebappClassLoader. Revision ChangesPath 1.36 +27 -4 jakarta-tomcat-4.0/catalin

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

2002-02-17 Thread remm
remm02/02/17 00:26:02 Modified:catalina/src/share/org/apache/catalina/startup ClassLoaderFactory.java Log: - Forgot to remove obsolete javadocs. Revision ChangesPath 1.8 +12 -16 jakarta-tomcat-4.0/catalina/src/share/org/apache/catali

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

2002-02-17 Thread remm
remm02/02/17 00:23:19 Modified:catalina/src/share/org/apache/catalina/startup ClassLoaderFactory.java Log: - Remove the triggers from the Classloader factory, as it is now dead code. Revision ChangesPath 1.7 +4 -122 jakarta-tomcat-4.