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 activities

Re: Clustering in Tomcat

2009-08-13 Thread kiransarv
--- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/Clustering-in-Tomcat-tp24952408p24953070.html Sent from the Tomcat - User mailing li

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

Clustering in Tomcat

2009-08-13 Thread kiransarv
heartbeat??? -- View this message in context: http://www.nabble.com/Clustering-in-Tomcat-tp24952408p24952408.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Clustering in tomcat

2008-11-10 Thread kashif_tomcat
t;> at >>>> org.apache.catalina.tribes.membership.McastServiceImpl.send(McastServiceImpl.java:385) >>>> at >>>> org.apache.catalina.tribes.membership.McastServiceImpl.start(McastServiceImpl.java:244) >>>> at >>>>

Re: Clustering in tomcat

2008-10-30 Thread Sanjeev Verma
lty members > >> identified. > >> at > >> org.apache.catalina.ha.tcp.SimpleTcpCluster.start(SimpleTcpCluster.java:676) > >> at > >> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1035) > >> at > >>

Re: Clustering in tomcat

2008-10-30 Thread Filip Hanik - Dev Lists
ase if anything more is required to do this clustering in tomcat. thanks Filip Hanik - Dev Lists wrote: 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:

Re: Clustering in tomcat

2008-10-30 Thread kashif_tomcat
.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> org.apache.cata

Re: Clustering in tomcat

2008-10-22 Thread Filip Hanik - Dev Lists
port 8109 to connect with tomcat. and added jvmRoute in server.xml in following tag. and uncommented following tag tell me please if anything more is required to do this clustering in tomcat. thanks Filip Hanik - Dev Lists wrote: if you paste in the whole error, we can tell you. we are

Re: Clustering in tomcat

2008-10-22 Thread kashif_tomcat
tomcat. and added jvmRoute in server.xml in following tag. and uncommented following tag tell me please if anything more is required to do this clustering in tomcat. thanks Filip Hanik - Dev Lists wrote: > > if you paste in the whole error, we can tell you. we are missing the > root

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

2008-10-21 Thread Mamta, Jain
: Clustering in tomcat can anyone help me for clustering in tomcat. here is scenario: two tomcat servers running on same linux machine on different ports with apache installed on front side as web server and using mode proxy ajp for integration with tomcat. now i uncommented following tag in server.xml

Clustering in tomcat

2008-10-21 Thread kashif_tomcat
can anyone help me for clustering in tomcat. here is scenario: two tomcat servers running on same linux machine on different ports with apache installed on front side as web server and using mode proxy ajp for integration with tomcat. now i uncommented following tag in server.xml of tomcat conf

Clustering in tomcat

2008-10-21 Thread kashif_tomcat
can anyone help me for clustering in tomcat. here is scenario: two tomcat servers running on same linux machine on different ports with apache installed on front side as web server and using mode proxy ajp for integration with tomcat. now i uncommented following tag in server.xml of tomcat conf

Clustering in Tomcat

2007-09-07 Thread Murali V
Hi , I've installed the Tomcat version 5.5 on two windows server and this is for CA's Clarity v8 application project and CA's Clarity supports Tomcat 5.5. I would like to be know that , how do i configure the Tomcat clustring using this application on these two servers. I've alreday installed C

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

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 Tomcat5

Clustering in Tomcat-4.x

2006-08-16 Thread jaikiran pai
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 Tomcat5.x clustering configurations Thank you. regards, -Jaikiran - Here's a new way t