Hello,
I wrote a http socket program in c that create a http connection between my project VM (from where it called ) and server VM (both are in same esxi). I attached this file with my project and create a vib package. This vib package install on esxi and rebooted esxi. After rebooting esxi service is down.
In my project i initiated a rpc call for certain service that is hosted on server. through http i send my request to server and receive response.
Please suggest me where i doing wrong .