webMethods OneData 10.11 | Managing Master Data with webMethods OneData | Administering webMethods OneData | Working with In-Memory and Caching in webMethods OneData | In-Memory Database | Connecting webMethods OneData to Terracotta
 
Connecting webMethods 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 webMethods OneData to Terracotta.
Tip:
You can also limit the time that webMethods OneData spends in attempting to make an initial connection to the Terracotta Server.
*To connect webMethods OneData to Terracotta
1. 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 webMethods OneData attempts to connect to the Terracotta Server when webMethods OneData starts. If webMethods OneData cannot establish a connection before the timeout limit is reached, webMethods OneData will only retry the connection when it receives a cache request.
Default value is 1000.
3. Save and close the file.