[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-08 Thread Brandon Donnelson
Are yo using eclipse to debug? What OS are you using?

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



[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-08 Thread Brandon Donnelson
Ways I setup proxy:

1. I'll set the proxy in the OS, then requests should be tunneled through.
2. I usually won't hard code it, b/c as soon as you deploy enviro changes
3. I'll change proxy in the eclipse networking configuration. If you code at 
work on a proxy, then you might setup more than one location. I usually have 
the most success with this depending on admin rights to OS. Test the proxy 
by trying to update or install. Eclipse > Preferences > search "proxy" > 
setup the ports that you need to forward through the proxy.

Brandon

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



[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-09 Thread July
thanks for your reply.
yes i'm using eclipse GPE to debug in Windows XP as admin.
My eclipse proxy works fine and i can update plugin. GAE can detect 
updation, everything works fine.

I think the key is to setup proxy in Gdata, when i use a swing desktop 
application with Gdata, set proxy before the Gdata call is OK.

But in dev mode of GPE, seems Gdata does not recognize the proxy i set, and 
every time it retrieve data from remote Google service directly.

Now i have to deploy my application to appspot to debug online, obviously a 
very bad choice. 



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



[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-09 Thread Brandon Donnelson
How is Winxp proxy setup for you? Do you just setup proxy in each app, or do 
you have a OS global setting? I do know there is an OS global proxy setup, 
but I can't remember that at the moment.

Brandon

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



[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-09 Thread July
Yes i config my application's proxy one by one, there is a proxy software 
called proxyCap through which we can config global proxy, unfortunately when 
i use it everything stops work(it can not connect to internet at all)

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



[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-10 Thread July
i finally get it works, thank you Brandon.

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



Re: [appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-10 Thread Brandon Donnelson
Very good job.

Brandon Donnelson
http://gwt-examples.googlecode.com

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