Hello,
when setting environment Variables as JVM parameters in the Cloud Cockpit, it seems impossible to use these in java application deployed on the tomcat runtime.

Java Code :
logger.info("Environment Variable ENVVAR1 = " + System.getenv("ENVVAR1"));
Log Ouput :

Is there another way to set environment variables, or is there a better way to pass parameters to a java application on hcp?
Thank You,
Dries