Deployment to Bluemix clicking the "Deploy to Bluemix" button for the "ibmecod/java-rediscache" app does not work. The following issues occured:
- Creating the project does not create the service.
- The service referenced in the manifest file is Data Cache. This service has been retired.
- Connecting the app to the "Compose for Redis" service and changing the manifest file accordingly results in an app that deploys and runs. However, the GET and PUT operations do no seem to have any effect at all.
The used manifest file is:
declared-services:
ComposeRedis-26:
label: compose-for-redis
plan: Standard
applications:
- name: EinarsJavaRediscache1218
random-route: true
memory: 512M
services:
- ComposeRedis-26
path: JavaCacheApp.war
Deployment to Bluemix clicking the "Deploy to Bluemix" button for the "ibmecod/java-rediscache" app does not work. The following issues occured:
The used manifest file is:
declared-services:
ComposeRedis-26:
label: compose-for-redis
plan: Standard
applications:
random-route: true
memory: 512M
services:
path: JavaCacheApp.war