Re: Tomcat and MySQL in Azure Cloud

2010-07-16 Thread Pid
On 17 Jul 2010, at 03:12, Praveen Sripati wrote: > Thanks for the reply. > > 1. The primary advantage of the cloud is scalability. We can increase > servers from 1 to 100 within minutes based on the load. So, initially the > JDBC URL might have 1 IP and it should be updated to have 100 IPs. So

Re: Tomcat and MySQL in Azure Cloud

2010-07-16 Thread Praveen Sripati
Thanks for the reply. 1. The primary advantage of the cloud is scalability. We can increase servers from 1 to 100 within minutes based on the load. So, initially the JDBC URL might have 1 IP and it should be updated to have 100 IPs. So, the JDBC URL has to updated dynamically with the number of My

Re: Tomcat and MySQL in Azure Cloud

2010-07-16 Thread Pid
On 16 Jul 2010, at 15:56, Praveen Sripati wrote: > We are in the process of migrating Tomcat and MySQL to Microsoft Azure Cloud > and facing challenges due to the dynamic nature of the cloud like allocation > of dynamic ip and ports to the instances of Tomcat & MySQL in Azure. Because > of this b

Re: Tomcat and MySQL in Azure Cloud

2010-07-16 Thread André Warnier
Praveen Sripati wrote: We are in the process of migrating Tomcat and MySQL to Microsoft Azure Cloud and facing challenges due to the dynamic nature of the cloud like allocation of dynamic ip and ports to the instances of Tomcat & MySQL in Azure. Because of this behavior Tomcat needs to 1) Dynami