Kynth
Kynth

Reputation: 2607

Clustering Glassfish Web Sessions with Terracotta

Can Terracotta 3.5.x be configured to cluster web sessions in Glassfish 3.1?

I would like to secure a clustered Jersey application using a JDBC Realm. Multicasting for native Clustering is not available in the production environment.

If it is possible, can anyone help with the configuration steps or a guide please?

Upvotes: 1

Views: 632

Answers (1)

hoipolloi
hoipolloi

Reputation: 8044

Can Terracotta 3.5.x be configured to cluster web sessions in Glassfish 3.1?

I don't think so. The Platform Support for Terracotta 3.5 page indicates Glassfish V3 support:

for Ehcache, Quartz, but not Web Sessions.

The documentation for installing web-sessions using Terracotta 3.5.2 would also support this conclusion, since Glassfish is not mentioned.

However, you can confirm latest availability by contacting [email protected]

Upvotes: 2

Related Questions