Skip to content

Commit c4c0af7

Browse files
committed
Merge pull request #190 from ezulich/patch-1
Update the name and link to GemFire SSC service
2 parents a11a2b6 + 543116b commit c4c0af7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/container-tomcat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ By default, the Tomcat instance is configured to store all Sessions and their da
5858
To enable Redis-based session replication, simply bind a Redis service containing a name, label, or tag that has `session-replication` as a substring.
5959

6060
### GemFire
61-
To enable GemFire-based session replication, simply bind a [GemFire service][] containing a name, label, or tag that has `session_replication` as a substring. GemFire services intended to be used for session replication will automatically have a tag of 'session_replication'.
61+
To enable GemFire-based session replication, simply bind a [Session State Caching (SSC) GemFire service][] containing a name, label, or tag that has `session_replication` as a substring. GemFire services intended to be used for session replication will automatically have a tag of 'session_replication'.
6262

6363
## Managing Entropy
6464
Entropy from `/dev/random` is used heavily to create session ids, and on startup for initializing `SecureRandom`, which can then cause instances to fail to start in time (see the [Tomcat wiki]). Also, the entropy is shared so it's possible for a single app to starve the DEA of entropy and cause apps in other containers that make use of entropy to be blocked.
@@ -75,7 +75,7 @@ Additional supporting functionality can be found in the [`java-buildpack-support
7575

7676
[Configuration and Extension]: ../README.md#configuration-and-extension
7777
[`config/tomcat.yml`]: ../config/tomcat.yml
78-
[GemFire Service]: https://network.pivotal.io/products/p-gemfire
78+
[Session State Caching (SSC) GemFire service]: https://network.pivotal.io/products/p-ssc-gemfire
7979
[`java-buildpack-support`]: https://github.com/cloudfoundry/java-buildpack-support
8080
[repositories]: extending-repositories.md
8181
[Spring profiles]:http://blog.springsource.com/2011/02/14/spring-3-1-m1-introducing-profile/

0 commit comments

Comments
 (0)