Hi,
I have deployed an Tomcat 7 Application on HCP and there is a jar inside the application. I wanted it to run something like this below on HCP
java -jar SomeZipped.jar -port 4444
Once this jar is up then I would like to access to this jar from Client as mentioned below
java -jar SomeZipped.jar some_commandes_here http://10.52.226.247:4444 some_commands_here 5557
In the above command http://10.52.226.247:4444 is the IP of the server jar when I was running it windows cmd I know the IP but now the app is hosted on HCP How would I know the IP of the jar inorder to communicate between the client and the server
Any pointers/help highly appreciated