DO NOT REPLY [Bug 5647] - AJP13 connector will not pass authentication requests

2002-01-27 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 5855] - manager webapp does not fire LifecycleListener events

2002-01-27 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/core StandardContext.java

2002-01-27 Thread patrickl
patrickl02/01/27 19:03:44 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Replace references to "reload" lifecycle event with Lifecycle.RELOAD_EVENT to be consistent with other events. Revision ChangesPath 1.91

[PATCH] : mod_webapp version (was : compiling latest webapp for TC 4.0.2b2)

2002-01-27 Thread Punky Tse
Hi, I now resend the patch to report mod_webapp version. The new file "wa_version.h" should be placed under "include/" directory. However, it is for httpd-2.0 only. I will make another patch for 1.3 once my patch is accepted. JF, could you please take a look on this patch? You can see what's

Re: Tomcat 4: segmentation fault/violation problems

2002-01-27 Thread Bill Barker
The JDK for Solaris requires lots of O/S patches (Sun takes the Linux view, "if my application isn't working, patch the kernel" ;-). At a guess, I'd say that most of the Solaris problems are resulting from people too lazy to install the O/S patches when they try to install the JDK (despite the ve

Re: Tomcat 4: segmentation fault/violation problems

2002-01-27 Thread Bojan Smojver
Cool. Didn't know, since I'm not a TC4 user (yet). Some people also had problems on Solaris with some 1.2.x JDK's. Bojan Remy Maucherat wrote: >>Do TC4 people mind if I put the segmentation fault/violation FAQ into >>RUNNING.txt file of Tomcat 4 (under Troubleshooting)? It seems a lot of >>peo

Re: Tomcat 4: segmentation fault/violation problems

2002-01-27 Thread Remy Maucherat
> Do TC4 people mind if I put the segmentation fault/violation FAQ into > RUNNING.txt file of Tomcat 4 (under Troubleshooting)? It seems a lot of > people run into that one... If it's about the problems with Linux, it's already in the release notes. Plus, there's a notice in bold on the binaries

Re: Tomcat 4: segmentation fault/violation problems

2002-01-27 Thread Bojan Smojver
Geez, can't even spell my name any more ;-) Bojan Bojan Smojver wrote: > Do TC4 people mind if I put the segmentation fault/violation FAQ into > RUNNING.txt file of Tomcat 4 (under Troubleshooting)? It seems a lot of > people run into that one... > > Boan > > > -- > To unsubscribe, e-mail

Tomcat 4: segmentation fault/violation problems

2002-01-27 Thread Bojan Smojver
Do TC4 people mind if I put the segmentation fault/violation FAQ into RUNNING.txt file of Tomcat 4 (under Troubleshooting)? It seems a lot of people run into that one... Boan -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 5876] - HttpResponseBase broken.

2002-01-27 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/connector HttpResponseBase.java

2002-01-27 Thread remm
remm02/01/27 15:50:07 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch HttpResponseBase.java Log: - Port fix for 5876. Revision ChangesPath No revision No revision

Re: Ant2

2002-01-27 Thread Bojan Smojver
[EMAIL PROTECTED] wrote: > Maybe I'm crazy, but so far I did a lot of the build.xml changes every > time a new ant was released, with all the pain of trying (without > success ) to make it work with the old version and the new one. Maybe we should somehow motivate Ant people to write a convers

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-01-27 Thread remm
remm02/01/27 15:47:36 Modified:catalina/src/share/org/apache/catalina/connector HttpResponseBase.java Log: - Fix 5876: Avoid possible thread safety problems when using date headers. Revision ChangesPath 1.44 +16 -8 jakarta-tomcat-4.0

Re: Cocoon 2 Dumps Tomcat 4.1 on Apache1.3.22 SSL

