poprygun
4/28/2018 - 1:48 PM

Usefull cf commands

cf ssh -N -T -L <localport>:rediserver:redisport myapp //access redis from local machine

cf set-env my-application JBP_CONFIG_TOMCAT '{tomcat: { context_path: /first-segment/second-segment }}'

cf set-env my-application JBP_CONFIG_OPEN_JDK_JRE '{ jre: { version: 11.+ }}'

Available in PCF 2.7

Can review and tail logs now

cf tail --help