If you have a stand-alone server environment, Representational State Transfer (REST) endpoints are configured and enabled automatically. For other environments, you must use the WebSphere® Application Server administrative console to configure the REST endpoints.
The steps in this task show you how to change the REST service endpoint for the widgets contained in the templates supplied with WSRR.
Users that previously accessed Business Space by using a web browser might have old endpoints stored in the browser cache. After you update the REST endpoints, Business Space might not function correctly and might report widget errors that refer to the old endpoint URLs. To fix this issue, ensure that each user clears the browser cache.
To enable Business Space for your runtime environment, you must complete the following steps after configuring Business Space from the command line.
You can verify that WSRR is listening on the specified endpoints. Use a web browser to access the following URL:
protocol://hostname:port/WSRR/
Where protocol is http for an unsecure server, or https for an unsecure server. hostname is the hostname of the WSRR server. port is the secure or unsecure port for the server.
The response displays the version information for WSRR, for example:
<system>
<property name="builddate"
value="20111112-2014"/>
<property name="iteration" value="8.0"/>
<property name="version" value="8.0.0.0"/>
</system>