Re: [VOTE] 5.5.12 Stability

2005-10-06 Thread Peter Rossbach
Tested with Mac OS (10.4) , Win32 and Suse 9.3 prof. Tomcat 5.5.12 is: [x] Stable - no major issues, [ ] Beta - at least one major issue: what is it? [ ] Alpha - multiple things or a real showstopper: please provide details..

Re: Releasing JK 1.2.15

2005-09-23 Thread Peter Rossbach
Hey Mladen, can we also integrate the better domain loadbalancer support at jk_lb_worker.c? I think that we don't change the lb_value inside sticky mode at every request. Can we comment out or remove lines L413-431? Thanks, Peter Mladen Turk schrieb: There has been couple of major bug

Re: Releasing JK 1.2.15

2005-09-23 Thread Peter Rossbach
. But this little change was very helpful at some of my production customers sites :-) Peter Mladen Turk schrieb: Peter Rossbach wrote: Hey Mladen, can we also integrate the better domain loadbalancer support at jk_lb_worker.c? I think that we don't change the lb_value inside sticky mode

Re: Bug or Feature inside mod_jk loadbalancer algo?

2005-09-16 Thread Peter Rossbach
Sounds good to me. Wrote a spec before implementation is very helpfull :-) The domain case with sticky session and real clustered szenarios is not easy. Peter Mladen Turk schrieb: Peter Rossbach wrote: Hey, I have a strange loadbalancer behaviour at a customer site with Apache 2

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm UserDatabaseRealm.java

2005-08-18 Thread Peter Rossbach
Hey Bill, many thanks to clean this up Peter [EMAIL PROTECTED] schrieb: billbarker2005/08/17 21:41:02 Modified:catalina/src/share/org/apache/catalina/realm UserDatabaseRealm.java Log: Clean up previous patch so it works with Custom UserDatabases, not just

Re: why is Principal not serialized for clustering replication of ses sion?

2005-08-17 Thread Peter Rossbach
don't like this behaviour. Any ideas to change it are very welcomed! Please open a bug report that we can work together at this auth topic and documened it well at changelog. Thanks for reporting this. Peter Peter Rossbach schrieb: Hmm, I have look inside source of DeltaRequest public

Re: why is Principal not serialized for clustering replication of ses sion?

2005-08-16 Thread Peter Rossbach
Hmm, I have look inside source of DeltaRequest public void setPrincipal(Principal p) { int action = (p==null)?ACTION_REMOVE:ACTION_SET; SerializablePrincipal sp = null; if ( p != null ) { sp = SerializablePrincipal.createPrincipal((GenericPrincipal)p); }

Re: New tag ?

2005-07-22 Thread Peter Rossbach
Hey Remy, I talk with Stefan Bodwig at ApacheCon about the revision problem. He has implement a small antlib project and hope this help http://svn.apache.org/repos/asf/ant/sandbox/antlibs/svn/trunk/ I have not test it yet, but it seams that we can use this ... == I can help to migrate to svn

Re: New tag ?

2005-07-21 Thread Peter Rossbach
Yes, I also think we can build a 5.5.10 release with all the new stuff. The new cluster redesign version is yet only tested under small load. Better I commit my new jkstatus task after my three week holiday for next release (5.5.11). I have add a new lib (catalina-jmx-ant.jar) for jmx ant

Re: Tomcat Session Replication Portlets

2005-07-09 Thread Peter Rossbach
Hey Eric, which tomcat release you use? I have change a lot inside the current 5.5 cvs head and hope your work is compatible with this changes. I thing your changes is not easy and you must reflect that other Valves and Listener must also reflect your API deprecated CrossContext feature. Why

Re: cvs commit: jakarta-tomcat-connectors/jk/tools jkrelease.sh

2005-07-01 Thread Peter Rossbach
Hey, I can build the binaries for suse 9.3, 9.1 and I hope for MAC OS X 10.4 I am ready to commit an ant task to represent current apache jk status show command result. I am no sure that the jkstatus ant task are a new submodule from jakarta-tomcat-connectors/jk/ (my current place) or better

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2005-06-30 Thread Peter Rossbach
Remy Maucherat schrieb: [EMAIL PROTECTED] wrote: billbarker2005/06/29 19:49:38 With a 16K bufferSize, the APR connector is no longer the clear winner in performance. For BC, it's currently disabled by default, but it's easy enough to change that after some more testing. Yes, I can

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper HostMap.java Mapper.java

2005-06-04 Thread Peter Rossbach
Hey Remy, For usefull feature I don't give up :-) The default of host alias matching is off. The current implementation is little bit fast then the old one. (Great) Every user of this feature can limit the dynamic host addition with Connector port=8080 allowedAliasMatches=10 / The wild card

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper HostMap.java Mapper.java

2005-06-04 Thread Peter Rossbach
Hey. Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, For usefull feature I don't give up :-) Fine, I'll just revert your patch then ;) Hmm, thanks for that... :-( The default of host alias matching is off. The current implementation is little bit fast then the old one

Re: Summer of code

2005-06-03 Thread Peter Rossbach
Hey Tim, Have you see this fine mod_rewrite filter at http://tuckey.org/urlrewrite/. What you mean, can we use the common httpclient for backend proxy implementation? It has a stable pooling with keepalive handling and http/https support. Peter Tim Funk schrieb: Here is more detail of

Re: [ANN/VOTE] JK 1.2.12 Released

2005-05-07 Thread Peter Rossbach
[X] Stable -- good build [ ] Alpha -- something serious is wrong: what is it? I vote for stable and build now the jk 1.2.12 for Suse 9.3. Peter Mladen Turk schrieb: Hi, JK 1.2.12 has been released. This is mostly a bug fix release over JK 1.2.10 and fixes wc_close bug found in 1.2.11. Please see

Re: Tagging 1.2.12

2005-05-06 Thread Peter Rossbach
Hi Mladen, yersterday I fix the stopped flag bug. In some case the stopped flag was ignored. I test one case that is not well handled: Configure only one disabled lb worker and requests without session id was handled. Hups! I think the special case only one worker at

Re: Tagging 1.2.12

2005-05-06 Thread Peter Rossbach
Hey, I thing we are ready to build a release. The 1.2.11 have little bugs but was stable and now the bug fix 1.2.12 coming soon. I have test a couple of weeks the cvs head and thing it is a good release. A lot of people waiting for it. Thats my problem :-) Peter Mladen Turk schrieb: William A.

