Re: [google-appengine] Re: access localhost from remote computer

2014-05-15 Thread Alejandro Gonzalez
Another approach would be assign a name to your local machine. This way all computers in your local network can access your server with myhost.com:8080 . You just need to edit your hosts file ( /etc/hosts -> may depend on your OS) and add something like: 127.0.0.1 myhost.com Cheers! Alejan

Re: [google-appengine] Re: access localhost from remote computer

2014-05-15 Thread Vinny P
On Wed, May 14, 2014 at 2:50 PM, Juan de Dios Becerra < j.becerra4...@gmail.com> wrote: > Hi , I have the same problem but I am using Java in Eclipse with GAE > plugin, if I modify the Run Configuration, in the section Arguments I put: > --address=/home/juan_becerra/workspace/GPlusSanminaUser/war

[google-appengine] Re: access localhost from remote computer

2014-05-14 Thread Juan de Dios Becerra
Hi , I have the same problem but I am using Java in Eclipse with GAE plugin, if I modify the Run Configuration, in the section Arguments I put: --address=/home/juan_becerra/workspace/GPlusSanminaUser/war the application can not run, I get this output in console: Usage: [options] Options: --he