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!






Alejandro González Rodrigo
*www.nextinit.com* <https://www.nextinit.com/>
*[email protected] <[email protected]>*
*+34  666 57 79 13*


2014-05-15 10:36 GMT+02:00 Vinny P <[email protected]>:

> On Wed, May 14, 2014 at 2:50 PM, Juan de Dios Becerra <
> [email protected]> 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
>> the application can not run, I get this output in console:
>> Usage: <dev-appserver> [options] <app directory>
>>
>
>
> The *--address* argument is expecting an IP address to make the dev
> appserver available on, not the path to your WAR folder. If you have the
> appserver bind to port 0.0.0.0, that will make the app available to all
> computers on your local network.
>
>
>
> -----------------
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to