Re: [VOTE] Time for 4.1.32?: I think Bug 39769 applies to T4 4.1.31 too..

2006-06-11 Thread David Gagnon
Hi, I just opened Bug 39769 yesterday agains T5.5 but I looked into the code this morning and it's in T4.1.31 too. It's quite simple to fix but maybe it should be in 4.1.32 too? Best Regards /David Mark Thomas wrote: All, Having just closed the last open bug for 4.1.x (only enhancement

Bug + Patch on StandardPipeline.removeValve(Valve valve) for T5.5.16+

2006-06-05 Thread David Gagnon
Hi all, I run into this problem with T5 when tring to add/remove/add a valve to the standard engine. -For what I understand an empty pipeline has: basic = StandardEngineValve (For example); first = null; -If you add a valve you will get basic = StandardEngineValve first = myValve (with myVal

Re: Creating a context and deploying a new application on the fly. I tried but haven`t succeed please help :-)

2006-05-18 Thread David Gagnon
just set autoDeploy="false" on your Host in server.xml, put your webapp in the appBase directory like you normally would, and use the manager interface (JMX, HTML, ant, your choice) to send the deploy command? That way you don't have to write any code... Yoav On 5/18/06, David

Creating a context and deploying a new application on the fly. I tried but haven`t succeed please help :-)

2006-05-18 Thread David Gagnon
Hi, I want my tomcat have war unpacked on the disk. The application will only be deployed when it receives a message... I tried with the following code without success. My biggest problem for now is how to specify info for the jdbc connection. StandardContext context = new StandardConte

Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-27 Thread David Gagnon
Hi all, I need to have my tomcat servers to broadcast their state (custom information) in order to collaborate. I look into the cluster code, org.apache.catalina.cluster.mcast.* it a good example of what I need : send a multicast message each X seconds and keep a member list with their publ