Re: Code Submission - Wild Card Aliases

2005-05-05 Thread Peter Rossbach
Great news, can you post your new code that we can test it also? Many thanks Peter George Sexton schrieb: The measurement was calculated by taking the median reading of 10 consecutive executions. Just for your edification they were: New Code: 7373ms 7395ms 7383ms 7370ms 7384ms 7385ms 7395ms 7376ms

Re: [OT] - benchmark on APR stuff

2005-05-03 Thread Peter Rossbach
Thanks it works with the cvs head from jmeter (2.1) Peter Jason Brittain schrieb: Peter Rossbach wrote: Hey Peter, I have download and install Jmeter 2.0.3 and want load your testplans, but I got this error: 2005/05/03 06:45:43 INFO - jmeter.gui.action.Load: Loading file: D:\peterlintestplan

Re: Code Submission - Wild Card Aliases

2005-05-03 Thread Peter Rossbach
Hey Remy and George, I have analyse the patch and find it very usefull. When you have a lot of customer at one tomcat with a lot of virtual hosts and customer can change there subdomains mapping, this * Alias Feature is a great help. I have the next two week limit time, but I thing we can

Re: Code Submission - Wild Card Aliases

2005-05-03 Thread Peter Rossbach
I also thing that the impact is small but the feature is very usefull. A connector option enableAliasWildcardMatching was a good idea. +1 for the patch again. Peter George Sexton schrieb: 0.05% lower is hardly a sufficient reason to reject this. George Sexton MH Software, Inc.

Re: Code Submission - Wild Card Aliases

