Re: Tomcat 6 clustering problem

2008-06-03 Thread Gangadhar Prusty
.catalina.startup.Catalina start INFO: Server startup in 3483 ms Thanks again. Gangadhar On 6/2/08, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > POST your log, does it show member discovery? > > Filip > > Gangadhar Prusty wrote: > >> Hi, >> >

Re: Tomcat 6 clustering problem

2008-06-03 Thread Gangadhar Prusty
.catalina.startup.Catalina start INFO: Server startup in 3483 ms Thanks again. Gangadhar On 6/2/08, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > POST your log, does it show member discovery? > > Filip > > Gangadhar Prusty wrote: > >> Hi, >> >

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 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

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