DO NOT REPLY [Bug 45285] New: RESOURCES DECLARED IN PARENT CLASSES ARE NOT INJECTED

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45285 Summary: RESOURCES DECLARED IN PARENT CLASSES ARE NOT INJECTED Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

Re: How to deploy the tomcat4.1.x into eclipse?

2008-06-25 Thread Quintin Beukes
Hey Chang, I figure the best way to do this would be to NOT have eclipse build the project, but use "External build tools". If you right-click the project, and click properties. Goto the Builders page, and disable the Java builder. Then click New button, and add an Ant builder. From those pages y

[Tomcat Wiki] Update of "Logging Tutorial" by ole

2008-06-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by ole: http://wiki.apache.org/tomcat/Logging_Tutorial -- tort or other

How to deploy the tomcat4.1.x into eclipse?

2008-06-25 Thread changxiangzhong
Hello, everybody! I wonder how to do that? Because when tc at version 4.1.x there are four sub-projects, I have tried with the eclipse import the jars, and successfully killed all the compiling errors, but when I started it there was some exceptions which has no meanings, I guess it is the resourc

how to deploy the tc4.1.x src to eclipse?

2008-06-25 Thread Chang Ben
Can you offer a url to download a elipse project or give me some tutorial. Thanks. 常 - 雅虎邮箱,您的终生邮箱!

DO NOT REPLY [Bug 45283] New: Allow multiple authenticators to be added to pipeline

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45283 Summary: Allow multiple authenticators to be added to pipeline Product: Tomcat 6 Version: 6.0.16 Platform: All OS/Version: All Status: NEW Severity: normal Pr

more cookie fun

2008-06-25 Thread Filip Hanik - Dev Lists
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 turns out that IE doesn't like Path="/" but it does like Path=/ so, IE, doesn't really do RFC-2109, I would suggest quoting Path based on tspecials2 minus the "/" thoughts? Filip

svn commit: r671668 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

2008-06-25 Thread rjung
Author: rjung Date: Wed Jun 25 14:40:48 2008 New Revision: 671668 URL: http://svn.apache.org/viewvc?rev=671668&view=rev Log: Port r671487 from tcnative. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh URL: http://svn.apache.org

DO NOT REPLY [Bug 45282] NioReceiver doesn't close cleanly, leaving sockets in CLOSE_WAIT indefinitely.

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45282 --- Comment #1 from Robert Newson <[EMAIL PROTECTED]> 2008-06-25 14:36:16 PST --- Ah, forgive me, linger is enabled with a 3 second timeout. In my tests I see them hanging around but if I wait they do close. The pattern for draining

DO NOT REPLY [Bug 45282] New: NioReceiver doesn't close cleanly, leaving sockets in CLOSE_WAIT indefinitely.

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45282 Summary: NioReceiver doesn't close cleanly, leaving sockets in CLOSE_WAIT indefinitely. Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Linux Statu

[Tomcat Wiki] Update of "Logging Tutorial" by ole

2008-06-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by ole: http://wiki.apache.org/tomcat/Logging_Tutorial New page: This document is provided "as is", without warranty of any kind, express or implied

DO NOT REPLY [Bug 45272] Version 1 cookie not persisted in IE

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 --- Comment #6 from Filip Hanik <[EMAIL PROTECTED]> 2008-06-25 14:15:14 PST --- One potential fix is to treat the path value for quoting as v0 Index: java/org/apache/tomcat/util/http/ServerCookie.java =

DO NOT REPLY [Bug 45272] Version 1 cookie not persisted in IE

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 --- Comment #5 from Filip Hanik <[EMAIL PROTECTED]> 2008-06-25 13:54:01 PST --- temporary work around is to leave out the setPath("/"); it seems to be IE mishandling a quoted path value, which is supported by the spec, I will let you

DO NOT REPLY [Bug 45261] Concurrent node failure leads to inconsistent views.

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45261 --- Comment #1 from Robert Newson <[EMAIL PROTECTED]> 2008-06-25 13:50:40 PST --- So, I understand this better now and have a proposed fix. Here's the procedure to reproduce the problem. 1) start four nodes. 2) see a view installati