2002-01-27 Thread Bojan Smojver
This is not a Tomcat problem. Such errors are bugs in the JVM or some part of the OS (or combo). Check if there are any specific settings for your JVM or pick a different one. Bojan PS. Tomcat 3.3 FAQ now includes this Q&A. Unix Developer wrote: > Please find the space dump in the attached f

cvs commit: jakarta-tomcat/src/doc faq

2002-01-27 Thread bojan
bojan 02/01/27 15:42:45 Modified:src/doc faq Log: Include segmentation errors in FAQ. It's been asked too often. Revision ChangesPath 1.4 +9 -1 jakarta-tomcat/src/doc/faq Index: faq ===

Re: Load balancing in Tomcat 4.0.x?

2002-01-27 Thread jonathan
On Sun, Jan 27, 2002 at 03:02:23PM -0800, Bill Barker wrote: > If you had checked the "Users List" instead of the "Developers List", you'd > know that load balancing is working with 4.0.2-B2. Oops, my bad... :) Thanks for the help. Jonathan. > - Original Message - > From: <[EMAIL PRO

Re: Load balancing in Tomcat 4.0.x?

2002-01-27 Thread Bill Barker
If you had checked the "Users List" instead of the "Developers List", you'd know that load balancing is working with 4.0.2-B2. - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Sunday, January 27, 2002 1:18 PM Subject: Load balancing in T

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.2.txt

2002-01-27 Thread remm
remm02/01/27 14:12:08 Added: .Tag: tomcat_40_branch RELEASE-NOTES-4.0.2.txt Log: - Start release notes document for Tomcat 4.0.2 Final. Revision ChangesPath No revision No revision 1.1.2.1 +341 -0jak

Load balancing in Tomcat 4.0.x?

2002-01-27 Thread jonathan
Can load balancing of http request be done using Tomcat 4.0.x and apache, or do you still have to use TC3.3a? Thank you. Jonathan. -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 6010] - Catalina ContainerServlet classloader issues

2002-01-27 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 5908] - java.lang.IllegalStateException: zip file closed

2002-01-27 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/core StandardHost.java

2002-01-27 Thread remm
remm02/01/27 13:13:15 Modified:catalina/src/share/org/apache/catalina/core Tag: tomcat_40_branch StandardHost.java Log: - Port fix for bug 5908. Revision ChangesPath No revision No revision 1

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

2002-01-27 Thread remm
remm02/01/27 13:11:20 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Fix bug 5908: java.lang.IllegalStateException: zip file closed. - Patch submitted by an anonymous user (notzippy at hotmail.com). Revision

DO NOT REPLY [Bug 6058] New: - Generated java files not in a correct package

2002-01-27 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 5396] - Tomcat start shutcut fails when HTTPS is set

2002-01-27 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 6055] - Tomact 4 as NT service

2002-01-27 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 6056] New: - RPM Installation needs to be sorted out

2002-01-27 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 6055] New: - Tomact 4 as NT service

2002-01-27 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: [VOTE] New Committer: Manveen Kaur

2002-01-27 Thread Ignacio J. Ortega
> De: Patrick Luby [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 24 de enero de 2002 18:41 > I would like to propose Manveen Kaur as a committer. She has > provided a > significant number of patches for the adminstration webapp > and I think her > contributions will be a big benefit to Tomcat

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config jk.xml

2002-01-27 Thread remm
remm02/01/27 03:52:11 Modified:webapps/tomcat-docs/config jk.xml Log: - Port documentation for ApacheConfig and IISConfig by Bill Barker. Revision ChangesPath 1.2 +232 -2jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml Index: jk.xml =

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config ajp.xml

2002-01-27 Thread Remy Maucherat
> billbarker02/01/26 20:15:05 > > Modified:webapps/tomcat-docs/config Tag: tomcat_40_branch ajp.xml > Log: > Adding documentation for ApacheConfig and IISConfig. Thanks Bill. I'll port this to the HEAD branch, and add it to the 'JK' page. Remy -- To unsubscribe, e-mail: