Re: [JK] Status -- was [VOTE] JK 1.2.15

2005-10-24 Thread Peter Rossbach
Sorry for late response, but I start testing and hope finish the test at next two days First testresults at Suse 9.3, Windows XP looks very well Peter Mladen Turk schrieb: William A. Rowe, Jr. wrote: Do you guys find something that would prevent 1.2.15 to be declared as stable that I'm mi

Re: Status/Authority of AJP/1.5

2005-10-25 Thread Peter Rossbach
Here my wishes list: a) Clearer/better Loadbalancing Algo - better understanding of domain/partition based strategy ( I have detect some problemes here) - busy strategy - http://issues.apache.org/bugzilla/show_bug.cgi?id=36138 - real load strategy ( ask tomcats before balance the lo

Bea give us a Admin Console?

2005-10-25 Thread Peter Rossbach
Has everyone more information about this bea admin console project: http://www.bea.com/framework.jsp?CNT=pr01542.htm&FP=/content/news_events/press_releases/2005 Regards Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Cluster startContext() SimpleTcpCluster

2005-10-27 Thread Peter Rossbach
Hey, a) current tomcat 5.5.12 cluster implementation is a message infrastructure. b) The Context can used this message infrastructure to implement remote session replication c) When a Context start the DeltaManager sync with other nodes. That means that all sessions are transfered

Re: Fwd: FarmWarDeployer

2005-10-28 Thread Peter Rossbach
Hey! At development with Tomcat 5.5.9 and 5.5.12 I have successful used FarmWarDeployer, but - you lost your complete session information at your cluster - Use it without waitForAck or with a great ackTimeout ( > deployment time) - only one config can have watchEnabled="true"

Re: Cluster startContext() SimpleTcpCluster

2005-10-28 Thread Peter Rossbach
. These JNDI references are not found. This only occurs when Clustering my sessions. I hope that makes sense. --- Peter Rossbach <[EMAIL PROTECTED]> wrote: Hey, a) current tomcat 5.5.12 cluster implementation is a message infrastructure. b) The Context can used this m

Re: svn commit: r329853 - /tomcat/sandbox/java/org/apache/tomcat/util/buf/ByteChunk.java

2005-11-01 Thread Peter Rossbach
Hey, means the package import "sun.security.krb5.**" that we can't use ByteChunk at other JVm's like jrockit? I don't see the usage? :-) Peter http://svn.apache.org/viewcvs/tomcat/sandbox/java/org/apache/tomcat/util/buf/ByteChunk.java?rev=329853&r1=329852&r2=329853&view=diff ===

Re: tomcat source / eclipse project

2005-11-06 Thread Peter Rossbach
Hey Mark, I think we must correct the absolut Lib Paths inside all .classpath. Set a Eclipse Variable to the base.path repository and use this jars instead. >>> + + I am not sure that all jar versions are correspond to the build/build.properties.defaults. Example I use

Re: svn commit: r332766 - in /tomcat: connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11BaseProtocol.java connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java co

2005-11-12 Thread Peter Rossbach
When we want use different Handler it was easier we don't create the ConnectionHandler inside constructor. Can we use a init() method instead? protected Http11ConnectionHandler createConnectionHandler() { ... } public void init() throws Exception { cHandler = createConnectio

Re: svn commit: r332801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-17 Thread Peter Rossbach
Hey Remy, I have problems with your last ClassLoader changed. When I used following code: protected static final String info = "org.objektpark.catalina.session.LogSessionListener/1.1"; I got following StackTrace when I shutdown the server: INFO | jvm 1| 2005/11/17 11:57:08 | 17.11.2

Re: svn commit: r332801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-17 Thread Peter Rossbach
Hey Remy, thanks for work at this issue, currently I have comment out the static field handling for my tests. Wait and see ;-) Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, I have problems with your last ClassLoader changed. When I used following code: protected

Re: svn commit: r345233 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-17 Thread Peter Rossbach
Thanks for the fix and it works for my case. Peter [EMAIL PROTECTED] schrieb: Author: remm Date: Thu Nov 17 04:10:48 2005 New Revision: 345233 URL: http://svn.apache.org/viewcvs?rev=345233&view=rev Log: - Fix NPE and exception problems with setting fields to null. Modified: tomcat/contain

Tomcat Crash with apr when RequestProcessor accessed

2005-11-23 Thread Peter Rossbach
Hey, A customer report today a very strange tomcat crash to me and I can simulate this bugs with following releases and OS's: Tested with Suse 9.3, Tomcat 5.5.12 /Apr 1.2.2 / openssl 0.9.8, jdk 1.5.0_03 Also tested with current SVN Head and fresh build tcnative from head and Tomcat 5.5.12 / Mald

Re: Tomcat Crash with apr when RequestProcessor accessed

2005-11-23 Thread Peter Rossbach
Hey Remy, I have tested your patch (suse 9.3) and it fix the jvm crash problem. Currently I have only tested with http apr connector. Many thanks Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey, A customer report today a very strange tomcat crash to me and I can simulate this bugs

Feature Request: set maxSpareThreads and minSpareThreads and see a next strange APR Connector behaviour

2005-11-23 Thread Peter Rossbach
Why we can set maxSpareThreads and minSpareThreads at APR Http and APR AJP threadpools? I have seen another strange behaviour: After a small load 10 requests and two hour no request the AJP and HTTP Server sockets are closed and threadspools are not running anymore (running jmx attribute s

Re: Cross-Context Session Replication

2005-12-01 Thread Peter Rossbach
Hey, I am highly interessed to support cross-context for cluster session replication. The session.endAccess is a neat place for support this. Please, let us discuss how we can use it. Any idea Peter Remy Maucherat schrieb: John Lewis wrote: As was discussed here over the summer, there is a

Re: Cross-Context Session Replication

2005-12-03 Thread Peter Rossbach
Yes, I implement this idea inside the ReplicationValve or a new one. I thing we support cross context session replication inside 5.5.14. Thanx Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey, I am highly interessed to support cross-context for cluster session replication. The

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Peter Rossbach
5.5.14 [X] Beta - At least one significant issue preventing stability (please elaborate) I have found production critical bug inside cluster and fix the bug 37808 Currently I check other strange issues 37896 and implement the support for cross context session replication. Peter Yoav Shapira s

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Peter Rossbach
Hey! I have changed the cluster message header format long time ago 5.5.10. In some situations TCP Stack split the message, then the receiver byte array interpretation start to early. Arrggh, after first exception the receiver socket is hanging and replication transfer stops. Wait a litt

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-15 Thread Peter Rossbach
is a new bug introduced, cause we have never seen it on 5.0 Filip Peter Rossbach wrote: Hey! I have changed the cluster message header format long time ago 5.5.10. In some situations TCP Stack split the message, then the receiver byte array interpretation start to early. Arrggh, after first e

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-15 Thread Peter Rossbach
thing wrong with it. Filip Peter Rossbach wrote: Hey Filip, it was a new one and is only inside >5.5.10 source. After I have change the message header format the bug is comes in. Now it is fixed. Every help is welcome. Peter Filip Hanik - Dev Lists schrieb: out of curiosity, I hav

Re: Time for 5.5.15?

2005-12-23 Thread Peter Rossbach
+1 Thanks Peter Am 23.12.2005 um 20:28 schrieb Yoav Shapira: Hi, Are people ready for a 5.5.15 release? I'd specifically like to know that the showstoppers in 5.5.13 and 5.5.14, e.g. the clustering issue just mentioned by Filip in his other message, are resolved. If so, I'm ready to do a 5.5

Re: [ANN] Clustering broken 5.5.10-5.5.14

2005-12-23 Thread Peter Rossbach
Many thanks for your helpful mail... I hope you have next year more time to work together and test the cluster implementation. Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: Cutting Tomcat 5.5.15 tomorrow (Tuesday)

2006-01-03 Thread Peter Rossbach
Hey, all my clustering fixes are committed. Fine, than I can start to finish the cross context session replication feature. Thanks Peter Am 03.01.2006 um 14:41 schrieb Yoav Shapira: I think so, based on Filip and Peter's +1 to me asking if a release was OK last weekend, and then I never c

Re: [VOTE] Tomcat v5.5.15 Stability

2006-01-14 Thread Peter Rossbach
[x ] Stable - no major issues +1 to release 5.5.15 Peter Am 14.01.2006 um 16:37 schrieb Yoav Shapira: Hi, Tomcat v5.5.15-beta was released last week, and hopefully people have had time to test it a bit. If you have, please vote on its stability below. If you haven't, you still can test it

Re: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-16 Thread Peter Rossbach
Hey, see you any exception inside your log? Regards peter Am 16.01.2006 um 09:29 schrieb Yong Gou: The version of Tomcat server is 5.5.12 -Original Message- From: Yong Gou Sent: 2006年1月16日 16:24 To: dev@tomcat.apache.org Subject: truncated server.xml got when storing config on condi

Re: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-16 Thread Peter Rossbach
.mbeans.ServerLifecycleListener"/> Am 16.01.2006 um 11:03 schrieb Yong Gou: Hi Peter, There were just some info, no severe exception was thrown. You can try it in your environment. Thanks, Eric -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent:

Re: Extending PersistentValve ?

2006-01-16 Thread Peter Rossbach
Am 16.01.2006 um 20:12 schrieb Gary Blomquist: I would like to be able to use round robin loading balancing with a JDBCStore. However, it appears that using the PersistentManager with JDBC store could cause the sessions to be stale when a session migrates between workers due to the asyncr

Re: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-18 Thread Peter Rossbach
; className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener "/> className="org.apache.catalina.storeconfig.StoreConfigLifecycleListene r"/> className="org.apache.catalina.mbeans.ServerLifecycleListener"/> Thanks, Eri

Re: Source for org.apache.coyote.tomcat5.CoyoteConnector

2006-01-18 Thread Peter Rossbach
You can find the tomcat 5.5 connector source at org.apache.catalina.connector.Connector at the catalina/src/share dir. Peter Am 18.01.2006 um 14:30 schrieb Tri Le: Where can I find the source for org.apache.coyote.tomcat5.CoyoteConnector ? I dowloaded the source for Tomcat 5.5.12 but

Re: Source for org.apache.coyote.tomcat5.CoyoteConnector

2006-01-18 Thread Peter Rossbach
mcat5.CoyoteConnector, not org.apache.catalina.connector.Connector, which I have. Peter Rossbach <[EMAIL PROTECTED]> wrote: You can find the tomcat 5.5 connector source at org.apache.catalina.connector.Connector at the catalina/src/share dir. Peter Am 18.01.2006 um 14:30 schrieb Tri

Re: Nightly builds broken

2006-01-24 Thread Peter Rossbach
+1 to have nightly builds! Regards Peter Am 24.01.2006 um 16:52 schrieb Jeanfrancois Arcand: Hi Yoav, Yoav Shapira wrote: Hi, A user pointed out to me that our nightly builds appear to be broken. First I assumed it was due Gump unhappiness and I thought Mark T and Bill B fixed it over

Re: eclipse compiler bug?

2006-01-27 Thread Peter Rossbach
I fix this issue for 5.5.16. http://issues.apache.org/bugzilla/show_bug.cgi?id=38389 Regards Peter Am 27.01.2006 um 14:06 schrieb Yoav Shapira: Hi, Forwarding a message from the solr-dev list, one of my new hangouts, that is relevant to Tomcat. Yoav -- Forwarded message --

Re: IllegalState during invalidate a (Delta)Session.

2006-01-27 Thread Peter Rossbach
Hey, a) DeltaSession and StandardSession has the exact same behaviour. b) SingleSignOn valve can't detect invalidation with call isValid() expiring flag is true at the exipre call. It set to false after SessionDestroy event is called. But before the event is fired, the isValid fla

Cluster - Extra Bytes at Message transfer?

2006-02-08 Thread Peter Rossbach
Hey Flilp, == Question at cluster todo - Average message size For my test application, the average message size has increased from 526 bytes per message to over 750 bytes per message from version 5.0.28 to 5.5.15. Need to investigate why this is the case and where the 200+ extra bytes a

Re: Cluster - questions

2006-02-09 Thread Peter Rossbach
It implements aTCP/IP Socket receiver without NIO. This classes very useful for async mode at some linux platforms. Please, don't remove them, they are very important for some user. I think also we must discuss the next steps to change the cluster code. Regards Peter Am 09.02.2006 um 00:40

Re: svn commit: r377486 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java

2006-02-13 Thread Peter Rossbach
Is that correct that you use now at McastService the same constant? Before it was start(1) and start(2) Peter [EMAIL PROTECTED] Am 13.02.2006 um 22:04 schrieb [EMAIL PROTECTED]: Author: fhanik Date: Mon Feb 13 13:04:20 2006 New Revision: 377486 URL: http://svn.apache.org/viewcvs?rev=37

Re: svn commit: r377486 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java

2006-02-13 Thread Peter Rossbach
my fault last year to changes to quick a lot. Regards Peter [EMAIL PROTECTED] Am 14.02.2006 um 07:37 schrieb Peter Rossbach: Is that correct that you use now at McastService the same constant? Before it was start(1) and start(2) Peter [EMAIL PROTECTED] Am 13.02.2006 um 22:04 schrieb

Unused code at Http11AprProcessor and Http11Processor

