Hi,
I am very new to Cassandra. Can someone give me steps/doc for starting Cassandra gird and to put some httpsession objects in it.
Hi,
I am very new to Cassandra. Can someone give me steps/doc for starting Cassandra gird and to put some httpsession objects in it.
I have started Grid. i am able to put/get data I now want to know whether we can cache HttpSession objects using Cassandra ?
What is that Grid you are talking about? If you can serialize/deserialize your objects you can put/retrieve them from Cassandra using BytesType as column validator class.
I want steps to cache httpsession objects in tomcat using Cassandra.
Unfortunately we're not clear on what you're asking/referring to. I recommend you read through our documentation [1] and Apache Cassandra wiki [2], and let us know if you have any specific questions related to what you're trying to do.
Best of luck
[1] http://www.datastax.com/docs
[2] http://wiki.apache.org/cassandra/
You can use GigaSpaces HTTP session caching and configure it to use Cassandra as the backend DB.
http://wiki.gigaspaces.com/wiki/display/XAP91/Global+HTTP+Session+Sharing
http://wiki.gigaspaces.com/wiki/display/XAP91/Cassandra+Space+Persistency
Shay