Re: [5.0.22] Release vote

2004-04-09 Thread Peter Rossbach
ballot Release 5.0.22 as Stable: [ ] Yes [ ] No /ballot I vote -1 Autodeploy with HostConfig not working correct with Windows. see my bug report with a fix. http://issues.apache.org/bugzilla/show_bug.cgi?id=28262 Regards Peter Remy Maucherat schrieb: ballot Release 5.0.22 as Stable: [ ] Yes [ ]

Re: [5.0.22] Release vote

2004-04-09 Thread Peter Rossbach
windows comment is out of comment Remy Maucherat schrieb: Peter Rossbach wrote: ballot Release 5.0.22 as Stable: [ ] Yes [ ] No /ballot I vote -1 Autodeploy with HostConfig not working correct with Windows. see my bug report with a fix. http://issues.apache.org/bugzilla/show_bug.cgi?id=28262

Re: WebappClassLoader: Lifecycle error : CL stopped

2004-05-05 Thread Peter Rossbach
Hello Mark, it is fixed at cvs and I am sure the this work with the next release this days... Regards, Peter Mark Thomas schrieb: From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 11:26 PM To: Tomcat Developers List Subject: Re: WebappClassLoader: Lifecycle error

Re: [5.0.25] Release vote

2004-05-21 Thread Peter Rossbach
Hello Yoav, It is stable ! Vote YES Regards Peter Shapira, Yoav schrieb: Hi, 5.0.25-alpha has been out for a few days, the TCKs pass, the tester and watchdog tests pass, and there has been positive feedback for it on the user list without any show stopper bug reports. Changelog:

Re: Tomcat 5 - Proposal: move commons-fileupload-1.0.jar to common/li b

2004-05-26 Thread Peter Rossbach
hello, used the shared/lib directory to add your web app shared jars to your catalina.base. Regards Peter Detlef Pleiß schrieb: hello, Tomcat 5 comes with commons-fileupload-1.0.jar in server/lib. I believe it's in there as to make it available to the server/webapps admin and manager. Now I

Re: How to configure a tomcat project in Eclipse.

2004-06-01 Thread Peter Rossbach
Hello, used following plugins: Lomboz Plugin download: http://forge.objectweb.org/project/showfiles.php?group_id=97 info http://www.objectlearn.com/projects/lomboz.jsp or search to the eclipse plugin pages: http://www.eclipse-plugins.info/eclipse/plugins.jsp?category=Tomcat or programming help

Re: UTF8 or sys prop value?

2004-06-10 Thread Peter Rossbach
Helo Yoav, I think we must change it, as system property and a encoding Server attribute. I have start a implementation to a flexible new store engine for the tomcat 5 format. At weekend I wrote the proposal and I start the coding. Features: Seperate MBean to store the configuration. Flexible

Re: [ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread Peter Rossbach
Baker and Peter Rossbach) Also added a mx.useXSLTProcessor flag With value false you get XML Results with the mx4j http-adaptor regards peter Shapira, Yoav schrieb: The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.27 Beta. Please refer to the change log for the list

Please describe the new Logger System at cvs head.

2004-06-24 Thread Peter Rossbach
Hello Remy, I have problems to configure the new logger system. Can you send a log4J example to demonstrate the new commons-log Logger concept. How I can configure a log4J system? I have no success with add log4j.jar and log4j.xml to system class path via setclasspath.bat set

Re: Please describe the new Logger System at cvs head.

2004-06-24 Thread Peter Rossbach
bootstrap.jar, right? regards Peter PS: Some people (book writer) must be the early birds :-) Remy Maucherat schrieb: Peter Rossbach wrote: Hello Remy, I have problems to configure the new logger system. Can you send a log4J example to demonstrate the new commons-log Logger concept. How I can

Re: Please describe the new Logger System at cvs head.

