Re: svn commit: r1514228 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ test/org/apache/catalina/nonblo

2013-08-15 Thread Peter Rossbach
Hi Mark, I test the current fix with my simple example at OSX (NIO) and now it works. Many thanks, Peter Am 15.08.2013 um 12:40 schrieb Mark Thomas : > On 15/08/2013 11:32, ma...@apache.org wrote: >> Author: markt >> Date: Thu Aug 15 10:32:15 2013 >> New Revision: 1514228 >> >> URL: http://svn

Re: svn commit: r1513919 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2013-08-15 Thread Peter Rossbach
HI Mark, nice fix :-) Thanks! Why the testcase at NBReadServlet must called the "listener.onDataAvailable();"? I read the 3.1 spec and think the container must call onDataAvailable and we do that at CoyoteAdapter. §3.7 P 3.28 ■ onDataAvailable(). The onDataAvailable method is invoked on the Re

Re: [VOTE] Release Apache Tomcat 7.0.8

2011-02-04 Thread Peter Rossbach
+1 Peter Am 04.02.2011 um 14:52 schrieb Mark Thomas: > The proposed Apache Tomcat 7.0.8 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.8/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_8/ >

Re: [VOTE] Release Apache Tomcat 7.0.7

2011-02-03 Thread Peter Rossbach
+1 Peter Am 03.02.2011 um 14:32 schrieb Mark Thomas: > The proposed Apache Tomcat 7.0.7 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.7/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_7/ >

Re: Tagging 7.0.7

2011-02-03 Thread Peter Rossbach
+1 Peter Am 02.02.2011 um 16:26 schrieb Mark Thomas: > All, > > I'd like to stick to my plan to release Tomcat 7 every month or so. The > last release was ~ 3 weeks ago so that suggests next week. However, I > have some commitments next week that would make tagging and rolling a > release diffic

Re: [VOTE] Release build 6.0.32

2011-02-03 Thread Peter Rossbach
+1 Peter Am 02.02.2011 um 20:37 schrieb jean-frederic clere: > The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.32/ > > According to the release process, the 6.0.32 build corresponding to the > tag TOMCAT_6_0_32 is: > [ ] Broken > [ ] Alpha > [ ] Beta

Re: configtest

2010-11-04 Thread Peter Rossbach
+1 for the feature Peter Am 04.11.2010 um 14:12 schrieb Tim Funk: > "svn diff -x -w" version uploaded. I always wondered how to ignore whitespace > in svn ignore. (It bugged me, but never enough to rtfm) Thanks for the tip! > > > -Tim > > > On 11/3/2010 6:46 PM, Konstantin Kolinko wrote: >>

Re: dead code in ClusterRuleSetFactory

2009-03-23 Thread Peter Rossbach
Hi David, it ist not a dead code. Locking art sandbox OACC project we have made the tomcat 5.5 cluster also available for tomcat 6. http://svn.apache.org/repos/asf/tomcat/sandbox/tomcat-oacc/trunk/ The OACC module is very helpfull to migrations. Peter Am 23.03.2009 um 21:59 schrieb David

Re: [VOTE] Releasing Tomcat Connectors 1.2.28

2009-03-22 Thread Peter Rossbach
Good job :-) Apache Tomcat Connectors 1.2.28 is: [X] Stable - no major issues, no regressions [ ] Beta - at least one significant issue -- tell us what it is [ ] Alpha - multiple significant issues -- tell us what they are Peter -

Re: mod_jk: getRemotePort returns -1 (issue 41263)

2009-03-21 Thread Peter Rossbach
HI Michael, we have add some Imdicators at the coming mod_jk 1.2.28 release. === JkLocalNameIndicator Name of the Apache environment variable which can be used to overwrite the forwarded local name. Use this only if you need to adjust the data (see the proxy documentation). The default va

Re: svn repo layout for modules

2009-02-06 Thread Peter Rossbach
What we and user need, is a real plugin and tool contribution area. +1 to start the modules plugin system to create more value of the tomcat project regards, Peter Am 07.02.2009 um 01:18 schrieb Costin Manolache: On Fri, Feb 6, 2009 at 3:07 PM, Remy Maucherat wrote: On Fri, 2009-02-

Re: Arrays.copyOf support?

2008-12-30 Thread Peter Rossbach
Thanks to new interceptor and fix :-) Works for me. Peter Am 30.12.2008 um 11:11 schrieb Mark Thomas: Filip Hanik - Dev Lists wrote: I will fix, Filip Peter - thanks for catching this. Filip - thanks for fixing it. Mark --

Re: systemprop.xml and spaces

2008-12-30 Thread Peter Rossbach
Hi Mark, OK, but you can't copy-paste those items! Well and I am big fan of big monitor's :-) Thanks to explain that Peter Am 30.12.2008 um 11:13 schrieb Mark Thomas: Peter Rossbach wrote: Hi Mark, Why some attributes at systemprop.xml has spaces? So they display on mult

systemprop.xml and spaces

2008-12-28 Thread Peter Rossbach
Hi Mark, Why some attributes at systemprop.xml has spaces? Regards Peter

Arrays.copyOf support?

2008-12-28 Thread Peter Rossbach
Hi Filip or Mark, the Arrays.copyOf method are only support at java 6. Please change the following implementation at tomcat 6 trunk: compile: [javac] Compiling 182 source files to xxx/tomcat6currenttrunk/ output/classes [javac] xxx/tomcat6currenttrunk/java/org/apache/catalina/tribes/

Re: DeltaManager initialization delay

2008-11-25 Thread Peter Rossbach
import org.apache.catalina.tribes.io.ReplicationStream; import org.apache.catalina.util.LifecycleSupport; import org.apache.catalina.util.StringManager; -import org.apache.catalina.ha.ClusterManager; /** * The DeltaManager manages replicated sessions by only replicating the deltas @@ -62,10 +66,11 @@ * @author Craig R. McCla

Re: svn commit: r719626 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-11-23 Thread Peter Rossbach
Hi, a common connector code base is possible. A lot of duplication exists at current tomcat 6.x handlers implementations. We must also look at AjpProtocol and AjpAprProtocol classes. Why we don't use the internal executor at all handlers? Why internal executor as no JMX MBean representation?

Re: svn commit: r719626 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-11-22 Thread Peter Rossbach
Happy Weekend, I like your current clean ups :-) many thanks Peter Am 22.11.2008 um 11:24 schrieb Mark Thomas: Peter Rossbach wrote: Hi Mark! The NioEndpoint can have its own executor without sharing and JMX stuff :-) See at start methods: Got it. Cheers. Mark

Re: svn commit: r719626 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-11-21 Thread Peter Rossbach
Hi Mark! The NioEndpoint can have its own executor without sharing and JMX stuff :-) See at start methods: L 805: if (getUseExecutor()) { if ( executor == null ) { TaskQueue taskqueue = new TaskQueue(); TaskThreadFactory tf = new TaskThr

Re: DeltaManager initialization delay

2008-11-21 Thread Peter Rossbach
think your feature is an extension of the current reveivedQueue usage! Regards Peter Am 20.11.2008 um 22:54 schrieb Jason: This message is targeted at Filip Hanik, Craig R. McClanahan, Jean- Francois Arcand, Peter Rossbach or anyone with a direct interest in the DeltaManager implementation in

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-13 Thread Peter Rossbach
Hi Mladen, last weeks are conference time... Sorry are also test tcnative today. regards Peter Am 13.11.2008 um 20:47 schrieb Rainer Jung: Mladen Turk schrieb: Mladen Turk wrote: Hello to the Tomcat team, Native 1.1.16 has been available for testing for almost a week, so I would like to

Re: svn commit: r712278 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2008-11-12 Thread Peter Rossbach
Many thanks, I will check at evening. Peter Am 11.11.2008 um 23:59 schrieb Filip Hanik - Dev Lists: done Filip Peter Rossbach wrote: Yes, please Peter Am 11.11.2008 um 20:18 schrieb Filip Hanik - Dev Lists: hi Peter, the one line patch is in my email, that is the patch that you

Re: svn commit: r712278 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2008-11-11 Thread Peter Rossbach
Yes, please Peter Am 11.11.2008 um 20:18 schrieb Filip Hanik - Dev Lists: hi Peter, the one line patch is in my email, that is the patch that you should apply, instead of your patch socketProperties.setProperties(serverSock.socket()); would you like me to do it? Filip Peter Rossbach wrote

Re: svn commit: r712278 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2008-11-11 Thread Peter Rossbach
Hi Filip, I don't see the one line patch. I also the problem, but I got a lot of NPE without the patch. need help, Peter Am 11.11.2008 um 18:06 schrieb Filip Hanik - Dev Lists: -1 this was intentional, and yes, it accidentally broke the NIO connector the proper way to do this is to call

Re: [VOTE] bayeux module

2008-11-02 Thread Peter Rossbach
[ x] +1 yes move it to the modules directory Regards Peter PS: I am currently test the bayeux stuff. Currently StockTicker example don't work at Safari... Am 02.11.2008 um 14:22 schrieb Filip Hanik - Dev Lists: now that we do have a module directory, I'd like to propose to take the baye

Re: svn commit: r705299 - /tomcat/connectors/trunk/jk/xdocs/reference/uriworkermap.xml

2008-10-16 Thread Peter Rossbach
Hi Rainer, The comment from fail_on_status example is wrong (Copy/paste?). What is the meaning of "-500"? Am 16.10.2008 um 20:02 schrieb [EMAIL PROTECTED]: +The extension fail_on_status can be used in any rule: + + # Stop forwarding only for member1 of loadbalancer + /myapp=myworker;fail_o

Re: Possibility of Making JSESSIONID Configurable

2008-09-25 Thread Peter Rossbach
Works for me! +1 (Comment: Remove the JIoEndpoint log fix from JSESSIONID patch :-)) Thanks peter Am 25.09.2008 um 11:00 schrieb jean-frederic clere: Remy Maucherat wrote: On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: The draft is here: http://jcp.org/en/jsr/detail?id=315 I thou

Re: Possibility of Making JSESSIONID Configurable

2008-09-25 Thread Peter Rossbach
HI I see some impacts at cluster and SSO code with a per context configuration. But a option at global or engine level is easy to implement. Regards Peter Am 24.09.2008 um 17:36 schrieb Remy Maucherat: On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: The draft is here: http://jcp.o

Re: [VOTE] Release tc-native 1.1.15

2008-09-09 Thread Peter Rossbach
Works for me :-) Test with MAX OS X 10.4.11 APR 1.3.3 Openssl 0.9.8h Am 08.09.2008 um 14:11 schrieb jean-frederic clere: The candidates binaries are available here: http://people.apache.org/~jfclere/tcnative/v1.1.15/ According to the release process, the 1.1.15 tag is: [ ] Broken [ ] Alpha [

Re: [VOTE] bayeux inclusion

2008-07-25 Thread Peter Rossbach
+1 ... :-) Peter Am 22.07.2008 um 19:17 schrieb Filip Hanik - Dev Lists: 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 independent component, I'm interested [ ]

Re: Feedback for Bayeux contribution

2008-07-22 Thread Peter Rossbach
Hi Filip and Guy, great news +1 to commit the bayeux stuff. It was a big step to show the usage of async programming style. Peter Am 17.07.2008 um 03:47 schrieb Filip Hanik - Dev Lists: I'd like some feedback on the contribution, before I call for a vote for inclusion thanks Filip [E

Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-05-14 Thread Peter Rossbach
Hi Mark Java 5 don't support new IOExceptin(String, Throwable) compile: [javac] Compiling 49 source files to /Users/peter/develop/ projects/tomcat/tomcat6currenttrunk/output/classes [javac] /Users/peter/develop/projects/tomcat/tomcat6currenttrunk/ java/org/apache/tomcat/util/net/jsse/J

Re: svn commit: r643181 - /tomcat/trunk/webapps/docs/config/ajp.xml

2008-04-01 Thread Peter Rossbach
HI Mark, as you set request.secret="xxx" you don't use request.useSecret="true". With useSecret you generate a random requiredSecret, Look at o.a.coyote.jk.common.HandlerRequest LL 123 public void setSecret( String s ) { requiredSecret=s; } public void setUseSecret( boolean b

Re: svn commit: r642412 - /tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

2008-03-29 Thread Peter Rossbach
Rainer Jung + Peter Rossbach Changelog @@ -32,6 +33,16 @@ + New Membership service (org.apache.catalina.cluster.membership.McastService) + to better control tomcat cluster node start and stop (pero) + + +Porting the junit

Re: tomcat-oacc

2008-03-26 Thread Peter Rossbach
Hi, I also see a lot of projects that are happy with a tomcat 5.5 cluster at tomcat 6 code base. The code change are very limited. I don't thing that we open a new long term implementation base. It is a fair migration path to tc6. New ideas must we add to the tomcat 6 ha and tribes modules.

Re: latest Tomcat and maven

2008-03-09 Thread Peter Rossbach
Hi, I thing we must remove 6.0.16 and 5.5.26 from site. The 8 K Post Bug is a major issue and it must be fixed. But currently I don't understand the fix alternatives. Peter Am 09.03.2008 um 10:23 schrieb Henri Gomez: While looking at http://tomcat.apache.org/tomcat-6.0-doc/maven-jars.htm

dev@tomcat.apache.org

2008-03-01 Thread Peter Rossbach
. OK, I also think that double "&&" is an uncorrect query part, but at my case, some site grabber's use those query strings to made trouble :-( Peter Am 29.02.2008 um 19:43 schrieb Mark Thomas: Peter Rossbach wrote: Hi, I see the following warning with following requ

dev@tomcat.apache.org

2008-02-29 Thread Peter Rossbach
Hi, I see the following warning with following request "http://localhost: 8080/snoopy/snoopy.jsp?hello=xxx&&world=yyy" Tomct 5.5.26 == 29.02.2008 13:49:29 org.apache.tomcat.util.http.Parameters processParameters WARNUNG: Parameters: Invalid chunk ignored. === Both parameter hello and worl

Re: [PROPOSAL] Announce 3.x is no longer supported

2008-02-18 Thread Peter Rossbach
+1 Peter On Feb 14, 2008, at 7:05 PM, Mark Thomas wrote: All, The last 3.x release was almost 4 years ago. Since then there has been one security patch made available in source form and that was more an application issue than a Tomcat one. There is still the odd support question on the

Re: [PROPOSAL / POLL] Issue a de-support notice for Tomcat 4

2008-02-18 Thread Peter Rossbach
+1 Peter On Feb 14, 2008, at 7:12 PM, Mark Thomas wrote: All, Tomcat 4 has been in maintenance mode for some time now with nearly all changes either updating libraries or fixing security bugs. I am happy to continue acting as release manager for as long as there are three +1s when ther

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

2008-02-12 Thread Peter Rossbach
Hi Tim, +1 WebRuleSet LL 250 digester.addCallMethod(prefix + "web-app/listener/listener- class", "addApplicationListener", 0); digester.addRule(prefix + "web-app/jsp-config", jspConfig); digester.addCallMetho

Re: Heads up: Bayeux contribution

2008-02-05 Thread Peter Rossbach
://svn.hanik.com/repos/svn/tomcat-bayuex Filip Peter Rossbach wrote: Hi Flilip and Guy, Greate job, nice to see you cometd implementation. Can you please active a dir tarball download at your viewvc or place a complete download release, otherwise? Regards Peter Am 05.02.2008 um 04:16 schrieb

Re: Heads up: Bayeux contribution

2008-02-05 Thread Peter Rossbach
I thing the implementation is very small and a valuable new tomcat example. +1 to add cometd example to current tomcat 6 code base Peter Am 05.02.2008 um 15:06 schrieb jean-frederic clere: Yoav Shapira wrote: On Feb 5, 2008 3:26 AM, jean-frederic clere <[EMAIL PROTECTED]> wrote: The no

Re: Heads up: Bayeux contribution

2008-02-05 Thread Peter Rossbach
Hi Flilip and Guy, Greate job, nice to see you cometd implementation. Can you please active a dir tarball download at your viewvc or place a complete download release, otherwise? Regards Peter Am 05.02.2008 um 04:16 schrieb Filip Hanik - Dev Lists: Guy Molinari and myself have completed

Re: Facing while running PHP in Tomcat Container

2008-02-05 Thread Peter Rossbach
HI, has you setup your libs at shell env LD_LIBRARY_PATH variable? Put following definition at your $CATALINA_HOME/bin/setenv.sh #!/bin/sh PHP_HOME=xxx export LD_LIBRARY_PATH =$PHP_HOME/lib/libphp5servlet.so:$PHP_HOME/lib/ libphp5.so Peter Please, discuss those question at user list first!

Re: [VOTE] Release build 5.5.26

2008-02-04 Thread Peter Rossbach
+1 tested with MAC os x 10.4.11. Am 31.01.2008 um 16:06 schrieb Filip Hanik - Dev Lists: According to the release process, the 5.5.26 tag is: [ ] Broken [ ] Alpha [ ] Beta [x] Stable - To unsubscribe, e-mail: [EMAIL PROTECT

Re: [VOTE] Release build 6.0.16

2008-02-01 Thread Peter Rossbach
Am 30.01.2008 um 15:21 schrieb Remy Maucherat: According to the release process, the 6.0.16 tag is: [ ] Broken [ ] Alpha [ ] Beta [ x] Stable Peter

Re: svn commit: r616522 - in /tomcat/trunk/java/org/apache/tomcat/util/net/puretls: PureTLSImplementation.java PureTLSSocket.java PureTLSSocketFactory.java PureTLSSupport.java

2008-01-30 Thread Peter Rossbach
+1, I think the PureTLS support is not usefull anymore, but the proposed API change looks well. Peter Am 30.01.2008 um 06:16 schrieb Bill Barker: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Bill Barker wrote: "Mark Thomas" <[EMAIL PROTECTED]> w

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

2008-01-28 Thread Peter Rossbach
Nice checkin, but I miss the changelog entries Peter Am 28.01.2008 um 15:38 schrieb [EMAIL PROTECTED]: Author: jim Date: Mon Jan 28 06:37:56 2008 New Revision: 615896 URL: http://svn.apache.org/viewvc?rev=615896&view=rev Log: Cast votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modifi

Re: Patch for tomcat 5.5.25 to actually close on Connection: close

2008-01-25 Thread Peter Rossbach
Hi Remy, True, but today it exists a lot of applications/Service that want control the connection. At my Comet example I have also miss this simple feature. I feel that the patch looks good. Peter Am 25.01.2008 um 13:14 schrieb Remy Maucherat: On Thu, 2008-01-24 at 17:11 -0500, John Wehl

Re: DOS-Lineends in many files contained in distribution tar.gz

2008-01-25 Thread Peter Rossbach
Hi Rainer, +1.. Is it fix with followig patch? === Index: tomcat60/dist.xml === --- /tomcat60/dist.xml (Revision 613549) +++ tomcat/tomcat60/dist.xml(Arbeitskopie) @@ -561,6 +561,22 @@ includes="*.txt,LICENSE,NOTICE"

Re: svn commit: r614974 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11NioProcessor.java

2008-01-25 Thread Peter Rossbach
Hi Filip, can you remove the STATUS.txt entry, please? Thanks Peter Am 24.01.2008 um 21:23 schrieb [EMAIL PROTECTED]: Author: fhanik Date: Thu Jan 24 12:22:59 2008 New Revision: 614974 URL: http://svn.apache.org/viewvc?rev=614974&view=rev Log: vote and implement Modified: tomcat/tc6.0.x

Re: svn commit: r613273 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default webapps/docs/changelog.xml

2008-01-21 Thread Peter Rossbach
Hi Mark, Am 20.01.2008 um 17:52 schrieb Mark Thomas: Peter Rossbach wrote: Hi Mark, I have a problem with a fresh tomcat 55 trunk build. The admin build.xml missing the new digester 1.8. Yep - I broke it. I was a bit too enthusiastic with my clean-up. Your fix looks good. I'll r

Re: svn commit: r613796 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2008-01-21 Thread Peter Rossbach
Hi Remy, +1 to release next week! Am 21.01.2008 um 10:53 schrieb Remy Maucherat: On Mon, 2008-01-21 at 08:41 +, [EMAIL PROTECTED] wrote: Author: pero Date: Mon Jan 21 00:41:31 2008 New Revision: 613796 URL: http://svn.apache.org/viewvc?rev=613796&view=rev Log: WatchedResource doesn't wo

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

2008-01-20 Thread Peter Rossbach
expire your session before ManagerServlet code access it. Regards Peter Am 18.01.2008 um 17:52 schrieb Remy Maucherat: On Fri, 2008-01-18 at 17:35 +0100, Peter Rossbach wrote: HI Remy, the problem is the current getLastAccessedTime and getCreationTime methods has standard formated Date

Re: svn commit: r613273 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default webapps/docs/changelog.xml

2008-01-20 Thread Peter Rossbach
Hi Mark, I have a problem with a fresh tomcat 55 trunk build. The admin build.xml missing the new digester 1.8. FIX: Index: build/build.xml === --- build/build.xml (Revision 613520) +++ build/build.xml (Arbeitskopie) @@

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

2008-01-18 Thread Peter Rossbach
HI Remy, the problem is the current getLastAccessedTime and getCreationTime methods has standard formated Date result. Good for humans, but bad for jmx scripts writers. You can't simply parse those standard format strings at a remote jmx client. The java.util.Date class has only a deprecat

Re: [VOTE] tcnative releases independent from tomcat

2008-01-18 Thread Peter Rossbach
On Tue, 2008-01-15 at 16:19 +0100, jean-frederic clere wrote: [X] Make tcnative release independent from tomcat release and add the corresponding pages in http://tomcat.apache.org/connectors-doc/ [ ] Remove existing tcnative releases. (others are using them). Peter

Restricted listeners property file not found

2008-01-17 Thread Peter Rossbach
Why this message was logged? 17.01.2008 13:57:45 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.15-trunk-pero 17.01.2008 13:57:45 org.apache.catalina.core.DefaultInstanceManager SCHWERWIEGEND: "Restricted listeners property file not found Teste

Re: new year, new version? 6.0.16

2008-01-17 Thread Peter Rossbach
+1 Peter Am 16.01.2008 um 23:26 schrieb Filip Hanik - Dev Lists: could we get a target date for this? I believe there is enough community interest to push out a new release Filip Filip Hanik - Dev Lists wrote: we have a lot of updates added in, I think it may be good to set a date for o

Re: svn commit: r612319 - /tomcat/current/tc5.5.x/STATUS.txt

2008-01-16 Thread Peter Rossbach
Hi Filip and Mark, you can found the patch at: http://people.apache.org/~markt/patches/2008-01-15-tc5-lib-updates.patch Peter Am 16.01.2008 um 03:44 schrieb Filip Hanik - Dev Lists: I get a 404 on the URL Filip [EMAIL PROTECTED] wrote: Author: markt Date: Tue Jan 15 16:03:57 2008 New Re

Re: svn commit: r611940 - /tomcat/trunk/RELEASE-NOTES

2008-01-15 Thread Peter Rossbach
Hi Mark, it isn't true that we don't use commons-logging. Please check extra.xml ant build file! -1 Peter Am 14.01.2008 um 22:22 schrieb [EMAIL PROTECTED]: Author: markt Date: Mon Jan 14 13:22:09 2008 New Revision: 611940 URL: http://svn.apache.org/viewvc?rev=611940&view=rev Log: Updat

Re: svn commit: r611696 - in /tomcat/connectors/trunk/jk: native/apache-1.3/ native/apache-2.0/ native/common/ xdocs/generic_howto/ xdocs/miscellaneous/ xdocs/reference/

2008-01-14 Thread Peter Rossbach
Hi Rainer, many thanks for that cool feature ;-) Peter Am 14.01.2008 um 03:28 schrieb [EMAIL PROTECTED]: Author: rjung Date: Sun Jan 13 18:28:27 2008 New Revision: 611696 URL: http://svn.apache.org/viewvc?rev=611696&view=rev Log: Allow dynamic setting of reply timeout using the httpd enviro

Re: backlog measurement

2008-01-10 Thread Peter Rossbach
HI Andrew, good idea, but why you can contribute a code from Harish Prabandham ([EMAIL PROTECTED]). We can only accept contributions from orignal author and with Apache 2 license included! I seems that this only work with java 5 and the code is designed for JIO HTTP tomcat 5.5. Open a

Re: new year, new version? 6.0.16

2008-01-04 Thread Peter Rossbach
+1 Am 04.01.2008 um 19:34 schrieb Mark Thomas: Filip Hanik - Dev Lists wrote: we have a lot of updates added in, I think it may be good to set a date for our next release and work towards that +1. There are a stack of changes (both committed and proposed) for 5.5.x as well. It would be

Re: [VOTE] Releasing Tomcat Connectors 1.2.26

2007-12-23 Thread Peter Rossbach
Good work! Apache Tomcat Connectors 1.2.26 is: [x ] Stable - no major issues, no regressions [ ] Beta - at least one significant issue -- tell us what it is [ ] Alpha - multiple significant issues -- tell us what they are Merry Christmas Peter Am 21.12.2007 um 19:41 schrieb Rainer Jung:

Re: Tagging TOMCAT_NATIVE_1_1_12

2007-12-20 Thread Peter Rossbach
+1 to that before next tomcat release tagging Peter Am 19.12.2007 um 17:23 schrieb jean-frederic clere: Hi, I'll tag the tcnative to 1.1.12. The changes are the following between 1.1.12 and 1.1.11: +++ Improvement: Add support of J9VM based JVM. (jfclere) Improvement: Arrange licence in so

Re: Tomcat 6 - Cluster error.

2007-12-19 Thread Peter Rossbach
I think your Membership DropTime 4sec is very small. Some more Load or a FULL GC can drop your member. Nomally I use 30 sec. Peter Am 19.12.2007 um 11:40 schrieb Raúl García: Hi, We are using tomcat 6.0.14. We use a cluster working at the same machine, we start it and it seems to be ok, re

Re: trunk development

2007-12-15 Thread Peter Rossbach
Hi Filip, good news :-) I am happy to test this features :-) Regards Peter Am 14.12.2007 um 20:53 schrieb Filip Hanik - Dev Lists: In the near future, I plan to add the following to trunk 1. annotation dependency injection patch 2. cluster JMX configurations 3. any NIO improvements that hav

Re: svn commit: r603074 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2007-12-10 Thread Peter Rossbach
+1 for that... Peter Am 11.12.2007 um 01:53 schrieb Filip Hanik - Dev Lists: if String objects are kept in a constants pool, then one would synchronized (name) { clazz = super.findClass(name); } to allow concurrent loading of diff

Re: [PROPOSAL] Revert to commons-pool-1.2

2007-12-02 Thread Peter Rossbach
+1 See you a chance the commons dbcp or pool team fix the bug and we can use a newer version? Regards Peter Am 01.12.2007 um 21:24 schrieb Mark Thomas: All, The update to commons-pool-1.3 has caused a memory leak[1]. Further, [2] suggests it may cause reload issues in some circumstan

Re: svn commit: r599767 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-11-30 Thread Peter Rossbach
I think the change is very good. Older Connection are close first! Peter Am 30.11.2007 um 12:56 schrieb Mladen Turk: [EMAIL PROTECTED] wrote: Author: rjung Date: Fri Nov 30 02:26:42 2007 New Revision: 599767 URL: http://svn.apache.org/viewvc?rev=599767&view=rev Log: Complete half-baked r5997

Re: svn commit: r599259 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/authenticator/FormAuthenticator.java webapps/docs/changelog.xml

2007-11-29 Thread Peter Rossbach
Hi Bill, can we fix this bug also at Tomcat 5.5? regards Peter Am 29.11.2007 um 05:19 schrieb [EMAIL PROTECTED]: Author: billbarker Date: Wed Nov 28 20:19:46 2007 New Revision: 599259 URL: http://svn.apache.org/viewvc?rev=599259&view=rev Log: Remove conditional headers on Form Auth replay,

Re: Question about Life Cycle of Authenticator in Tomcat

2007-11-21 Thread Peter Rossbach
true and/or false... I suppose that if "true" means all ok and the user is authenticated but i wanted to be sure - Messaggio originale - Da: Peter Rossbach <[EMAIL PROTECTED]> A: Tomcat Developers List Inviato: Mercoledì 21 novembre 2007, 17:32:45 Oggetto: Re: Question

Re: Question about Life Cycle of Authenticator in Tomcat

2007-11-21 Thread Peter Rossbach
Hi, you can find the current implemenation at package org.apache.catalina.authenticator. You can implement you own auth strategie as a context Valve. Your class must be implement the o.a.c.Authenticator interface. Please, look at o.a.c.a.AuthenticatorBase base auth class. Re

Re: svn commit: r595376 - /tomcat/current/tc5.5.x/STATUS

2007-11-16 Thread Peter Rossbach
I review the tomcat 6 JDTCompiler class that only some formattings und error handlings has change. What is bad to use a newer JDT compiler version? regards, Peter Am 16.11.2007 um 14:09 schrieb jean-frederic clere: Peter Rossbach wrote: Strange, but with Revision 586865 I have test with

Re: svn commit: r595376 - /tomcat/current/tc5.5.x/STATUS

2007-11-15 Thread Peter Rossbach
Strange, but with Revision 586865 I have test with the link and check in the JDT 3.3.1 change at 27.10.07 Peter Am 15.11.2007 um 20:04 schrieb Filip Hanik - Dev Lists: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: pero Date: Thu Nov 15 09:58:26 2007 New Revision: 595376

Re: New Tomcat release? Out of the box bundle with Harmony?

2007-11-08 Thread Peter Rossbach
Hi Alexey, I think it is a great idea to bundle harmony with tomcat. Ok, I also agree with Yoav and Costin that bundle building and hosting is harmony team job. How can I help you to made the harmony/tomcat bundle ready? But I am working at a Mac and I am very interested to get a java 6 up

Re: [VOTE] Release build 6.0.15

2007-11-05 Thread Peter Rossbach
Hi Test Comet NIO API, Cluster and NIO Connector. Also 6.015 work fine with mod:jk 1.2.25 via AJP. Peter Am 05.11.2007 um 15:17 schrieb Rémy Maucherat: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.15/ According to the release process, the 6.0.15 ta

Re: Are Sticky Sessions really necessary?

2007-11-03 Thread Peter Rossbach
llow different servers to handle the session? If not, what's it for? -- Len On 11/3/07, Peter Rossbach <[EMAIL PROTECTED]> wrote: Hi, It is not only ineffizient and a risk, Read 7.7.2 at the spec: SRV.7.7.2 Distributed Environments Within an application marked as distributable, all

Re: Are Sticky Sessions really necessary?

2007-11-02 Thread Peter Rossbach
Hi, It is not only ineffizient and a risk, Read 7.7.2 at the spec: SRV.7.7.2 Distributed Environments Within an application marked as distributable, all requests that are part of a session must be handled by one Java Virtual Machine1 (“JVM”) at a time. The container must be able to handle al

Re: Time to organise svn - Take 3

2007-11-01 Thread Peter Rossbach
Good point +1 Peter Am 01.11.2007 um 09:51 schrieb jean-frederic clere: Mark Thomas wrote: Mark Thomas wrote: svn cp https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_15 https://svn.apache.org/repos/asf/tomcat/tc6.1.0/trunk https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags

Re: New tag

2007-10-31 Thread Peter Rossbach
Hi, I read the status and changelog reference and think the are not reflect the 6.0.15 status! Peter Am 01.11.2007 um 02:58 schrieb Rémy Maucherat: On Mon, 2007-10-29 at 23:26 +0100, Rémy Maucherat wrote: Hi, As the issue list seems relatively empty, I would like to tag 6.0.15 soon, prob

Re: New tag

2007-10-30 Thread Peter Rossbach
Hi, Before we tag, can we add the missing author hints at changelog, please :-( Peter Am 30.10.2007 um 05:52 schrieb Peter Rossbach: +1 Am 29.10.2007 um 23:26 schrieb Rémy Maucherat: Hi, As the issue list seems relatively empty, I would like to tag 6.0.15 soon, probably late

Re: New tag

2007-10-29 Thread Peter Rossbach
+1 Am 29.10.2007 um 23:26 schrieb Rémy Maucherat: Hi, As the issue list seems relatively empty, I would like to tag 6.0.15 soon, probably late tomorrow. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [PROPOSAL] - Catalina Ant JMX?

2007-10-24 Thread Peter Rossbach
Hi Paul, please open a bug! Peter Am 23.10.2007 um 15:46 schrieb Paul Shemansky: While browsing the project, I noticed that there is an unused separation of Catalina Ant JMX resources. If this was unintended, a possible cleanup patch is attached. -

Re: What would you like to improve in Tomcat?

2007-10-21 Thread Peter Rossbach
HI Lucas, look like a very great plan. I also think about better JMX support and management console to muliple tomcat instances. Please let us start the discussion, about your ideas. regards Peter Personal hint: Start with simple changes, first! I like your zero bug count idea... Am 21.

Re: [PROPOSAL] Move Tomcat 5.0.x to the archive

2007-10-19 Thread Peter Rossbach
+1 Great! peter Am 19.10.2007 um 01:34 schrieb Mark Thomas: All, I would like to propose that we have reached the time where Tomcat 5.0.x should be archived. What this means in practice is: - Sending an announcement out that no further work, including security patches will be performed on

Re: svn commit: r586444 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-19 Thread Peter Rossbach
Hi Filip, can you please add your last changes also to the changelog.xml? Regards Peter Am 19.10.2007 um 15:35 schrieb [EMAIL PROTECTED]: Author: fhanik Date: Fri Oct 19 06:35:38 2007 New Revision: 586444 URL: http://svn.apache.org/viewvc?rev=586444&view=rev Log: update status file Modifi

Re: Mavenization (M10N) of Tomcat Build Process - Should Tomcat Be Migrated to Maven 2?

2007-10-17 Thread Peter Rossbach
Yes! I can't see that maven build is better choice. Peter Vote -1 for build with maven! Am 18.10.2007 um 00:45 schrieb Mark Thomas: Paul Shemansky wrote: Key features that may be useful to us are : - The Standard Directory Layout - Specifically, multi-module builds. This might make manag

Re: svn commit: r585313 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-17 Thread Peter Rossbach
happy since he can symlink my_program_that_i_can_see_in_ps to java. -Tim Rémy Maucherat wrote: On Wed, 2007-10-17 at 05:47 +0200, Peter Rossbach wrote: Hi Remy, I think the patch is incomplete this line seem not correct: +else + JRE_HOME=/usr +fi better +else

Re: svn commit: r585313 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-17 Thread Peter Rossbach
Hi Remy, but is'nt /usr/lib/java the correct value to JRE_HOME ? Regards Peter Am 17.10.2007 um 13:10 schrieb Rémy Maucherat: On Wed, 2007-10-17 at 05:47 +0200, Peter Rossbach wrote: Hi Remy, I think the patch is incomplete this line seem not correct: +else + JRE_HOME

Re: svn commit: r585313 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-16 Thread Peter Rossbach
Hi Remy, I think the patch is incomplete this line seem not correct: +else + JRE_HOME=/usr +fi better +else + JRE_HOME=/usr/bin/java +fi Peter Am 17.10.2007 um 03:11 schrieb [EMAIL PROTECTED]: Author: remm Date: Tue Oct 16 18:11:39 2007 New Revision: 585313 URL:

Re: svn commit: r582597 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-08 Thread Peter Rossbach
s: I did, but folks shouldn't have to dig through the dev archives, should they :) Filip Peter Rossbach wrote: Hi Filip, has you seen my "Call stopAwait at StandardServer.stop" mail? Peter Am 07.10.2007 um 17:10 schrieb Filip Hanik - Dev Lists: don't forget to includ

Re: Update build.properties.default for new JDT URL

2007-10-07 Thread Peter Rossbach
OK, I add this to the tomcat 5.5 STATUS file :-) Peter Am 07.10.2007 um 19:42 schrieb William L. Thomson Jr.: On Sun, 2007-10-07 at 07:14 +0200, Peter Rossbach wrote: Thanks to report it, I hope we can fix it before 6.0.15 tag. FYI, this can likely be done for 5.5.x as well. On Gentoo we

Re: svn commit: r582597 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-07 Thread Peter Rossbach
Hi Filip, has you seen my "Call stopAwait at StandardServer.stop" mail? Peter Am 07.10.2007 um 17:10 schrieb Filip Hanik - Dev Lists: don't forget to include a link to the diff file, so that it can be reviewed before committed, just in case someone misses the dev email Filip [EMAIL PROTE

Re: Commit policy for native Tomcat connectors

2007-10-07 Thread Peter Rossbach
Hi Rainer, I think we need a clear policy for all tomcat parts. Currently this means that we must also change the commit policy for jk and tcnative. Peter Am 01.10.2007 um 15:46 schrieb Rainer Jung: Hi, since the main project agreed on trying a new policy for commits against stable bra

Call stopAwait at StandardServer.stop

2007-10-07 Thread Peter Rossbach
Hi, I have reviewed Catalina and StandardServer Tomcat 6 implementation. I can see that the old trick with correct. The main thread is not terminate after a stop signal was received. With port=-1 setting a user can start a tomcat without opening a shutdown port. Ok, the only chance to st

Re: Update build.properties.default for new JDT URL

2007-10-06 Thread Peter Rossbach
Thanks to report it, I hope we can fix it before 6.0.15 tag. Peter Am 06.10.2007 um 19:59 schrieb Jason Brittain: +jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/ drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip

Re: Time to organise svn

2007-10-06 Thread Peter Rossbach
HI, what I miss is the bundle of the following include The file is reference at web-jsptaglibrary_2_1.xsd and web-app_2_5.xsd. Can it be that schemaResolver at o.a.c.startup.DigesterFactory must be also registered all included xml schemas for standalone resolving? Original schema files at

  1   2   3   4   >