Hello,
I m trying to access to internet by my local dev server.
According to forum posts, I modified my shell file as following :
@java -Dhttp.proxyHost=proxyHOST -Dhttp.proxyPort=8080 -
Dhttps.proxyHost=proxyHOST -Dhttps.proxyPort=8080 -Dhttp.proxySet=true
-cp "%~dp0\..\lib\appengine-tools-api.jar" ^
com.google.appengine.tools.KickStart ^
com.google.appengine.tools.development.DevAppServerMain %*
Unfortunately, it has been always trying to access directly to
internet (such as update gae ).
How can I resolve my problem ?
Thanks in advance for your help!
Regards
Alexandre
--
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 [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-java?hl=en.