svn commit: r671653 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-06-25 Thread fhanik
Author: fhanik Date: Wed Jun 25 13:49:34 2008 New Revision: 671653 URL: http://svn.apache.org/viewvc?rev=671653&view=rev Log: votes and proposals Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS

DO NOT REPLY [Bug 45279] McastServiceImpl leaks sockets.

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45279 --- Comment #2 from Filip Hanik <[EMAIL PROTECTED]> 2008-06-25 13:48:05 PST --- Fix suggested for back port into 6.0 branch -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving th

svn commit: r671652 - /tomcat/trunk/webapps/docs/changelog.xml

2008-06-25 Thread fhanik
Author: fhanik Date: Wed Jun 25 13:46:02 2008 New Revision: 671652 URL: http://svn.apache.org/viewvc?rev=671652&view=rev Log: update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/w

svn commit: r671650 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java

2008-06-25 Thread fhanik
Author: fhanik Date: Wed Jun 25 13:44:48 2008 New Revision: 671650 URL: http://svn.apache.org/viewvc?rev=671650&view=rev Log: fix for bug 45279, close multicast socket on close Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java Modified: tomcat/trunk/ja

DO NOT REPLY [Bug 45272] Version 1 cookie not persisted in IE

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 --- Comment #4 from Filip Hanik <[EMAIL PROTECTED]> 2008-06-25 13:39:15 PST --- I see what is happening, IE is probably rejecting the quoted path value Set-Cookie: TestCookiev01214425641703=MIGCBgkrBgEEAYI3WAOgdTBzBgorBgEEAYI3WAMBoGUwY

[Tomcat Wiki] Update of "FrontPage" by ole

2008-06-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by ole: http://wiki.apache.org/tomcat/FrontPage -- * '''["PoweredBy"]'

[Tomcat Wiki] Update of "FAQ/Logging" by ole

2008-06-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by ole: http://wiki.apache.org/tomcat/FAQ/Logging -- property to set th

[Tomcat Wiki] Update of "FAQ/Logging" by ole

2008-06-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by ole: http://wiki.apache.org/tomcat/FAQ/Logging -- For another exampl

[Tomcat Wiki] Update of "FAQ/Logging" by ole

2008-06-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by ole: http://wiki.apache.org/tomcat/FAQ/Logging -- == Questions ==

Tomcat 6.0.x: Programmatic use of EL conflicts with catalina.properties when Java 2 Security enabled

2008-06-25 Thread Michael Anstis
Hi, This reflects a posting to the users mail list, but I've cross posted as it might be better answered by the development mail list - sorry if I am wrong! An application I am writing uses code like this:- FacesContext fc = FacesContext.getCurrentInstance(); ExpressionFactory ef = fc.getApplica

DO NOT REPLY [Bug 45279] McastServiceImpl leaks sockets.

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45279 --- Comment #1 from Robert Newson <[EMAIL PROTECTED]> 2008-06-25 13:13:34 PST --- btw, since it unreferences the socket without closing it, the next start() makes a new socket anyway. I've hacked around this by using reflection to gr

DO NOT REPLY [Bug 45279] New: McastServiceImpl leaks sockets.

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45279 Summary: McastServiceImpl leaks sockets. Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 C

Re: DBCP Deadlock

2008-06-25 Thread Filip Hanik - Dev Lists
Tomcat uses 1.2.2 in that version, so I would suggest not using the background validation at this point Filip Metta wrote: I'm running TC 6.0.16 on 64Bit RH Linux 5.1 We're seeing a deadlock in the tomcat-dbcp - looks like it's to do with the abandoned connection checking. I thought 6.0.16 us

DO NOT REPLY [Bug 45277] New: Minor Spelling: ${sytstemPropertyName} >> ${systemPropertyName}

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45277 Summary: Minor Spelling: ${sytstemPropertyName} >> ${systemPropertyName} Product: Tomcat 6 Version: 6.0.16 Platform: PC URL: http://tomcat.apache.org/tomcat-6.0-do

Re: Tomcat and Apache on the same port

2008-06-25 Thread Mark Thomas
Andre de Beer wrote: Hi, Need some urgent help... Is it possible to run both Tomcat and Apache [wampserver] on the same port? This is a question for the users list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

