Connecting OneData to Terracotta
After you install Terracotta as described in Using BigMemory with webMethods Products, available on the Software AG Documentation website, specify the server port in the onedata.properties file to connect OneData to Terracotta.
Tip:
You can also limit the time that OneData spends in attempting to make an initial connection to the Terracotta Server.
To connect
OneData to
Terracotta1. Navigate to Software AG_directory \profiles\ODE\bin\onedata\config directory.
2. Open the onedata.properties file and set the following Terracotta specific properties:
Property | Description |
onedata.terracotta.serverinfo |
| Terracotta Server host name. To use multiple Terracotta Servers, list each host name separated by a comma. Define the hostname:port, for each terracotta server, as in: onedata.terracotta.serverinfo=localhost:9510. |
onedata.terracotta.initial.connection.timeout |
| Time in milliseconds that OneData attempts to connect to the Terracotta Server when OneData starts. If OneData cannot establish a connection before the timeout limit is reached, OneData will only retry the connection when it receives a cache request. Default value is 1000. |
3. Save and close the file.