google cloud platform - Issues when deploying SmartFoxServer on GCP -
i using smartfox server server side logic , deployed on aws , works fine. tying migrate google cloud . after running smartfox service, command line, run command "netstat -anp | grep 8080" gives details of services listening on port 8080 , output as: tcp6 0 0 :::8080 :::* listen 5240/java
which shows process 5240 listening on port 8080 , on running "ps -fp 5240" following output:
uid pid ppid c stime tty time cmd
root 5240 1 0 aug16 ? 00:09:27 /home/smartfoxserver
which shows smartfoxserver service running , listening on port 8080. when try access "xx.xxx.xxx.xxx:8080" (which public ip of instance) browser, empty response. have setup firewall rules similar setup in aws still facing issue.
any way of pin pointing issue , fixing it?
Comments
Post a Comment