Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Communications enabled applications > Sharing data across two sessions with REST APIs
Next Step
Enable the system application.
Step 1: Sharing data across two sessions with REST APIs JAX-WSThe system application owns the Representational State Transfer (REST) interface. Update the configuration for each server running CEA.
Procedure
- Access the CEA settings panel in the administrative console.
- In a single-server environment...
Servers > Server Types > WebSphere application servers > server_name
> Communications Enabled Applications (CEA) .
- In a clustered environment...
Servers > Clusters > WebSphere application server clusters > server_cluster > Communications Enabled Applications (CEA) .
Because servers in a cluster are clones of each other, you only need to make configuration changes from the main cluster panel for the cluster, not for each individual server in the cluster.
- Ensure the check box labeled Enable communications service is checked.
Support information (generally applicable)
What to do next
Develop a new application that calls the REST interface.
Next Step