Re: Tomcat 6 clustering problem...rltd to context path

2008-11-17 Thread rohit aman
Thanks for the reply... The app is installed on node 2 as well. But, for some reason it looks at the context path localhost#/ea where as the app is at localhost#/ . So, Somehow I need to tell tomcat to look at localhost#/ instead of localhost#/ea Any input is appreciated...Thanks

Re: Tomcat 6 clustering problem...rltd to context path

2008-11-14 Thread Filip Hanik - Dev Lists
you need to deploy the app on node 2 as well, it says the app is not installed there Filip rohit aman wrote: *I have two tomcats (tomcat 6)** setup on two separate machines. I have a hardware load balancer with scheduling method configured to round robin.* ** *each tomcat recognizes the other

Tomcat 6 clustering problem...rltd to context path

2008-11-14 Thread rohit aman
*I have two tomcats (tomcat 6)** setup on two separate machines. I have a hardware load balancer with scheduling method configured to round robin.* ** *each tomcat recognizes the other one by saying replication member added * ** *I also made the "examples" web application (that comes with tomcat) a

Re: Tomcat 6 clustering problem

2008-06-10 Thread Filip Hanik - Dev Lists
worked fine for me, here are my config files and example JSP files http://people.apache.org/~fhanik/replicated-context-example.zip Filip gangadhar p wrote: Hi Guys, The Tomcat 6 documentation (http://tomcat.apache.org/tomcat-6.0-doc/config/cluster.html) says that the Context (ServletContext,

Re: Tomcat 6 clustering problem

2008-06-03 Thread Gangadhar Prusty
Hi Filip, Yes my logs show those member discovery. The screenshots of logs of two instances are given below: *Log on Instance 1: (started first)* Jun 3, 2008 11:13:52 AM org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Settin

Re: Tomcat 6 clustering problem

2008-06-03 Thread Gangadhar Prusty
Hi Filip, Yes my logs show those member discovery. The screenshots of logs of two instances are given below: *Log on Instance 1: (started first)* Jun 3, 2008 11:13:52 AM org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Settin

Re: Tomcat 6 clustering problem

2008-06-02 Thread Filip Hanik - Dev Lists
POST your log, does it show member discovery? Filip Gangadhar Prusty wrote: Hi, My logs don't show any error/warning messages. But it still doesn't replicate/share the ServletContext attributes. Does the addition of below element in the *context.xml* mean that the * ServletContext* attribute

Re: Tomcat 6 clustering problem

2008-06-02 Thread Gangadhar Prusty
Hi, My logs don't show any error/warning messages. But it still doesn't replicate/share the ServletContext attributes. Does the addition of below element in the *context.xml* mean that the * ServletContext* attributes are replicated/shared across other cluster members? Thanks again. On

Re: Tomcat 6 clustering problem

2008-06-02 Thread Filip Hanik - Dev Lists
what do your logs say? gangadhar p wrote: Hi Filip, Thanks for your prompt response. I added an attribute to the ServletContext object in one instance and tried to access the same attribute in another instance and it returns null. The (in server.xml) element has the attribute managerClass

Re: Tomcat 6 clustering problem

2008-06-02 Thread gangadhar p
> >> > >> className="org.apache.catalina.cluster.session.ClusterSessionListener"/> >> >> >> > docBase="G:\RealNetworks\apache-tomcat-6.0.16\webapps\ROOT" >> crossContext="true" debug="0" reloadable="true&qu

Re: Tomcat 6 clustering problem

2008-06-02 Thread Gangadhar Prusty
Hi Filip, Thanks for your prompt response. I added an attribute to the ServletContext object in one instance and tried to access the same attribute in another instance and it returns null. Infact it seems that the session objects are also not replicated. The (in server.xml) element has the att

Re: Tomcat 6 clustering problem

2008-06-02 Thread Filip Hanik - Dev Lists
what does your log say? Filip gangadhar p wrote: Hi Guys, The Tomcat 6 documentation (http://tomcat.apache.org/tomcat-6.0-doc/config/cluster.html) says that the Context (ServletContext, right ?) attributes are replicated across cluster members when the below element is added in either \conf\se

Tomcat 6 clustering problem

2008-06-02 Thread Gangadhar Prusty
Hi Guys, The Tomcat 6 documentation ( http://tomcat.apache.org/tomcat-6.0-doc/config/cluster.html) says that the Context (ServletContext, right ?) attributes are replicated across cluster members when the below element is added in either * \conf\server.xml* or *\conf\context.xml* file. ** *But act

Tomcat 6 clustering problem

2008-06-02 Thread gangadhar p
config.xml file is given below: Any modifications required? Any suggestions would be highly appreciated. Thanks in advance. -- View this message in context: http://www.nabble.com/Tomcat-6-clustering-problem-tp17609817p17609817.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat 6 clustering Problem

2007-08-29 Thread Filip Hanik - Dev Lists
take a look at the example http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html you copied a 5.5 config into 6 Filip [EMAIL PROTECTED] wrote: Hallo i have uncomment the element in server.xml of tomcat6 and write this config in: className="org.apache.catal

Tomcat 6 clustering Problem

2007-08-29 Thread davidov
Hallo i have uncomment the element in server.xml of tomcat6 and write this config in: My problem is now, that at startup of tomcat this message appears: org.apache.catalina.ha.tcp.SimpleTcpCluster setProper