Re: Clustering in Tomcat

2009-08-13 Thread Pid
On 13/08/2009 11:17, kiransarv wrote: Hi all, I am using an apache server as a front end and redirecting all http requests to tomcat server at the back. I want to make my cluster highly available. I have set up HA at apache server level using heartbeat with the help of virtual. Now I also want

Re: Clustering in Tomcat

2009-08-13 Thread kiransarv
tomcat version 6, apache 2.2 and i ama using rewritemap to connect to tomcat server Pid-6 wrote: On 13/08/2009 11:17, kiransarv wrote: Hi all, I am using an apache server as a front end and redirecting all http requests to tomcat server at the back. I want to make my cluster highly

Re: Clustering in Tomcat

2009-08-13 Thread Pid
On 13/08/2009 12:13, kiransarv wrote: tomcat version 6, apache 2.2 and i ama using rewritemap to connect to tomcat server ... and the rewritemap is using what, mod_proxy mod_proxy_ajp or mod_proxy_http, I'd guess? mod_jk and mod_proxy can be configured to handle load balancing

Re: Clustering in tomcat

2008-11-10 Thread kashif_tomcat
Thanks filip... sessions are replicating now but still there are some issues. can u please tell me sometimes it doesn't replicate session and i get session not found error in logs and screen crashes. 2008-11-10 13:45:50,703 INFO [com.vopium.interceptors.SecurityInterceptor - preHandle] -

Re: Clustering in tomcat

2008-10-30 Thread kashif_tomcat
Thanks Filip... i have got out of that problem... after adding clustering port in iptable. now i am getting another exception and following is detail. when i add distributable/ tag in web.xml of my applicatoin and start tomcat. then after login my application crashs and i get following

Re: Clustering in tomcat

2008-10-30 Thread Filip Hanik - Dev Lists
http://tomcat.apache.org/tomcat-6.0-doc/ look for Cluster Basics Filip kashif_tomcat wrote: Thanks Filip... i have got out of that problem... after adding clustering port in iptable. now i am getting another exception and following is detail. when i add distributable/ tag in web.xml of

Re: Clustering in tomcat

2008-10-30 Thread Sanjeev Verma
For session replication to happen in a cluster, all attributes stored in the session object should be serializable - that is why you are seeing the exception you see below. On Thu, 2008-10-30 at 03:40 -0700, kashif_tomcat wrote: Thanks Filip... i have got out of that problem... after adding

Re: Clustering in tomcat

2008-10-22 Thread kashif_tomcat
Filip following is detail of exception that i get in catalian.out while starting tomcat server. 2008-10-22 17:51:59,297 INFO [org.hibernate.impl.SessionFactoryImpl - close] - closing Oct 22, 2008 5:51:59 PM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on

Re: Clustering in tomcat

2008-10-22 Thread Filip Hanik - Dev Lists
looks like your computer is not configured to allow multicast Caused by: java.io.IOException: Operation not permitted at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) http://www.dancres.org/bjspj/docs/docs/linux.html

RE: Clustering in tomcat

2008-10-21 Thread Mamta, Jain
Pls check the tomcat documentation to enable Clustering. You need to have enabled multicasting on your server first. Best Regards, Mamta -Original Message- From: kashif_tomcat [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 3:16 PM To: users@tomcat.apache.org Subject:

Re: Clustering in tomcat

2008-10-21 Thread Filip Hanik - Dev Lists
if you paste in the whole error, we can tell you. we are missing the root cause of the error, the IO exception that happened during startup Filip kashif_tomcat wrote: can anyone help me for clustering in tomcat. here is scenario: two tomcat servers running on same linux machine on different

Re: Clustering in Tomcat-4.x

2006-08-16 Thread Filip Hanik - Dev Lists
clustering in 4.x was only experimental, and probably has a load of bugs http://people.apache.org/~fhanik/index.html.old Filip jaikiran pai wrote: Hi, Can someone point me to a step by step setup process for Clustering Tomcat4.x? The Tomcat documentations that i saw, only talk about

Re: Clustering in Tomcat-4.x

2006-08-16 Thread jaikiran pai
Thanks Filip for that link(i hadnt found any material even after doing a lot of googling). Upgrading to Tomcat-5 seems to be the right thing to do. Thanks a lot. regards, -Jaikiran Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: clustering in 4.x was only experimental, and probably