HADB web persistance not successfull

I have a enterprise applicaiton server cluster configured for loadbalancing and session failover.

I installed hadb and seems like hadb is running fine.

( i checked with hadbm status --nodes and from connection pool in admin console i can ping ).

I want to know if there is a way to check if the session attribute is properly saved on the database.

[374 byte] By [skoizumi2133a] at [2007-11-26 16:45:15]
# 1

Hi,

Start a session and monitor the access_log of both your cluster member apps (assuming you have 2). Bring down the appserver instance which served the first request (and created the session in HADB).

do a second request (which should be serverd by the other cluster member) and see if your session is still there. This is usually the reason why you want session persistence.

HTH Robert

robert@javixa at 2007-7-8 23:12:35 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Thanks for your post.I figured out hadb was not set for persistance type so i wan't able to see anything in the log. One of the reason is that Netbeans is not allowed to configure persistant type.
skoizumi2133a at 2007-7-8 23:12:35 > top of Java-index,Application & Integration Servers,Application Servers...