2005-05-03 Thread Peter Rossbach
Hey George, the Mapper is create inside Connector. I think we must setup the new Connector option before we start the MapperListener inside Connector.start() add connector and Mapper property enableAliasWildcardMatching at Connector o.a.c.connector.Connector L1076 if( this.domain != null

Re: mod_jk configure failover

2005-05-02 Thread Peter Rossbach
Hey Glenn, a hot standby is very easy. You confgure your nodes inside a loadbalancer and then disabled some nodes. Very best is, you can configure this with the new lb status worker. Example: IfModule !mod_jk.c LoadModule jk_module modules/mod_jk.so /IfModule JkWorkerProperty

Re: mod_jk configure failover

2005-05-02 Thread Peter Rossbach
Hey Glenn, yes, disabled means, only that no new sessions send to a worker, but request with JSESSIONID send to the worker and stopped means, no more requests send to a worker. Peter Glenn Nielsen schrieb: On Mon, May 02, 2005 at 06:17:50PM +0200, Mladen Turk wrote: Glenn Nielsen wrote:

Re: Code Submission - Wild Card Aliases

2005-05-02 Thread Peter Rossbach
Hey Geroge, I review the mapper patch. Cool! I think getHosts is a little bit strange: What you think about this: public String[] getHosts() { Host[] hosts ; synchronized(this) { hosts=new Host[hmHosts.size()]; hosts=(Host[])hmHosts.values().toArray(hosts);

Re: [OT] - benchmark on APR stuff

2005-05-02 Thread Peter Rossbach
Hey Peter, I have download and install Jmeter 2.0.3 and want load your testplans, but I got this error: 2005/05/03 06:45:43 INFO - jmeter.gui.action.Load: Loading file: D:\peterlintestplan\concurrent_1.jmx 2005/05/03 06:45:43 ERROR - jmeter.save.SaveService: Problem loading part of file

Re: mod_jk problem with domain clustering and restart node or application

2005-04-26 Thread Peter Rossbach
Hey Mladen, Mladen Turk schrieb: Peter Rossbach wrote: Hey Mladen, I used the tomcat at cluster mode, but your answer is a little bit to easy. Sticky session is the only way for the most applications to be consistens. Session replication is only a secondary feature when failure occured. Why

Re: mod_jk problem with domain clustering and restart node or application

2005-04-26 Thread Peter Rossbach
Hey Mladen, I have made successfull a test implementation to deactived a worker. I works very fine for me at windows. Now made a second test under apache 2.0.54 and Linux 9.3 with worker and prefork MPM. I think in two hour I am ready to checkin the change. :-) Peter Peter Rossbach schrieb: Hey

Re: mod_jk problem with domain clustering and restart node or application

2005-04-26 Thread Peter Rossbach
Mladen Turk schrieb: Peter Rossbach wrote: Are you sure this is absolute necessity? But at cluster the session are replicated, and we must not wait. Please, can we add a flag active=false/true to test my idea. What do you thing I can start a quick experiment and send you the diffs for reviewing

Re: mod_jk problem with domain clustering and restart node or application

2005-04-26 Thread Peter Rossbach
Hey Malden, Mladen Turk schrieb: Peter Rossbach wrote: I name the flag deactived. Look, can we prolong that to the next release? I would really appreciate that, because the 1.2.11 should be a bug-fix release. Changing that would break the current configurations, and IMO we could think

Re: mod_jk problem with domain clustering and restart node or application

2005-04-26 Thread Peter Rossbach
Thanks, stopped is a very good name! Peter Georg v. Zezschwitz schrieb: On Tue, Apr 26, 2005 at 01:10:13PM +0200, Peter Rossbach wrote: I name the flag deactived. Sorry for a lurkers comment from the background (and I am neither a native speaker). But I guess it should be named

Can't compile jk nativ connector under Suse 9.3

2005-04-26 Thread Peter Rossbach
I have a jk native compilation problem at suse 9.3 with the current CVS HEAD. Can't compile jk_connect.c jk_connect.c: In function 'jk_shutdown_socket' : jk_connect.c:485: error 'SD_SEND' undeclared (first use in this function) jk_connect.c:485: error (Each unde ... How can I find the missing

Re: Can't compile jk nativ connector under Suse 9.3

2005-04-26 Thread Peter Rossbach
. schrieb: grep -r SD_SEND /usr/include/* grep -r SD_SEND /usr/local/include/* ? Tell us where it's hidden and it's more likely we can come up with an appropriate patch. Any ./configure output would also be helpful. At 01:01 PM 4/26/2005, Peter Rossbach wrote: I have a jk native compilation problem

Re: JK Releasing 1.2.11/1.2.12

2005-04-25 Thread Peter Rossbach
Hey Mladen, that is a very shot time period for testing. I can start some test not before monday next week, but I setup a new server today a start with testing with jk cvs head. Thanks for write documentation of the status worker :-) Sorry, but the current cluster implementation changes and

mod_jk problem with domain clustering and restart node or application

2005-04-25 Thread Peter Rossbach
One of my problems with clustering are: Szenario: - three domains of cluster with two or three tomcat nodes - have more then one application at this cluster - all nodes server the same application set - sticky session on Goal - restart an application at single node Probleme - How can configure

Re: mod_jk problem with domain clustering and restart node or application

2005-04-25 Thread Peter Rossbach
Hello Mladen , yes Remy, we have currently no chance inside tomcat. :-( My szenario is really important when automatic alive monitoring detect that inside an application or node is something wrong (Out Of Memory Exception, all thread hang, detect a deadlock or other nice application relevant

Re: JK Releasing 1.2.11/1.2.12

2005-04-25 Thread Peter Rossbach
OK, I read the changes and I also want a next release :-) Peter PS: Start testing with the current code base at windows xp and suse 9.3 Mladen Turk schrieb: Peter Rossbach wrote: that is a very shot time period for testing. Well, some of the things are really critical, so that's the reason. I can

Re: mod_jk problem with domain clustering and restart node or application

2005-04-25 Thread Peter Rossbach
with remove the domain feature, and also test it with a fresh compile cvs head, but also it not working. What is wrong at my mod_jk configuration? Peter Mladen Turk schrieb: Peter Rossbach wrote: Hello Mladen , What I want is, that we can stop request sending from mod_jk side at a single node. Why we

Re: mod_jk problem with domain clustering and restart node or application

2005-04-25 Thread Peter Rossbach
the semantic of disable? Then all request goes to the other replication members in a cluster domain and restarting is easy without risk and waiting time. Peter Mladen Turk schrieb: Mladen Turk wrote: Peter Rossbach wrote: Hmm, that disabling feature not work at my configuration. worker.node2.domain

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2005-04-23 Thread Peter Rossbach
Hey Mark, I roll it back. Thanks Peter Mark Thomas schrieb: Peter, One of your related changes (http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/modules/cluster/build.xml?r1=1.14r2=1.15diff_format=h) has broken the 5.5 build on 1.4 JDKs :( Can you roll it back or commit an alternative

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2005-04-16 Thread Peter Rossbach
I also thing, made this check is better, as thing the generator work as aspected !! vote +1 to add the session duplication check again. Peter Bill Barker schrieb: Remy Maucherat [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: pero2005/04/15

Re: Tomcat and APR

2005-04-16 Thread Peter Rossbach
At last week I use very successfull the httperf load tool to simulate sessions request. With httperf you can generate high load and it is easy to configure. You can configure think time between requests. But with session handling on, we see some corrupted requests.

Re: Cluster fixes - Need Coordination of work

2005-04-16 Thread Peter Rossbach
and checkin it in this weekend. Your ClusterSessionListener server.xml change is not needed. At cluster starts a ClusterSessionListener was created, when no other listener is configured. Peter Filip Peter Rossbach wrote: Yes, I have change a lot and it is time to test and stabilze the code. s

Re: Cluster fixes

2005-04-15 Thread Peter Rossbach
Yes, I have change a lot and it is time to test and stabilze the code. s. to-do.txt for more :-) The current cluster code with 5.5.9 fix pack work very well I testet the fix under very high load last week Peter - Great that you also start to look inside the code. Filip Hanik - Dev Lists

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2005-04-15 Thread Peter Rossbach
Yes, this was the only different between DeltaManager and ManagerBase. What we do? remove the comment or detect so strange things? Peter Remy Maucherat schrieb: [EMAIL PROTECTED] wrote: pero2005/04/15 13:15:45 Modified:catalina/src/share/org/apache/catalina Cluster.java

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2005-04-11 Thread Peter Rossbach
Yes your arguments are correct, but this method is very usefull to test the cluster implemention, a very important use case. :-) Thanks Peter Jason Brittain schrieb: subsection name=Cluster changelog add +DeltaManager has now JMX expireAllLocalSessions and

Re: [VOTE] 5.5.9 Stability

2005-04-10 Thread Peter Rossbach
Hi, I have add my 5.5.9 clustering fix pack to the following bug report: http://issues.apache.org/bugzilla/show_bug.cgi?id=34389 Vote for stable 5.5.9 [X] All clustering user can extract the fix pack and all is working well. :-) Peter Yoav Shapira schrieb: Hi, Ok, this give me and Filip time

Re: [VOTE] 5.5.9 Stability

2005-04-10 Thread Peter Rossbach
Thanks, and I hope Filip has time to review and test it. Peter. PS: I am now start to port the fix to my changed 5.5.10 code. Remy Maucherat schrieb: Peter Rossbach wrote: I have add my 5.5.9 clustering fix pack to the following bug report: http://issues.apache.org/bugzilla/show_bug.cgi?id=34389

Re: [VOTE] 5.5.9 Stability

2005-04-09 Thread Peter Rossbach
Hey, the problem is arround the keep a live handling code and the auto reconnect at SimpleTcpCluster. One thread can say: I drop the connection and open new one, then start transfer message and wait for ack. Other thread comes and see ups. the connection is not there. ( Arrg missing

Re: [VOTE] 5.5.9 Stability

2005-04-09 Thread Peter Rossbach
Congratulation, too! Peter Yoav Shapira schrieb: Hi, The problem is that clustering only patches in HEAD may pick up incompatible changes, like the Session.getId patch. We also shouldn't do a new 5.5.10 tag based on HEAD, as it would pick up the risky stuff. Maybe one solution would be to do a

Re: [VOTE] 5.5.9 Stability

2005-04-09 Thread Peter Rossbach
that it is experimental in this build. Ok, this give me and Filip time for real stability testing and review the 5.5.10 codebase. I also package my fixes to the 5.5.9 codebase for some test user as bug report.. Peter Remy Maucherat schrieb: Peter Rossbach wrote: My customers needs the new 5.5.9 Release. The best

Re: [VOTE] 5.5.9 Stability

2005-04-08 Thread Peter Rossbach
Hey, [X] Stable -- good build (Normal Tomcat) [X] unstable and buggy cluster code, Argg! The normal Tomcat features are very stable on my tests. But my cluster code refactorings has drop the clustering. I have test the cluster under load this week and find some very bad bugs :-( - Complete

Re: Question: Strange Session Remove Attribute

2005-04-05 Thread Peter Rossbach
calls, emit remove event. Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hups, the remove session attribute events after session destory is documented at the servlet spec? Any hint welcome Yes, read the javadoc for HttpSessionBindingListener. Rémy

Syntax from JkEnvVar is changed

2005-04-05 Thread Peter Rossbach
Hey, I want transfer a static version number with every request SetEnv config.version 1.0 JkEnvVar config.version but I got this apache startup failure Syntax error on line 25 of D:/tomcat//mod_jk/mod_jk.conf: JkEnvVar takes two arguments, Adds a name of environment variable that should be

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Peter Rossbach
Hmm, I see the following problem with the current session expire strategie. Today a) Notify session destroy event = All session attributes are active b) Set session as invalid c) Notify session remove attribute event - Hups = Now the listener detect IllegalStateExceptions

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Peter Rossbach
Hey Remy, can you please explain why the remove attribute event notification is wrong when context is destroy? Thanks Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hmm, I see the following problem with the current session expire strategie. Today a) Notify session destroy event

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Peter Rossbach
Good answer! But why we emit remove session attribute events when sesssion is destroy? I think the session expire is also a clean up thing and nobody need the remove attribute events. Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, can you please explain why the remove attribute

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Peter Rossbach
Hups, the remove session attribute events after session destory is documented at the servlet spec? Any hint welcome Peter Remy Maucherat schrieb: Peter Rossbach wrote: Good answer! But why we emit remove session attribute events when sesssion is destroy? I think the session expire is also

Re: [VOTE] PMC Chair

2005-03-28 Thread Peter Rossbach
Hello Henri, here ist my vote ([EMAIL PROTECTED]) The initial Tomcat PMC chair should be: [X ] Remy Maucherat [ ] Yoav Shapira regards Peter Henri Yandell schrieb: Just as an update, I've recorded 11 public/private votes from: Keith Wannamaker (keith) Mark Thomas (markt) Larry Isaacs (larryi)

Re: JK 1.2.9 Release

2005-03-26 Thread Peter Rossbach
Hello Mladen, Sounds good, some of my customers wait for a new stable release :-) Can we change the xml status format to attribute semantic? jk:status xmlns:jk=http://jakarta.apache.org; jk:server name=127.0.0.1 port=80 software=Apache/2.0.53 (Win32) DAV/2 mod_jk/1.2.9-beta-1 version=1.2.9/

Re: JK 1.2.9 Release

2005-03-26 Thread Peter Rossbach
OK, I look inside the code and made the changes. peter Mladen Turk schrieb: Peter Rossbach wrote: Hello Mladen, Can we change the xml status format to attribute semantic? Feel free to commit the changes :) This is also syntactic sugar, so if it's valid xml se no reason why not. Regards, Mladen

Re: Time for TLP?

2005-03-21 Thread Peter Rossbach
Yoav Shapira schrieb: I think we're ready to move Tomcat to a TLP. There's a lot of support for it in the general Jakarta and ASF ranks. Before we write and vote on a proposal, I wanted to see informally what the opinions are within our own group about this potential move. I'm obviously +1.

Re: [JK] Releasing 1.2.9

2005-03-14 Thread Peter Rossbach
Great, i have fix the JkStatusUpdateTask and hope I can implement a JkStatusListTask to parse the new xml output format. Only thing that I missing is that we can add a css style sheet to html output and xsl style sheet to xml output. worker.status.type=status worker.status.css=jkstatus.css or

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant JKStatusUpdateTask.java catalina.tasks

2005-03-13 Thread Peter Rossbach
Hello Mladen, I have not implement multi output mode. I have made a very straigth forward implementation to JkStatusUpdateTask. The current implementation can't read the current Apache jk config The following statements are used loadbalancer update

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant JKStatusUpdateTask.java catalina.tasks

2005-03-13 Thread Peter Rossbach
Hello Mladen, OK, I made a try to extract the jk status information from html. I hope I can do that in the next week Peter Mladen Turk schrieb: Peter Rossbach wrote: I have not implement multi output mode. I have made a very straigth forward implementation to JkStatusUpdateTask. The current

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant JKStatusUpdateTask.java catalina.tasks

2005-03-13 Thread Peter Rossbach
Cool, after you intergrate that xml mode I wrote the Ant task Great :-) peter Mladen Turk schrieb: Peter Rossbach wrote: Hello Mladen, OK, I made a try to extract the jk status information from html. I hope I can do that in the next week There is no need to do that. I'll make a complete xml dump

Re: Release status ?

2005-03-09 Thread Peter Rossbach
Hey Remy, I also think we can plan next week a 5.5.9 release and I test the new logging feature later today. Other question: I have wrote a JKStatusUpdateTask ant task for the new jk 1.2.9 status worker and use the o.a.c.ant.AbstractCatalinaTask as super class. I am not sure that o.a.c.ant is

Re: JK Removing local_worker and local_worker_only directives

2005-02-26 Thread Peter Rossbach
, node2 request successfull stop node2 request failed Start a new Browser (mozilla) request failed again with Internat Error Peter Mladen Turk schrieb: Peter Rossbach wrote: Well, It works only for old requests, but new request get an Internal Server Error! Yes, seems that my test case was broken

Re: JK Removing local_worker and local_worker_only directives

2005-02-26 Thread Peter Rossbach
worker.status.type=status Both described szenarios (last email) don't work with the domain redirect config. Peter Mladen Turk schrieb: Peter Rossbach wrote: Morning Mladen, I have build with newest patch and the redirect working well. Thanks :-) Great. But the same szenario with domains don't work

Re: JK Removing local_worker and local_worker_only directives

2005-02-26 Thread Peter Rossbach
Hello Mladen, Great, now my cluster hot standby works as aspected. Thanks for your quick help! Current support of redirect is enough for me. http://dict.leo.org/se?lp=endep=/Mn4k.search=enoughThe domain redirect use case to startup very save a next software generation is working with the

Re: JK Removing local_worker and local_worker_only directives

2005-02-25 Thread Peter Rossbach
Hello Mladen, after a very long thinking I have missing a hot Standby feature, when we remove local_work flag. Example two tomcat instance with local_worker=true and domain=A one tomcat instance with local_worker=false and domain=B New session only generate to domain A tomcat instance After

Re: JK Removing local_worker and local_worker_only directives

2005-02-25 Thread Peter Rossbach
worker.node2.redirect=node1 worker.lb.balance_workers=node1,node2 worker.lb.type=lb worker.status.type=status Peter Mladen Turk schrieb: Peter Rossbach wrote: Hello Mladen, after a very long thinking I have missing a hot Standby feature, when we remove local_work flag. How I can configure

Re: JK Removing local_worker and local_worker_only directives

2005-02-25 Thread Peter Rossbach
schrieb: Peter Rossbach wrote: Hello Mladen, hmm, with your example I got a Internal Server Error after I disable or drop active node2 and start a new session request! :-( All request with active node2 session work properly when node2 shutdown! What I want is that after a failure, the node1 got

Re: [VOTE] Propose Jim Jagielski and William A. Rowe as JakartaTomcatConnectors commiters

2005-02-24 Thread Peter Rossbach
++1 welcome on board, we need help Thanks Peter Mladen Turk schrieb: I'd like to nominate Jim Jagielski ([EMAIL PROTECTED]) and William A. Rowe ([EMAIL PROTECTED]) as commiters for the JTC connectors. Both of them are long time ASF members. Jim is even a director of Apache Software Foundation.

Some Compiler Error with mod_jk Windows

2005-02-15 Thread Peter Rossbach
Morning Mladen, I checkout the news Tomcat 5.5 head and can't compile mod_jk today. Yesterday morning it works great Use Windows XP MSDEV 6.0 Apache 2.0.49 regards Peter D:\tomcat\jakarta-tomcat-connectors\jk\native\apache-2.0MSDE V mod_jk.dsp /MAKE ALL Konfiguration:

Re: Some Compiler Error with mod_jk Windows

2005-02-15 Thread Peter Rossbach
läuft... Bibliothek Debug/mod_jk.lib und Objekt Debug/mod_jk.exp wird erstellt Regards Peter Mladen Turk schrieb: Peter Rossbach wrote: Morning Mladen, I checkout the news Tomcat 5.5 head and can't compile mod_jk today. Yesterday morning it works great Use Windows XP MSDEV 6.0 Apache 2.0.49

First look at new mod_jk status page

2005-02-15 Thread Peter Rossbach
Hello Mladen, new status page work fine. Really cool ;-) Only the type of a workers was currently not correct displayed. I got unknown as value. opps! Is it planned that we can save the worker configuration as seperate workers.properties? How we can transfer the information to an Tomcat

Re: [VOTE] Proposed API change to the Manager interface

2005-02-08 Thread Peter Rossbach
Hmm, I think that Remy's patch is working correct. But I think we must controll the jvmRoute from those client sessions id's (ManagerBase include this at a comment :-)). I must check my cluster failover szenarios. I can to that tomorrow. Peter Rainer Jung schrieb: Both Cluster Managers (Delta

Re: [VOTE] Tomcat 5.5.7 Stability

2005-01-28 Thread Peter Rossbach
Yoav Shapira schrieb: Hi, Tomcat 5.5.7 was released a week ago, and now it's time for a stability vote ;) I have yet to see TCK results, but this has been a crazy month for everyone it seems... [ ] Alpha: leave it as-is, numerous bugs, etc. [ ] Beta: good quality release, at least one issue

Re: Sorry, no time to cut release

2005-01-20 Thread Peter Rossbach
Hey , I have test it and it works for me, but you are right, I have also two mx4j-2.1.0 directories The old MX4j.2.0.1 has no main directory inside the zip, the new one has one. :-) Regards Peter Dominik Drzewiecki schrieb: Remy Maucherat [EMAIL PROTECTED] wrote: I updated the dependencies

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2005-01-13 Thread Peter Rossbach
Hello Remy, Thanx for your help and I hope we have now a better server.xml saving support. The new features are: - Clustering support - new 5.5 Connector attribute mapping support (with correct https saving) - backup the context.xml also as default mode - Internally you can save

Re: 5.5.7 ?

2005-01-13 Thread Peter Rossbach
Yes, I thing the first step to better saving server.xml is done! +1 Vote for Release 5.5.7 Peter Remy Maucherat schrieb: I think the initial work on the new config save is now done, and it appears to be working at least as well as the old one. Yoav, would it be ok to do a new build picking up

Re: 5.5.7 ?

2005-01-13 Thread Peter Rossbach
Well, that really OK! Peter Yoav Shapira schrieb: Hi, It's certainly OK for you to do one ;) If you want me to do it, that's also OK, but it will have to wait until this weekend. Either way is fine with me. I haven't looked at (much less written) any code recently, as I expected for this

Re: Next release?

2005-01-09 Thread Peter Rossbach
OK, I can do that at monday. Thanx Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, yes, but I thing we need some test. Than I can made the complete integration. I vote in favor of doing the complete integration right now. Worst case it's as bad as the current code, which isn't

Re: New committer: Jean-Jacques Clar

2005-01-08 Thread Peter Rossbach
Günter Knauf schrieb: I'd like to nominate Jean-Jacques Clar [EMAIL PROTECTED] as committer for the JTC connectors. Jean-Jacques works for Novell where I met him already; he's there working with the Apache and Tomcat stuff, and since Mike left the company there's now no other commiter from

Re: Next release?

2005-01-08 Thread Peter Rossbach
Hey Remy, I have ready my first storeconfig module to better save server.xml and context.xml. At the first step I add the implementation as new module. I have wrote a StoreConfigLifecycleListener to register a new Mbean . Server .. Listener

Re: Next release?

2005-01-08 Thread Peter Rossbach
Hey Remy, yes, but I thing we need some test. Than I can made the complete integration. Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, I have ready my first storeconfig module to better save server.xml and context.xml. At the first step I add the implementation as new module. I

Re: tomcat 5.0.29 and request.getScheme

2004-12-05 Thread Peter Rossbach
Hey,, please use secure=true Connector secure=true acceptCount=100 address=127.0.0.1 connectionTimeout=2 disableUploadTimeout=true port=9080 proxyName=myhost proxyPort=443 redirectPort=9443 scheme=https /Connector Don't forget to create the Server keystore. Please read the Connector docs:

Re: Releasing JK1.2.7

2004-12-01 Thread Peter Rossbach
Hey Mladen, please do it, I am ready for testing the new staff :-).. Peter Mladen Turk schrieb: Hi, There has been lots of changes in the JK, and I'd like to tag and release 1.2.7-beta tomorrow. Any objections? Also, This release will be marked as beta, and thus not production ready. If it

Re: Website updates

2004-11-22 Thread Peter Rossbach
Good idea that people can read the jk doc without internet access. regards, Peter Remy Maucherat schrieb: I propose the following changes to the main website: - in the Documentation section, add JK 1.2 - add the new JK documentation to the website - in the Documentation section, add mod_proxy,

Re: Question about new mod_jk jk_lb_worker.c

2004-11-12 Thread Peter Rossbach
Hello Mladen, I have two use case for the Multi Cluster Routing: Use Case 1: More Scaling cluster = A tomcat standard we replicated the session to all tomcat node at a cluster. This replication strategie not scale very well, but when we split the tomcat nodes to some domain and the lb

Question about new mod_jk jk_lb_worker.c

2004-11-11 Thread Peter Rossbach
Hello Mladen, I have see your checkin's and Rainer Jung very fine mod_jk extension concept mail. I have two questions about lb changes: a) Why you not change the lb_value value after successful recovery at service() function ? After a longer fail the recovered worker get for a long time

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session JDBCStore.java PersistentManagerBase.java StoreBase.java mbeans-descriptors.xml

2004-11-02 Thread Peter Rossbach
Hoho, I reformat a little but I work with Eclipse and format the code again and replace tab to space. thanks Peter Bill Barker schrieb: - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 11:07 AM Subject: cvs commit:

Re: Tomcat 5.5.4 tomorrow (Friday) instead of Saturday?

2004-10-29 Thread Peter Rossbach
Great Yoav, do it on friday is very good Peter Shapira, Yoav schrieb: Hi, Would everyone be OK with cutting the 5.5.4 release tomorrow (Friday, October 29th) instead of Saturday (October 30th) as we originally agreed? It'd be more convenient for me, that's the only reason. If it can't be

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-10-05 Thread Peter Rossbach
Hmm, I also so think that the managedResource attribute is a hack. What we need is a better JMX API. My wish is that we open some of the MBeans to add more operations. Example realm: We have only init/start/stop/destroy jmx operations but what I need is authenticateXXX hasRole Than I can

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-10-05 Thread Peter Rossbach
Hey Remy, I have made a complete rebuild and a test. It works fine for me.. Ok, what you thing is a better name for ContextBase or you mean the refactoring is useless ? I need this refactoring for eaiser identifiy the ContextXXX classes for my new xml saving code. Peter Remy Maucherat schrieb:

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-10-05 Thread Peter Rossbach
Hey Remy, sorry, to my checkin fault... I am change the name to ResourceBase and add it to the cvs. Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, I have made a complete rebuild and a test. It works fine for me.. Apparently, you didn't cvs add the new ContextBase class. I think I

Need help with mod_ajp

2004-10-05 Thread Peter Rossbach
Hello, I have two simple question to the new mod_ajp: Can we add a small documentation how people can compile and configure the new mod_ajp? The mailing list are tell us a lot informations, but please can someone desicribe the current state? Thanks Peter

Re: Need help with mod_ajp

2004-10-05 Thread Peter Rossbach
Peter jean-frederic clere schrieb: Remy Maucherat wrote: jean-frederic clere wrote: Peter Rossbach wrote: Hello, I have two simple question to the new mod_ajp: Can we add a small documentation how people can compile and configure the new mod_ajp? The mailing list are tell us a lot informations

  1   2   >