Re: svn commit: r545127 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-06-08 Thread Peter Rossbach
Hi Filip and Remy, Sorry for the very late checkin, but I am little bit busy last two weeks. I have some trobule with today ApplicationDispatcher implementation :-( Thanks, Filip that you revert my patch, we can discuss the change after tomcat release 5.5.24 is build. I see this particula

Re: Bayeux implementation

2007-06-08 Thread Peter Rossbach
Hi Filip, Great, I think it is a good time to start talking about Bayeux /dojo as a standard comet protocol. The current different Async/comet server API's make it very strong to start for most programmers. I review the Jetty Bayeux implementation and find it very useful. OK, really the cu

Re: Developing Tomcat in NB

2007-06-08 Thread Johnny Kewl
Hi Daria, Could you point me at the documentation for NB6 that shows one how to integrate the ant script with the project menu's... as you have done, thanks - Original Message - From: "Daria" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 06, 2007 4:24 PM Subject: Developing Tomcat i

Re: Proposed simplification of CometEvent

2007-06-08 Thread Filip Hanik - Dev Lists
If you don't care about this stuff, but still read the first line, do our community a favor and get involved :) The API's are pretty much identical, Remy: https://svn.apache.org/viewvc/tomcat/sandbox/comet/java/org/apache/catalina/CometEvent.java?view=markup Filip: https://svn.apache.org/view

svn commit: r545469 - in /tomcat/trunk/java/org/apache: coyote/http11/InternalNioOutputBuffer.java tomcat/util/net/NioBlockingSelector.java tomcat/util/net/NioSelectorPool.java

2007-06-08 Thread fhanik
Author: fhanik Date: Fri Jun 8 03:18:21 2007 New Revision: 545469 URL: http://svn.apache.org/viewvc?view=rev&rev=545469 Log: straightened out buffer handling Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java tomcat/trunk/java/org/apache/tomcat/util/net/Nio

svn commit: r545470 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioBlockingSelector.java NioEndpoint.java

2007-06-08 Thread fhanik
Author: fhanik Date: Fri Jun 8 03:22:50 2007 New Revision: 545470 URL: http://svn.apache.org/viewvc?view=rev&rev=545470 Log: added debug statement instead of swallowing Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java tomcat/trunk/java/org/apache/tomcat/ut

Re: Bayeux implementation

2007-06-08 Thread Filip Hanik - Dev Lists
Peter Rossbach wrote: Hi Filip, Great, I think it is a good time to start talking about Bayeux /dojo as a standard comet protocol. The current different Async/comet server API's make it very strong to start for most programmers. I review the Jetty Bayeux implementation and find it very usefu

svn commit: r545474 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java

2007-06-08 Thread fhanik
Author: fhanik Date: Fri Jun 8 03:52:49 2007 New Revision: 545474 URL: http://svn.apache.org/viewvc?view=rev&rev=545474 Log: Cancel the blocking key only, no need to cancel anything else here Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java Modified: tomcat/tr

svn commit: r545479 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java

2007-06-08 Thread fhanik
Author: fhanik Date: Fri Jun 8 04:27:42 2007 New Revision: 545479 URL: http://svn.apache.org/viewvc?view=rev&rev=545479 Log: minor optimization to the blocking selector Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java Modified: tomcat/trunk/java/org/apache/tom

Re: svn commit: r544401 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java webapps/docs/changelog.xml webapps/docs/monitoring.xml

2007-06-08 Thread Filip Hanik - Dev Lists
I'm gonna pull out your changes Peter, I was supposed to tag, but this stuff doesn't build. We're building Tomcat 5.5 using JDK 1.4.2 (that was the requirement passed down to me) and this class uses JDK 1.5 imports RMI SSL factory stuff. Filip [EMAIL PROTECTED] wrote: Author: pero Date: Mon

Re: Bayeux implementation

2007-06-08 Thread Remy Maucherat
Peter Rossbach wrote: OK, really the current "spec doc" is strange, but it's good enough to start discussions. Please, let us start talks with other Bayeux folks. I don't like the syntax much more than the "spec doc" (lol, not ready yet for the IETF, I guess), but it's an implementation deta

Re: Proposed simplification of CometEvent

2007-06-08 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: If you don't care about this stuff, but still read the first line, do our community a favor and get involved :) I'm not sure I understand this. It could be interpreted in a derogatory way. The API's are pretty much identical, Yes, they are pretty much function

Re: Proposed simplification of CometEvent

2007-06-08 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: If you don't care about this stuff, but still read the first line, do our community a favor and get involved :) I'm not sure I understand this. It could be interpreted in a derogatory way. if it is just you and I, then its your -1 against

svn commit: r545496 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java webapps/docs/changelog.xml webapps/docs/monitoring.xml

2007-06-08 Thread fhanik
Author: fhanik Date: Fri Jun 8 05:50:14 2007 New Revision: 545496 URL: http://svn.apache.org/viewvc?view=rev&rev=545496 Log: undo last minute additions that break the build Removed: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java Modif

DO NOT REPLY [Bug 41695] - mod_jk with httpd 2.0.58 on Solaris-10 11/06 dumping core

2007-06-08 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://issues.apache.org/bugzilla/show_bu

Re: Proposed simplification of CometEvent

2007-06-08 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: In my personal opinion I am no longer sure a non blocking write is needed. Ok. async -> using more than one thread to do stuff non blocking -> a method call which returns immediately without, well, blocking I think I did present understandable explanations, so

Re: Developing Tomcat in NB

2007-06-08 Thread Daria
Here is the link: http://www.netbeans.org/kb/articles/freeform-import.html#Chapter4 For customizing project's context menu you can do steps, which are described in section "Mapping Non-Standard Targets to IDE Actions", or manually edit your project.xml file to look like the following:

Re: Developing Tomcat in NB

2007-06-08 Thread Daria
Here is the link: http://www.netbeans.org/kb/articles/freeform-import.html#Chapter4 For customizing project's context menu you can do steps, which are described in section "Mapping Non-Standard Targets to IDE Actions", or manually edit your project.xml file to look like the following:

Re: Proposed simplification of CometEvent

2007-06-08 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: In my personal opinion I am no longer sure a non blocking write is needed. Ok. async -> using more than one thread to do stuff and that is what you are proposing, to dispatch the write to the poller thread. non blocking -> a method call wh

DO NOT REPLY [Bug 38658] - RFE: AuthenticatorBase.doLogin(request, response, principal)

2007-06-08 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://issues.apache.org/bugzilla/show_bu

Re: Bayeux implementation

2007-06-08 Thread Filip Hanik - Dev Lists
here is a summary of what needs to be done 1. The basic Java API that we want to work around is http://fisheye.codehaus.org/browse/jetty-contrib/jetty/trunk/contrib/cometd/src/main/java/dojox/cometd 2. Implement a JSON parser in Java, or grab another one, 3. Implement the API in step 1) using

DO NOT REPLY [Bug 38658] - RFE: AuthenticatorBase.doLogin(request, response, principal)

2007-06-08 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://issues.apache.org/bugzilla/show_bu

Draft Board report for June 2007

2007-06-08 Thread Yoav Shapira
Hey, Below is a first draft of our report to the Board for this month. This report covers the time since the last one, about 3 months. Comments welcome. Yoav --- Begin Draft Board Report --- Apache Tomcat Board Report, June 2007 Summary -- The project continues to be active on a nu

Re: Draft Board report for June 2007

2007-06-08 Thread Yoav Shapira
Also, this reminds me: is anyone interested in taking over the Apache Tomcat PMC Chair role for next year? Yoav On 6/8/07, Yoav Shapira <[EMAIL PROTECTED]> wrote: Hey, Below is a first draft of our report to the Board for this month. This report covers the time since the last one, about 3 month

Re: Draft Board report for June 2007

2007-06-08 Thread Remy Maucherat
Yoav Shapira wrote: Also, this reminds me: is anyone interested in taking over the Apache Tomcat PMC Chair role for next year? You can ask for candidates on the PMC list (if there aren't any, then I suppose you have to stay ;) ), then you'll send ballots to people and collect the results. R

Re: Proposed simplification of CometEvent

2007-06-08 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: I think I did present understandable explanations, so if you don't bother reading (as usual ...), I suppose I should stop wasting my time. throwing your hands in the air and saying you're not going to waste your time, is in your personal interest only and you are o

Re: Draft Board report for June 2007

2007-06-08 Thread Tim Funk
I can take a year of service unless someone else is itching to do it instead. -Tim Yoav Shapira wrote: Also, this reminds me: is anyone interested in taking over the Apache Tomcat PMC Chair role for next year? - To unsubsc

Re: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-08 Thread Mark Thomas
Mladen Turk wrote: > Mark Thomas wrot: >> Test 1: Tomcat only >> http://localhost:8080/jsp-examples/%252e%252e/servlets-examples/index.html >> >> This correctly showed the index.html I created above. > > But this is oxymoron. You wish to serve the content from > servlets-examples with only jsp-exa

svn commit: r545668 - /tomcat/tc6.0.x/trunk/bin/setclasspath.bat

2007-06-08 Thread markt
Author: markt Date: Fri Jun 8 17:18:22 2007 New Revision: 545668 URL: http://svn.apache.org/viewvc?view=rev&rev=545668 Log: Look for tools.jar in right place. Modified: tomcat/tc6.0.x/trunk/bin/setclasspath.bat Modified: tomcat/tc6.0.x/trunk/bin/setclasspath.bat URL: http://svn.apache.org/