简体   繁体   中英

Cloud Foundry Java Startup Command

When running a Java application in Cloud Foundry, based on the Java Buildpack, I would like to see the java command line that started the Tomcat server to see the specific memory parameters set on the JVM. Is there a way to see the specific command line?

你可以跑

cf curl /v2/apps/`cf app <YOUR-APP-NAME> -—guid`| grep detected_start_command

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM