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.
