AntiResourceLocking Side Effect

2008-07-23 Thread Jonathan Holloway
Hi all, Just a quick introduction, I'm Jonathan Holloway, I recently became a contributer with Apache. I've been using Java and Apache software since 1998 or so... : ) I really wanted to get an understanding on an issue that's in the Apache documentation regarding antiResourceLocking which is set

How to Kill or Stop a request processing on the server side?

2008-07-23 Thread rhiren
Hi, How to stop or kill a request processing on the server side, once the client decides to abort the request. For Ex. in our web app, user can send a request to load a document. While document is being loaded we show users a processing dialog which has a cancel button. Sometimes document l

WARP development

2008-07-23 Thread Deepak Mishra
hello. pardon me as a newbie if these comments seem to be awkward... i searched the archives, but failed to find any such thing with reference to tomcat6. what i have read till now, i feel WARP to be more faster and efficient than AJP (maybe the book authors were biased !!). since a "yes-no" an

DO NOT REPLY [Bug 45469] Update copyright on "legal" page

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45469 --- Comment #1 from David Barnes <[EMAIL PROTECTED]> 2008-07-23 11:31:19 PST --- Created an attachment (id=22307) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22307) patchvile, legal.xml -- Configure bugmail: https://i

DO NOT REPLY [Bug 45469] New: Update copyright on "legal" page

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45469 Summary: Update copyright on "legal" page Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 45468] New: Upate copyright to 2008, site-wide

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45468 Summary: Upate copyright to 2008, site-wide Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

Re: [VOTE] Release build 6.0.18

2008-07-23 Thread Filip Hanik - Dev Lists
The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.18/ According to the release process, the 6.0.18 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable Filip - To unsubscribe, e-mail:

DO NOT REPLY [Bug 45467] New: typo corrections, whichversion web page

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45467 Summary: typo corrections, whichversion web page Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

Re: [VOTE] bayeux inclusion

2008-07-23 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: On Tue, Jul 22, 2008 at 10:17 AM, Filip Hanik - Dev Lists < [EMAIL PROTECTED]> wrote: As promised, here is the vote for inclusion of the bayeux toolkit https://issues.apache.org/bugzilla/show_bug.cgi?id=45413 I think this toolkit should [X] +1 include it as an inde

Re: hotdeploy of war files results in static variable being null

2008-07-23 Thread Fu-Tung Cheng
Hi Felix, Thank you for the link. Quite informative!!! Fu-Tung --- On Wed, 7/23/08, Felix Gnass <[EMAIL PROTECTED]> wrote: > From: Felix Gnass <[EMAIL PROTECTED]> > Subject: Re: hotdeploy of war files results in static variable being null > To: "Tomcat Developers List" > Date: Wednesday, July

Re: hotdeploy of war files results in static variable being null

2008-07-23 Thread Felix Gnass
Talking about loggers and NullPointerExceptions ... I get the following stacktrace every time an application is re-deployed: log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository. Jul 23, 2008 4:31:47 PM org.apache.catalina.core.St

Re: hotdeploy of war files results in static variable being null

2008-07-23 Thread Felix Gnass
Hi, as far as I know Tomcat's WebappClassloader sets final static references to null upon re-deployments to prevent memory leaks. The following page describes what's happening: http://wiki.apache.org/jakarta-commons/Logging/StaticLog One possible solution would be not to use static loggers.

hotdeploy of war files results in static variable being null

2008-07-23 Thread Fu-Tung Cheng
Hi, I sometime hotdeploy my war file to tomcat 6.0.16. I have noticed that a static variable in one of my classes then ends up being null. The variable is initialized as follows: private static Logger logger = Logger.getLogger(MyClass.class); and then used below in a method: public void myme

DO NOT REPLY [Bug 45452] Tomcat - Restriction of 80 file opens?

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45452 Jonathan Leech <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECT

DO NOT REPLY [Bug 44864] optionalNoCA not honored

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44864 Tom Scavo <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

[VOTE] Release build 6.0.18

2008-07-23 Thread Remy Maucherat
The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.18/ According to the release process, the 6.0.18 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Rémy - To unsubscribe, e-mail: [EMAIL PR

DO NOT REPLY [Bug 44864] optionalNoCA not honored

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44864 --- Comment #3 from André Cruz <[EMAIL PROTECTED]> 2008-07-23 04:31:21 PST --- Yes, it seems to work. Thanks! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becau

DO NOT REPLY [Bug 45452] Tomcat - Restriction of 80 file opens?

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45452 --- Comment #2 from Chrigoli <[EMAIL PROTECTED]> 2008-07-23 03:34:33 PST --- All FileInputStreams are correctly closed. When I check the files the process has opened (ls /proc/#no/fd), the RSS file is only once (or nonce) opened. So the

DO NOT REPLY [Bug 44864] optionalNoCA not honored

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44864 Mladen Turk <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r679036 - in /tomcat/connectors/trunk/jni: native/src/sslnetwork.c xdocs/miscellaneous/changelog.xml

2008-07-23 Thread mturk
Author: mturk Date: Wed Jul 23 02:03:38 2008 New Revision: 679036 URL: http://svn.apache.org/viewvc?rev=679036&view=rev Log: Fix #44864 by using additional check like with mod_ssl Modified: tomcat/connectors/trunk/jni/native/src/sslnetwork.c tomcat/connectors/trunk/jni/xdocs/miscellaneous

DO NOT REPLY [Bug 45156] Symbol not found: _open$UNIX2003

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45156 Mladen Turk <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45412] Mod-Jk 1.2.26 AND Aapche 2. 2 not releasing connections quickly to backend Jboss 4.2 release

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45412 Mladen Turk <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 44864] optionalNoCA not honored

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44864 Mladen Turk <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Native:JK |Connectors --

DO NOT REPLY [Bug 45453] JDBCRealm. getRoles bad synchronization causes hangs w/ DIGEST authentication

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45453 Santtu Hyrkk <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Catalina|Catalina

DO NOT REPLY [Bug 45453] JDBCRealm. getRoles bad synchronization causes hangs w/ DIGEST authentication

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45453 --- Comment #1 from Santtu Hyrkk <[EMAIL PROTECTED]> 2008-07-23 00:54:05 PST --- Created an attachment (id=22301) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22301) proposed patch for tomcat-6.0.16 synchronize JDBCRealm

DO NOT REPLY [Bug 45453] JDBCRealm. getRoles bad synchronization causes hangs w/ DIGEST authentication

2008-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45453 --- Comment #2 from Santtu Hyrkk <[EMAIL PROTECTED]> 2008-07-23 00:54:33 PST --- Created an attachment (id=22302) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22302) proposed patch for tomcat-5.5.26 synchronize JDBCRealm