DO NOT REPLY [Bug 45272] Version 1 cookie not persisted in IE

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 --- Comment #3 from Dave <[EMAIL PROTECTED]> 2008-06-25 09:37:50 PST --- IE output from tomcat 5.5.25 JSESSIONID : C286C4880C485442FB839DA4A8611A9A TestCookiev01214411760128 : MIGCBgkrBgEEAYI3WAOgdTBzBgorBgEEAYI3WAMBoGUwYwIDAgABAgJmAwIC

DO NOT REPLY [Bug 45272] Version 1 cookie not persisted in IE

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 Dave <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED Resolu

Tomcat and Apache on the same port

2008-06-25 Thread Andre de Beer
Hi, Need some urgent help... Is it possible to run both Tomcat and Apache [wampserver] on the same port?

DO NOT REPLY [Bug 45272] Version 1 cookie not persisted in IE

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #19 from Joe Kislo <[EMAIL PROTECTED]> 2008-06-25 08:32:58 PST --- Created an attachment (id=22176) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22176) Test Harness #4 -- Configure bugmail: https://issues.ap

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #18 from Joe Kislo <[EMAIL PROTECTED]> 2008-06-25 08:32:23 PST --- Well that's frustrating :) I've done some work on it today to try to narrow down when it happens. I've written a java program that will make the required c

Re: [VOTE] Release tc-native 1.1.14

2008-06-25 Thread Henri Gomez
Rebuild on Suse SLES 9 PPC and it works for me. I'll do more checking on others SLES x86 2008/6/25 jean-frederic clere <[EMAIL PROTECTED]>: > The candidates binaries are available here: > http://people.apache.org/~jfclere/tcnative/v1.1.14/ > > According to the release process, the 1.1.14 tag is:

[VOTE] Release tc-native 1.1.14

2008-06-25 Thread jean-frederic clere
The candidates binaries are available here: http://people.apache.org/~jfclere/tcnative/v1.1.14/ According to the release process, the 1.1.14 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Cheers Jean-Frederic - To unsubscri

[Tomcat Wiki] Update of "PoweredBy" by ChristophePierret

2008-06-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by ChristophePierret: http://wiki.apache.org/tomcat/PoweredBy -- [http:

svn commit: r671489 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_14/

2008-06-25 Thread jfclere
Author: jfclere Date: Wed Jun 25 02:52:35 2008 New Revision: 671489 URL: http://svn.apache.org/viewvc?rev=671489&view=rev Log: Tag tc-native. Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_14/ - copied from r671488, tomcat/connectors/trunk/ -

svn commit: r671487 - /tomcat/connectors/trunk/jni/jnirelease.sh

2008-06-25 Thread jfclere
Author: jfclere Date: Wed Jun 25 02:48:37 2008 New Revision: 671487 URL: http://svn.apache.org/viewvc?rev=671487&view=rev Log: Failed if first svn failed Modified: tomcat/connectors/trunk/jni/jnirelease.sh Modified: tomcat/connectors/trunk/jni/jnirelease.sh URL: http://svn.apache.org/viewvc

svn commit: r671481 - in /tomcat/connectors/trunk/jni: jnirelease.sh native/include/tcn_version.h native/os/win32/libtcnative.rc

2008-06-25 Thread jfclere
Author: jfclere Date: Wed Jun 25 02:18:36 2008 New Revision: 671481 URL: http://svn.apache.org/viewvc?rev=671481&view=rev Log: Prepare files for release. Modified: tomcat/connectors/trunk/jni/jnirelease.sh tomcat/connectors/trunk/jni/native/include/tcn_version.h tomcat/connectors/trun

svn commit: r671459 - /tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Library.java

2008-06-25 Thread jfclere
Author: jfclere Date: Wed Jun 25 01:14:44 2008 New Revision: 671459 URL: http://svn.apache.org/viewvc?rev=671459&view=rev Log: Simplify the code. Thanks Tim. Modified: tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Library.java Modified: tomcat/connectors/trunk/jni/java/org/apache/to

Re: [OT] Re: svn commit: r671153 - /tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Library.java

2008-06-25 Thread jean-frederic clere
Tim Funk wrote: Dumb question. (More of a curiosity since I see this a lot) Is there a reason to use: java.io.File fd = new java.io.File(paths[j] + System.getProperty("file.separator") + name); Instead of java.io.File fd = new java.io.File(paths[j], name); You are right