How can I get JBoss AS 5 web sessions to be maintained in Infinispan?

link|improve this question
You want to store the sessions in infinispan? – Matt Ball Mar 11 '11 at 4:23
Yes. Thats exactly what I want. – Viren Mar 11 '11 at 4:27
1  
I don't think there's a simple configuration you can change to achieve this. Have a read over this answer. I know the question doesn't ask about Infinistore, but the idea is exactly the same. – Matt Ball Mar 11 '11 at 4:40
feedback

1 Answer

Have a look at the source code of JBoss AS 6 and JBoss AS 7, both of which use Infinispan for HTTP sessions. May not be that simple to implement though. Personally, I think your best bet would be to upgrade to JBoss AS 6 or 7.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.