=org.apache.catalina.cluster.session.DeltaManager ? Or
org.apache.catalina.session.PersistentReplicationManager is required to be
set?
Do you want to see my server.xml files and code?
Thank you again.
Filip Hanik - Dev Lists wrote:
>
> what does your log say?
>
> Filip
>
> gangadhar p wrote:
>> H
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 actually
ance.
Any suggestions?
Thanks again for ur help.
gangadhar p wrote:
>
> Thanks a lot guys for your prompt response.
>
> Now I face another error given below:
> SEVERE: Unable to start ReplicatedContext
> java.lang.ClassCastException:
> org.apache.catalina.cluster.tc
:
Any idea guys on why is that error coming ?
Thanks a lot again for your help.
Filip Hanik - Dev Lists wrote:
>
> you'd need to define
>
>
>
> for each context that you want that to happen
>
> Filip
>
> gangadhar p
Hi guys, I am configuring Tomcat 6 clustering to have more than one instance
access to each others ServletContext attributes. It's said that
ServletContext is clustered by default when Tomcat 6 is clustered, but my
servlets in 2 different instances are not able to access each others
ServletContex