I am trying to connect two app engine applications. Using HTTPResponse
com.google.appengine.api.urlfetch.URLFetchService.fetch(URL url) , i
connect a crone job running on another application.But it always shows
'java.net.SocketTimeoutException: Timeout while fetching'. The same
error exception is generating when i used  java.net.URL.URL(String
spec).openStream().
But the executed crone job's log display in its console with Status of
200.
Can anyone suggest a solution.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to