2004-06-24 Thread Peter Rossbach
must do that, before any code from StandardContext generate log message. The CatalinaBase use Tomcat and StandarContext used tomcat with lowercase... I hope this analyse help to refactor more :-( regards peter Peter Rossbach schrieb: Hello Remy, which logging system you used? I thing every host

Re: Please describe the new Logger System at cvs head.

2004-06-24 Thread Peter Rossbach
Remy Maucherat schrieb: Peter Rossbach wrote: Hello Remy, I have made a deeper look at the current cvs logger code stage: 1) ContainerBase.getLogger() With first getLogger call the Log was build with a strange name! public Log getLogger() { if (logger != null) return (logger

Re: Please describe the new Logger System at cvs head.

2004-06-24 Thread Peter Rossbach
implementation. Thanx, Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hello Remy, with your Logger naming convention log4j not working log4j:ERROR Parsing error on line 57 and column 99 log4j:ERROR Attribute value org.apache.catalina.core.CatalinaBase.[].[localhost ].[Catalina] of type ID must

Re: Please describe the new Logger System at cvs head.

2004-06-24 Thread Peter Rossbach
:). - Original Message - From: Peter Rossbach [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:02 AM Subject: Re: Please describe the new Logger System at cvs head. Hey Remy, please look at the log4j.dtd jakarta-log4j-1.2.8\src\java\org\apache\log4j\xml

Re: Please describe the new Logger System at cvs head.

2004-06-27 Thread Peter Rossbach
Hello Bill and Remy your log4j example at new doumentation works fine. Thanx! My fault I use the Logger tag instead the category one. But that we can't change the Logger config at server.xml is not nice. The only chance is, declare a Lifecycle Listner or used the Log4J MBean direct. Regards Peter

Proposal: Change HostConfig/Deployer

2004-06-30 Thread Peter Rossbach
Tomcat 5.5 Proposal: Adding More Flexibility to Config Listener and Deployer Peter Roßbach Frank Wegmann [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Date 29.06.2004 Based on 5.0.25/27 CVS Head Currently, you can automatically deploy, delete or redeploy web applications automatically using the

Re: [5.next] Progress

2004-06-30 Thread Peter Rossbach
Hello, I have start a Server saved implementation. - Externalize configuration saving out of StandardServer features: * splitt implementation from StandardServer class * refactor the current save methods to some helper classes * every save element from server.xml dialect has it own save

Re: [5.next] Progress

2004-06-30 Thread Peter Rossbach
Hey Remy, OK, I am do my best that the save factory implementation work at weekend. s. comments... Regards Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hello, I have start a Server saved implementation. - Externalize configuration saving out of StandardServer features: * splitt

Connector LifecycleListener not send Events

2004-07-02 Thread Peter Rossbach
Hey, I have find the following code at org.apache.catalina.connector.Connector: /** * Get the lifecycle listeners associated with this lifecycle. If this * Lifecycle has no listeners registered, a zero-length array is returned. */ public LifecycleListener[]

Discuss: Why stopped StandardHost send check events?

2004-07-02 Thread Peter Rossbach
hey, I have see that a stopped Host send all 10 sec check events to all LifecycleListeners. A stop HostConfig can't reload or deploy new webapp really at a stopped host. StandardHost code public void backgroundProcess() { lifecycle.fireLifecycleEvent(check, null); } better

Re: [5.next] Progress

2004-07-07 Thread Peter Rossbach
Hello Jess, I have made a test with MX4J 2.0.1 and JSR 160 Connector. See my patches http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29259 Testet with MC4J Console and works very well. regards Peter Jess Holle schrieb: Remy Maucherat wrote: Jess Holle wrote: In my case even with 1.5 I need a

Re: JavaService Tomcat4.1 or tomcat 5

2004-07-07 Thread Peter Rossbach
Hey, I used successfull the Java Service Wrapper. see http://wrapper.tanukisoftware.org/doc/english/introduction.html Look at http://centaurus.sourceforge.net project to integrate tomcat with gui installer at Linux and Windows. Very good option to used Tomcat as service on different platforms

Re: Ready for mod_jk 1.2.6 release?

2004-07-07 Thread Peter Rossbach
+1 important features to help customers to have a stable loadbalancer... At Linux Suse 9.0 it works fine. regards Peter Rainer Jung schrieb: Hi, the last release of mod_jk 1.2.x (1.2.5) is more than 9 months old. Since then there have been important improvements (CPing/CPong and

Re: [VOTE] 5.0.27 as Stable

2004-07-14 Thread Peter Rossbach
ballot Release 5.0.27 as Stable: [ ] Yes [X] No /ballot Currently we can't auto deploy war with META-INF/context.xml included At HostConfig is a wrong patch included . Look at my patch with bug report http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29688 regards peter Shapira, Yoav schrieb: Hi,

Re: mod_jk 1.0.26 release ?

2004-07-14 Thread Peter Rossbach
cool status and it works fine, +1 Thanx peter Henri Gomez schrieb: jk 1.2.6 seems to be in a good shape and a release should be welcome for many users. I'd like to release jk 1.2.6 next week. Any objections ? Vote please ;-) - To

Re: [VOTE] 5.0.27 as Stable

2004-07-14 Thread Peter Rossbach
. Since we check in deployApps that appBase and configBase are directories, we should be OK, but this point is a separate discussion not having to do with the release vote. Yoav Shapira Millennium Research Informatics -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent

Re: [VOTE] 5.0.27 as Stable

2004-07-15 Thread Peter Rossbach
Hey Remy, ok, the next patches are on the way... ;-) Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey, the problem with 5.0.27 is not the NullPointerException check. My problem is, that the 5.0.27 autodeployment for war's with META-INF/context.xml included not work as before. Currently

Re: DO NOT REPLY [Bug 30128] New: - StandardDefaultContext don't handle LifecycleListener correct

2004-07-15 Thread Peter Rossbach
Hello Remy, Yeah, good idea. I also thing it is a spezial context.xml parsing, but it is tricky at start/stop handling and removed the defaults correct. For saving a Context the current DefaultContext situation is more tricky. The NamingContextListener have a very spezial handling and I see

Add managedResoruce to Realm, or auth operations

2004-07-29 Thread Peter Rossbach
Hello, can we add managedResource attribute to Realm Mbean descriptors? With this feature we can used the Realm authorisation API at the complete MBeanServer. Add this to all Realm MBean declarations: attribute name=managedResource description=The managed resource this MBean is

Re: New committer: Peter Rossbach

2004-07-30 Thread Peter Rossbach
by my family holiday place ... :-D Remy Maucherat schrieb: Hi, I'd like to nominate Peter Rossbach pr _at_ objektpark.de as a committer on the Tomcat project. Peter submitted a significant amount of useful patches for Tomcat, and wants to contribute more. He has my +1. Rémy

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHost.java

2004-08-03 Thread Peter Rossbach
Hello Bill, I see the change, but I missing the attribute managedResource at the Realms.mbeans-descriptors.xml. Thanx Peter [EMAIL PROTECTED] schrieb: billbarker2004/08/02 20:01:03 Modified:catalina/src/share/org/apache/catalina/core StandardHost.java Log: Small

Re: [VOTE] [5.5] Release plan votes

2004-08-29 Thread Peter Rossbach
Remy Maucherat schrieb: ballot I approve the release plan: [x] Yes [ ] No /ballot ballot Tomcat 5.5 should use the following API set for the coding: [ ] J2SE 1.3 [x] J2SE 1.4 [ ] J2SE 5.0 /ballot ballot Yoav Shapira will act as the release manager for this branch: [x] Yes [ ] No /ballot Thanks :)

Re: [VOTE] 5.0.28 Stability Rating

2004-09-05 Thread Peter Rossbach
[X] Stable [ ] Beta [ ] Alpha Thanx Peter Yoav Shapira schrieb: Hi, Tomcat 5.0.28 has been available for a week, with no significant issues reported, and passing the TCK tests. Shall we call it: [X] Stable [ ] Beta [ ] Alpha My vote is for Stable. If you're voting Alpha or Beta, please explain

JSP Encoding changed between tomcat 5.0.27 and 5.5.x

2004-09-05 Thread Peter Rossbach
Hello, I have test a small application with Tomcat 5.5 and CVS HEAD 5.5.1-dev and with JDT something changed from 5.0.x to 5.5 with the JSP encoding. see example. test.jspx The problem exit also with normal *.jsp with %@ page pageEncoding=ISO-8859-1 % I thing the JDT compiles with UTF-8, right ?

Re: JSP Encoding changed between tomcat 5.0.27 and 5.5.x

2004-09-06 Thread Peter Rossbach
=http://java.sun.com/jsp/jstl/core; xmlns=http://www.w3.org/1999/xhtml; lang=deheadtitleTest/title/headbody br/ br/ br/ br/ br/ br/ br//body/html my fault Thanx for the bug reporting hint, ;-) Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hello, I have test

Re: Bugzilla 30936: secure attribute is persisted twice

2004-09-20 Thread Peter Rossbach
Hey, we have many duplicate attributes at connector and protocolhandler classes- I have spent a lot of time to fix that at my new server.xml/context.xml storage module. Current design based on factory model with external description file to handle those issues. Very strange, but my only

Re: Bugzilla 30936: secure attribute is persisted twice

2004-09-24 Thread Peter Rossbach
Hmm, I thing we use different protocol handler classes for HTTP and AJP and that is the reason behind the late creation with the init method. :-\ I also thing we can remove a lot of the unused attributes that Remy has detected. Peter Shapira, Yoav schrieb: Hi, An option

i18n Question Tomcat 5.5 cvs head

2004-10-04 Thread Peter Rossbach
Hey, I have problems to load application with de_DE locale. === Stacktrace === 04.10.2004 22:52:04 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-7380 04.10.2004 22:52:04 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 2584 ms

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

Re: Need help with mod_ajp

2004-10-05 Thread Peter Rossbach
Hello Jean Frederic, fine, your example help me, but the current online balancer documentation is only a useless summary. Exist a better one at cvs or is it a open ToDo item? Thanx Peter jean-frederic clere schrieb: Peter Rossbach wrote: Cool, that mean I checkout httpd 2.1 and all is working

Re: [5.5] Todo list

2004-10-05 Thread Peter Rossbach
Hey Remy, very good new items. It was very usefull that all elements can get time events. Then it was very easy to control some reloading or monitoring things. Yes, we can refactor the current AccessLogger. Let us have a look to the Apache httpd Module. Asynch mode very welcome

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/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:

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: 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

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: 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: 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: 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: 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: 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: 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: [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: [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

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] 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.

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: 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: 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: 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: [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: 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 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: [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: 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: 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: [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: [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-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: 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: 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/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: 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

  1   2   >