There is no single IP - GAE is a dynamic application. You should use the DNS name - thats teh point of DNS so you dont need to keep track if IP address changes.
Post is 80 (or 443) - appengine only responds to HTTP requests. 2009/12/10 HKHAIRANE <[email protected]>: > Hi everybody, > > i have a serious problem, i deployed my app in GAE, the name of > application is : > > xxxxxxx.appspot.com, i am using xmlrpc to communicate with c++ > program and my GAE app > > > the problem is that xmlrpc c++ client need an adresse ip and a port > number of my java GAE to communicate with. > > when i try to find an adresse ip with pinging i find the adresse of > www.google.fr > > help please > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
