How to configure IP and Port in App engine Java Environment, And How to Receive Data on that Port in GAE Application.

51 views
Skip to first unread message

sandeep negi

unread,
Mar 11, 2017, 11:11:02 AM3/11/17
to Google App Engine
How to configure IP and Port in App engine Java Environment, And How to Receive Data on that Port in GAE Application.

Adam (Cloud Platform Support)

unread,
Mar 11, 2017, 3:51:19 PM3/11/17
to Google App Engine
This question suggests you're just starting out, so I'd advise before trying to build anything to first familiarize yourself with the documentation to understand how App Engine works. App Engine does not have a single instance with a static IP address, and you cannot listen on a socket in App Engine, only connect to outbound sockets. All inbound traffic to App Engine is HTTP(S) traffic which is directed through a front-end (appspot.com or via your own custom domain name).

If you're looking for an environment where you have a single machine with a static IP which you can connect you, I'd suggest looking at Google Compute Engine.
Reply all
Reply to author
Forward
0 new messages