I setup a gcloud vminstance for windows 2012 and have apache tomcat installed
I can access from within the server by doing localhost:8080 and see the apache tomcat home page.
I have a static ip setup and have setup firewall rules tcp:8080 and udp:8080 for both http and https (though I need only http) as mentioned here Can't open port 8080 on Google Compute Engine running Debian
but no luck yet I cannot get to this from outside of gcloud...when I try my static up from outside I do not get anything....I can ping ip address but not ip address:8080 (not sure if its possible to ping with port number)
from the browser (outside gcloud) I get This webpage is not available ERR_CONNECTION_TIMED_OUT
update - For testing I disabled the Windows firewall and no luck yet. I have now re enabled the firewall and will try to create a new instance...and just try port 80 ...will not install apache tomcat while testing this.
Thanks,