2006-02-14 Thread Peter Rossbach
I have seen at Http11AprProcessor and Http11AprProcessor following method that nobody used? private boolean inStringArray(String sArray[], String value) {... Can I remove this ? Regards Peter Roßbach [EMAIL PROTECTED] -

Re: Cluster - questions

2006-02-15 Thread Peter Rossbach
. Peter Am 15.02.2006 um 15:51 schrieb Filip Hanik - Dev Lists: Question, what Linux distributions that run Java 1.4 or higher (required for 5.5) do not support NIO? Filip Peter Rossbach wrote: It implements aTCP/IP Socket receiver without NIO. This classes very useful for async mode at some

Re: svn commit: r378050 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster: ./ deploy/ group/ session/ tcp/

2006-02-16 Thread Peter Rossbach
Fine, but then we move ClusterListener from o.a.c.cluster.session. to default package o.a.c.cluster An independent message bus is very helpful and I like your changes. Great, Peter Am 15.02.2006 um 19:30 schrieb [EMAIL PROTECTED]: Author: fhanik Date: Wed Feb 15 10:30:02 2006 New Revision

Re: AW: Tomcat Connector 1.2.15 - JkOption "FlushPackets"-Bug

2006-02-20 Thread Peter Rossbach
I thing you mus set JkOptions +FlushPackets regards Peter Am 20.02.2006 um 09:28 schrieb Pelikan Stephan: JkOptions FlushPackets

Re: svn commit: r379463 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-02-21 Thread Peter Rossbach
Am 21.02.2006 um 15:41 schrieb [EMAIL PROTECTED]: + +HttpSession.getId will no longer throw an ISE when the session is invalid (remm) + Can we reflect the change also to getLastAccessedTime() ? I thing the DeltaSession need the same change. Peter

Re: svn commit: r379938 - /tomcat/container/tc5.5.x/modules/cluster/to-do.txt

2006-02-22 Thread Peter Rossbach
Hey Filip. I have add the compress flag inside the protocol. It is usefull to send message with an without compression. For short messages it is not usefull to compress, it is an overhead. Before 5.5.15 you made a vote that we carefull with protocol changes, Why you now change so much in

tomcat 5.5 Cluster and JMX

2006-02-23 Thread Peter Rossbach
Hey Filip Why do you think we must move the cluster JMX MBean code? OK, then we can use the cluster components without JMX, but is this really usefull? A lot of my customers have add there own monitoring to the current cluster MBeans. This is really important to see trends and analyse bad sze

Re: tomcat 5.5 Cluster and JMX Re: svn commit: r379938 - /tomcat/container/tc5.5.x/modules/cluster/to-do.txt

2006-02-23 Thread Peter Rossbach
. Please, I do not want to stop the innovation, but why do we not start the new cluster design at a separate module and set the current code base at maintaince mode? Peter Roßbach Am 23.02.2006 um 12:59 schrieb Filip Hanik - Dev Lists: Peter Rossbach wrote: >I have add the compress f

Re: tomcat 5.5 Cluster and JMX Re: svn commit: r379938 - /tomcat/container/tc5.5.x/modules/cluster/to-do.txt

2006-02-23 Thread Peter Rossbach
or the users either. OK, What design change you plan? All message pass a interceptor chain? Filip Peter Rossbach wrote: Hey Filip, what I see is you want make an innovative step. Great, I m very motivated to help that we implement a next generation. But, why do we this implementation not

Re: tomcat 5.5 Cluster and JMX Re: svn commit: r379938 - /tomcat/container/tc5.5.x/modules/cluster/to-do.txt

2006-02-23 Thread Peter Rossbach
Am 23.02.2006 um 15:05 schrieb Filip Hanik - Dev Lists: >Peter Rossbach wrote: as you might understand, it will take me longer time to explain the design to you than to just do it, and you can learn it from the code itself. you'll catch on it it eventually. That is a way, but

Re: Cluster maintenance and improvement

2006-02-23 Thread Peter Rossbach
Many thanks! I thing the best way is to move the new cluster implementation at a new cluster2 module. With the current cluster build system it is easy to generate and copy the calalina-cluster.jar to tomcat local build directory. The only problem currently is ClusterRuleSet must be move fro

Re: Cluster maintenance and improvement

2006-02-23 Thread Peter Rossbach
Hey Rainer, Filip and Remy, Am 23.02.2006 um 17:20 schrieb Rainer Jung: Hi Remy, 1. If we don't primary/secondary will not be available until TC.6 2. TC 6 doesn't have a skeleton nor a date yet. It could have that tomorrow. ... I agree with Peter: it's obvious no one should be doing major

Re: Cluster maintenance and improvement

2006-02-23 Thread Peter Rossbach
Am 23.02.2006 um 16:51 schrieb Rainer Jung: Hi Filip, thanks for taking it seriously! 1. If we don't primary/secondary will not be available until TC.6 > 3. Many people are opting out of clustering today because of lack of > primary/sec. all-to-all is too inefficient for the general public

Re: New clustering module proposal - WAS: Long rants

2006-02-23 Thread Peter Rossbach
Sounds very great +1 many thanks and now I can start very relaxed to my short journey :-) Peter Am 23.02.2006 um 18:25 schrieb Filip Hanik - Dev Lists: Sounds like there is a consensus amongst folks. So to summarize everyones thoughts, let me know if this sounds like a solution agreeable

Re: TomCat monitoring

2006-02-28 Thread Peter Rossbach
Look here http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html Peter Am 24.02.2006 um 19:22 schrieb Michael Gesundheit: Hi, I'm looking for any information concerning TomCat runtime monitoring. Resources status, Memory consumption etc. I could not find any material about this issue

Re: Tomcat 6 source organisation

2006-02-28 Thread Peter Rossbach
We can have maven2 dependency management without use maven2 complete. see. http://maven.apache.org/ant-tasks.html I thing maven is good for standard prepare/compile/test, but is heavy to use with spezial things like the current tomcat release build. I have heard that some "go back to ant" di

Re: New build ?

2006-02-28 Thread Peter Rossbach
I also check at weekend the current cluster base again my test case. Peter Am 28.02.2006 um 18:30 schrieb Yoav Shapira: OK, then, how does the weekend look for a Tomcat release? That'll give everyone a few days to maybe close out some other Bugzilla issue... Yoav On 2/28/06, Remy Maucherat

Re: Tomcat 6 source organisation

2006-02-28 Thread Peter Rossbach
ource organisation On 2/28/06, Peter Rossbach <[EMAIL PROTECTED]> wrote: We can have maven2 dependency management without use maven2 complete. see. http://maven.apache.org/ant-tasks.html We've had some problems with the tasks over in Gump-land. I have no problem with using maven or s

Re: svn commit: r382141 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp: AsyncSocketSender.java DataSenders.properties

2006-03-04 Thread Peter Rossbach
Hey Filip, can we also remove SocketSender? I think PooledSender with queue size 1 is good alternative. Then we must only support one async and sync sender. :-) Peter Am 01.03.2006 um 21:02 schrieb [EMAIL PROTECTED]: Author: fhanik Date: Wed Mar 1 12:02:14 2006 New Revision: 382141 UR

Re: svn commit: r383120 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java

2006-03-04 Thread Peter Rossbach
Oops... Am 04.03.2006 um 16:54 schrieb Remy Maucherat: [EMAIL PROTECTED] wrote: Author: pero Date: Sat Mar 4 06:45:50 2006 New Revision: 383120 URL: http://svn.apache.org/viewcvs?rev=383120&view=rev Log: remove also ISE from getLastAccessTime to support SingleSignOn. Although this is blatan

Re: [VOTE] Apache Tomcat v5.5.16 Stability

2006-03-12 Thread Peter Rossbach
Yes, I have fix it but 5.5.16 is very stable. The release fix some very critcal APR AJP bugs! Peter Am 12.03.2006 um 19:16 schrieb Filip Hanik - Dev Lists: wasn't there an issue with SSO and clustering? Peter? Filip Yoav Shapira wrote: Hi, Apache 5.5.16 (tentatively rated at beta st

Re: [VOTE] Apache Tomcat v5.5.16 Stability

2006-03-12 Thread Peter Rossbach
Apache Tomcat v5.5.16 is: [x ] Stable (no major issues) minor issue that SSO not work! [ ] Beta (at least one major issue: please provide details) [ ] Alpha (multiple significant issues: please provide details) Peter - To

Why we need at Http11AprProtocol a synchronization?

2006-03-14 Thread Peter Rossbach
At a small review I find this inside: o.a.coyote.http11.Http11AprProtocol .. public boolean process(long socket) { ... L: 619 if (proto.getDomain() != null) { synchronized (this) { try { Req

Re: svn commit: r386120 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-15 Thread Peter Rossbach
Thanks, :-) Peter Am 15.03.2006 um 18:29 schrieb [EMAIL PROTECTED]: Author: remm Date: Wed Mar 15 09:29:02 2006 New Revision: 386120 URL: http://svn.apache.org/viewcvs?rev=386120&view=rev Log: - As suggested by Peter, move getWorkerThread inside the try (an OOM could occur). This isn't going

Re: svn commit: r386148 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/ tcp/ tcp/bio/ tcp/nio/

2006-03-15 Thread Peter Rossbach
Hey Filip, I thing you must also sync the first get statement :-) public static SenderState getSenderState(Member member) { +SenderState state = (SenderState)memberStates.get(member); +if ( state == null ) { +synchronized ( memberStates ) { +state = (

Re: [VOTE][RESULT] Tomcat v5.5.16 Stability

2006-03-16 Thread Peter Rossbach
I also can't find apr static link command for MAC OS X. At MAC OS X the tcnative library´suffix must be jnilib instead dylib. How I can change this? peter Am 16.03.2006 um 15:15 schrieb Henri Gomez: 2006/3/16, Mladen Turk <[EMAIL PROTECTED]>: Henri Gomez wrote: We could comment how to

Re: http://issues.apache.org/bugzilla/show_bug.cgi?id=38984

2006-03-17 Thread Peter Rossbach
The current os.c patch works well at mac os x. and currently the IS_UNIX flag is enough. But my research for more mac os x system info is hard. Help is needed... Thanks peter Am 17.03.2006 um 11:10 schrieb Mladen Turk: Jim Jagielski wrote: I'm thinking... the behavior we want is that non-W

Re: mod_jk [STATUS]

2006-03-17 Thread Peter Rossbach
+1 for that, I can made my tests at weekend. Regards Peter Am 17.03.2006 um 12:37 schrieb Mladen Turk: Hi all, There is quite large list of fixed bugs for mod_jk from the 1.2.15: #37469: Fix shared memory close for forked childs. #37332: Fix potential misuse of buffer length with snprintf

Re: mod_jk [STATUS]

2006-03-17 Thread Peter Rossbach
Hey Malden, I have found one compile error: /bin/sh /Users/peter/server/apache2.0.55w/build/libtool --silent -- mode=compile gcc -I/Users/peter/server/apache2.0.55w/include -g -O2 - g -O2 -DHAVE_APR -I/Users/peter/develop/apache/httpd-2.0.55/srclib/ apr/include -I/Users/peter/develop/apache

Re: svn commit: r386629 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2006-03-17 Thread Peter Rossbach
Hi, I wait for second MacBook generation and then Cool design, and a very hot computer... Some people have make last days the first Windows XP up and running and Suse linux works nicely... ;-) Peter Am 17.03.2006 um 13:43 schrieb Mladen Turk: [EMAIL PROTECTED] wrote: Fix gcc 4.0.1

Re: mod_jk [STATUS]

2006-03-17 Thread Peter Rossbach
+1 Can you please create a windows binaries? I start testing at weekend and I hope Rainer can also do testing at solaris. Thanks peter Am 17.03.2006 um 14:27 schrieb Mladen Turk: Remy Maucherat wrote: +1, but make sure you test it (I see lots of last minute fixes). Well, I hope I wo

Missing support from busy worker at jk_lb_worker.find_best_bydomain

2006-03-18 Thread Peter Rossbach
Hi, Find that method find_best_bydomain not suppoprt the new busy lb strategy! --- L252 jk_lb_worker.c /* Take into calculation only the workers that are * not in error state, stopped or not disabled. */ if (JK_WORKER_USABLE(p->lb_workers[i].s)) {

Re: svn commit: r388500 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-24 Thread Peter Rossbach
Cool catch => Use simple data structure, with fine performance impact. :-) Peter Am 24.03.2006 um 13:37 schrieb [EMAIL PROTECTED]: Author: remm Date: Fri Mar 24 04:37:27 2006 New Revision: 388500 URL: http://svn.apache.org/viewcvs?rev=388500&view=rev Log: - As suggested by Peter, replace th

Re: Challenges for Java hosting

2006-04-06 Thread Peter Rossbach
Hey, Java/JSP and Tomcat for german hoster is a very bad story. For two year we start a tomcat 5.0 based spezial tomcat distibution for hosting. The Centaurus Platform has show that effectiv hosting is possible. Problem is to find hoster that use that package. Look at http://centaurus.sour

Re: Challenges for Java hosting

2006-04-07 Thread Peter Rossbach
tuff My german is too bad but from what I could see it seems a good candidate. Could this works be ported back into ASF Tomcat 5.5.x ? Or better included in ASF Tomcat ? 2006/4/7, Peter Rossbach <[EMAIL PROTECTED]>: Hey, Java/JSP and Tomcat for german hoster is a very bad story. For t

APR Sendfile Support with MAC OS X not yet implemented

2006-04-08 Thread Peter Rossbach
Hi, I have test the sendfile apr connector feature with MAC OS X 10.4.5, Java 1.5, APR 1.2.2, Tomcat svn head, Every time as sendfile is use the AprEndpoint.add(SendfileData data) Socket.sendfilen() L1417 returned code 70023 APR_ENOTIMPL Not yet implemented?! Any hint, have APR 1.2.6 a MAC

Re: APR Sendfile Support with MAC OS X not yet implemented

2006-04-08 Thread Peter Rossbach
Peter Am 08.04.2006 um 11:23 schrieb Mladen Turk: Peter Rossbach wrote: Hi, I have test the sendfile apr connector feature with MAC OS X 10.4.5, Java 1.5, APR 1.2.2, Tomcat svn head, Every time as sendfile is use the AprEndpoint.add(SendfileData data) Socket.sendfilen() L1417 returned

Re: APR Sendfile Support with MAC OS X not yet implemented

2006-04-08 Thread Peter Rossbach
Ups, now I find the root of my strange problem... Peter Rossbach wrote: Arrg, you are right! It seems that MAC OS X have no sendfile support. I have search, but I can't find sys/sendfile.h I don't understand why Library.APR_HAS_SENDFILE not set correctly :-( apr.h is correc

Re: APR Sendfile Support with MAC OS X not yet implemented

2006-04-08 Thread Peter Rossbach
OK, but then all user need a new tcnative releas. I thing the correction at Library.java is the better option, but I am not sure! Peter Am 08.04.2006 um 14:25 schrieb Mladen Turk: Peter Rossbach wrote: Ups, now I find the root of my strange problem... I think that isn't correct or

Found two compiler warnings at MAC OS X at tcnative/apr

2006-04-08 Thread Peter Rossbach
I got these two warnings: /bin/sh /Users/peter/tools/local//build-1/libtool --silent -- mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN - DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 - DHAVE_OPENSSL -I/Users/peter/tomcat/develop/tomcat55/connectors/jni/ native/include -I/Syste

Re: "Critical poller failure" when using tcnative

2006-04-11 Thread Peter Rossbach
Can you send me a simple testcase, then I can check it. Cheers Peter Am 10.04.2006 um 23:14 schrieb Jean-frederic Clere: Remy Maucherat wrote: Mladen Turk wrote: Right. I was hoping to have the native release by the end of the week also. Since installer depends on outside natives, the na

Re: "Critical poller failure" when using tcnative

2006-04-11 Thread Peter Rossbach
+1, good time to build a next release, some off my customers see the pooler message :-) Peter Am 10.04.2006 um 16:17 schrieb Yoav Shapira: Hola, I just looked at the changelog, and the EINTR status code fix was post 5.5.16 (it will be included in 5.5.17), so at least things are fairly l

Re: Changing failover session's jvmRoute if cookies are disabled

2006-04-11 Thread Peter Rossbach
Hi, Brian, I think you are right! It exist no reason why we only change the session id at cookie session id case! Hmm, I thing my test env and customer app are cookie based :-( Then I later not made it ready to support also request session ids. I find a easy fix to getting it work. The enhan

Re: svn commit: r394113 - in /tomcat/container/tc5.5.x: modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardContextSF.java modules/storeconfig/src/share/org/apache/catalina/storeconf

2006-04-14 Thread Peter Rossbach
Hi Yoav, that is not the complete story. I start analyse the fix, and find more things I hope I can fix it next hour. Cheers Peter Am 14.04.2006 um 16:58 schrieb [EMAIL PROTECTED]: Author: yoavs Date: Fri Apr 14 07:58:10 2006 New Revision: 394113 URL: http://svn.apache.org/viewcvs?

Re: svn commit: r394113 - in /tomcat/container/tc5.5.x: modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardContextSF.java modules/storeconfig/src/share/org/apache/catalina/storeconf

2006-04-14 Thread Peter Rossbach
ue, and explain your thoughts... Yoav On 4/14/06, Peter Rossbach <[EMAIL PROTECTED]> wrote: Hi Yoav, that is not the complete story. I start analyse the fix, and find more things I hope I can fix it next hour. Cheers Peter Am 14.04.2006 um 16:58 schrieb [EMAIL PROTECTED]: Author

Re: svn commit: r394113 - in /tomcat/container/tc5.5.x: modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardContextSF.java modules/storeconfig/src/share/org/apache/catalina/storeconf

2006-04-14 Thread Peter Rossbach
OK! Can you explain, why we set Context.docBase to MyApps as conf/ Catalina/localhost/MyApps.xml deployed with following contents How I can find at runtime the real docBase path? Regards Peter Am 14.04.2006 um 19:59 schrieb Remy Maucherat: Peter Rossbach wrote: Hi Yoav, the proposed

Re: svn commit: r394113 - in /tomcat/container/tc5.5.x: modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardContextSF.java modules/storeconfig/src/share/org/apache/catalina/storeconf

2006-04-15 Thread Peter Rossbach
Hmm, but why we not store the original docBase at Context ? StoreConfig need it to store the correct path at conf/Catalina/localhost/ MyApps.xml after a change? Peter Am 14.04.2006 um 22:23 schrieb Bill Barker: -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Peter Rossbach
Hi Remy, look at the stats update at StandardSession/DeltaSession exipre(boolean) StandardSession L 713. synchronized (manager) { if (timeAlive > manager.getSessionMaxAliveTime()) { manager.setSessionMaxAliveTime(timeAlive); }

Re: svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-22 Thread Peter Rossbach
r the refactoring finished I hope the integration for all subclasses are become eaisier. Peter Am 22.04.2006 um 19:24 schrieb Filip Hanik - Dev Lists: Peter Rossbach wrote: I plan to start refactoring that DeltaManager/DeltaSession at current cluster and new ha cluster are real subcl

Vote for Refactoring ManagerBase/DeltaManager

2006-04-24 Thread Peter Rossbach
Yes, thing a real refactoring must start at ManagerBase. Then we get a better interface for easier subclassing Manager like DeltaManager at existing cluster and ha modules and other implementation like JBoss. I thing we have now some options: a) Refactoring at tomcat 5.5 later port to 6.0 b)

Re: Vote for Refactoring ManagerBase/DeltaManager

2006-04-24 Thread Peter Rossbach
Peter Am 24.04.2006 um 18:24 schrieb Rainer Jung: Peter Rossbach wrote: Yes, thing a real refactoring must start at ManagerBase. Then we get a better interface for easier subclassing Manager like DeltaManager at existing cluster and ha modules and other implementation like JBoss. I thi

Re: [VOTE] Tomcat v5.5.17 Stability

2006-04-24 Thread Peter Rossbach
Am 24.04.2006 um 20:15 schrieb Yoav Shapira: Hey dudes and dudettes, Our test candidate v5.5.17-beta has been available for a little more than a week now. I hope you've had time to test it. If so, please vote on its stability below. If you haven't had time to test it, this vote will run for

Re: Vote for Refactoring ManagerBase/DeltaManager

2006-04-24 Thread Peter Rossbach
Hi Filip, Am 24.04.2006 um 20:19 schrieb Filip Hanik - Dev Lists: Peter Rossbach wrote: OK, I have no real problem to made my changes at 6.0 base first, but it is really stable? I see that Connector change currently and this can be a problem. Quick integration tests with connector that are

Re: Memory usage Tomcat 3.3 vs 5.5

2006-04-26 Thread Peter Rossbach
Hi Henri, I have tomorrow a talk with Thorsten. Steps: Made a tomcat 5.5 port english doc After these steps we can contribute it easier to ASF and more people can test it :-) Peter Am 26.04.2006 um 09:13 schrieb Henri Gomez: Well the extra memory could be a penalty, but what I like to s

Re: Why is IBM still using Tomcat 5.0?

2006-04-27 Thread Peter Rossbach
:-) Great that also my experience. Yep, now 5.5.17 is out and I hope we got more people to migrate. Cheers Peter Am 27.04.2006 um 22:58 schrieb Filip Hanik - Dev Lists: most folks I know are still using 5.0 (and 4.1), both have been stable much longer than 5.5, most companies think bett

Re: The purpose of provided tomcat-users.xml

2006-04-28 Thread Peter Rossbach
Yes, defaults are very fine, but secret parameter need active user interaction. also -1 Peter Am 28.04.2006 um 11:54 schrieb Remy Maucherat: Mladen Turk wrote: Hi, The provided tomcat-users.xml is obviously used as an example. Can we tweak that so that it actually allows the admin and ma

Re: The purpose of provided tomcat-users.xml

2006-04-28 Thread Peter Rossbach
07 schrieb Mladen Turk: Peter Rossbach wrote: Yes, defaults are very fine, but secret parameter need active user interaction. I didn't say it will be enabled by default. If commented out like in tc6, it would need an user intervention anyhow, so the user uncommenting the credentials sho

Re: Core webapps and clustering

2006-05-04 Thread Peter Rossbach
I think we can merge both cluster and storeconfig modules to new tc 6. For current user it is easier. Only change is that new ha cluster module are packaged as seperate jar (name change a build.xml) and we must change the bootstrap logic at config parsing. I think user better switch cluster

Re: Core webapps and clustering

2006-05-04 Thread Peter Rossbach
this idea Filip and Costin? Peter Am 04.05.2006 um 20:23 schrieb Costin Manolache: On 5/4/06, Peter Rossbach <[EMAIL PROTECTED]> wrote: I think we can merge both cluster and storeconfig modules to new tc 6. For current user it is easier. Only change is that new ha cluster module are

Re: Core webapps and clustering

2006-05-04 Thread Peter Rossbach
Hi, Am 05.05.2006 um 05:34 schrieb Filip Hanik - Dev Lists: I'd thought I'd chip in my 2 cents, 1. I don't think we should keep maintaining two clustering modules in TC6, the old one has too many limitations, I would leave it as a module since its stable, but I don't have any plans of

Re: Core webapps and clustering

2006-05-05 Thread Peter Rossbach
Am 05.05.2006 um 14:13 schrieb Henri Gomez: Well being modular, components oriented won't be bad. It's not about cloning Geronimo, but allowing tomcat to get more and more modules and extensions, like does Apache HTTPD Good topic, small core with a lot of nice features... Tomcat as a plugin c

Re: Core webapps and clustering

2006-05-05 Thread Peter Rossbach
Am 05.05.2006 um 14:38 schrieb Henri Gomez: Well we discuss for Tomcat 6, not Tomcat 5.5 +1, exactly Did there is some deadlines for Tomcat 6 ? No! We have time, but we need a good plan, design and developer team that really implement the stuff. :-) 2006/5/5, Peter Rossbach <[EM

  1   2   3   4   >