Re: Tomcat on karaf

2012-05-23 Thread Guillaume Nodet
Jetty has a long history of being lightweight and easily embeddable, with a good and responsive community, that's why it was chosen to be used in pax-web, and pax-web was really the only available solution at some point hence we have chosen it for Karaf. I don't really see any major problems

Timeout on Activator

2012-05-23 Thread Romain Gilles
Hi all, Is there a way to define a timeout for an activator? Or do we need to implement it manually? Thanks, Romain.

Failover jdbc locking MySql and how to set up a clustered failover environment

2012-05-23 Thread Borut BolĨina
Hello, I am playing with Karaf (or the other way around), trying to find a solution how to set up a development and production environments. Yesterday I installed Cellar features and tried some of the cluster commands and they seem to work as advertised. I would like to devise a plan for

Re: Failover jdbc locking MySql and how to set up a clustered failover environment

2012-05-23 Thread Jamie G.
The ToDo refers to the documentation. The Master holds a lock on a JDBC table, when the Master dies than one of the slave instances looking to obtain that locked table will gain access. As to a few stories on failover setup, there are a number of approaches... One could setup Master/Slave child

Re: Failover jdbc locking MySql and how to set up a clustered failover environment

2012-05-23 Thread Jamie G.
Use child instances for Operating System level process protection - I tend to have several instances running on a host. Host One: Master child instance for group A Slave child instance for group B Host Two: Master child instance for group B Slave child instance for group A Host Three: Database