java - How to get the IP and Port number from bluemix? -


i want use server ip address , port number 1 of applications. unable find bluemix server ip , port number java application hosted.

the server ip address , port change each time restart or restage application. access server ip address , port app instance using can folowing system properties java application:

  • vcap_app_host
  • vcap_port

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -