How do I find which Java version is being used to execute my rules on Bluemix?

对着背影说爱祢 提交于 2019-12-11 16:19:21

问题


I am executing my rules on the Business Rules service on Bluemix, and want to know which Java runtime version is used. How do I find this information?


回答1:


This information is available if I enable tracing for the payload, for example by invoking it using https://brsv2-instanceID.domain/DecisionService/run.jsp?path=/ruleApp/1.0/ruleset/1.0&trace=true

(for example: https://brsv2-12345678.ng.bluemix.net/DecisionService/run.jsp?path=/myRuleApp/1.0/myRules/1.0&trace=true)

I made sure that infoSystemProperties was set to true for JSON.

The trace after execution of the request contains a "systemProperties" element/entry, which includes the Java information.

The answer How can I trace rules in the Business Rules service on Bluemix? has more information on tracing.



来源:https://stackoverflow.com/questions/33657349/how-do-i-find-which-java-version-is-being-used-to-execute-my-rules-on-bluemix

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!