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