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>

Options:
 --help, -h                 Show this help message and exit.
 --server=SERVER            The server to use to determine the latest
  -s SERVER                   SDK version.
 --address=ADDRESS          The address of the interface on the local 
machine
  -a ADDRESS                  to bind to (or 0.0.0.0 for all interfaces).
 --port=PORT                The port number to bind to on the local machine.
  -p PORT
 --sdk_root=DIR             Overrides where the SDK is located.
 --disable_update_check     Disable the check for newer SDK versions.
 --generated_dir=DIR        Set the directory where generated files are 
created.
 --jvm_flag=FLAG            Pass FLAG as a JVM argument. May be repeated to
                              supply multiple flags.

Do you have idea if I can configure  the address in Eclipse for Java? or is 
only with command line?

El lunes, 1 de noviembre de 2010 06:54:41 UTC-6, Thien escribió:
>
> Hi, I'm running an app locally on my computer, so I can access it by 
> typing localhost:8080. How can I access that localhost from a different 
> computer?
> If I use xampp, I can just edit the file httpd-xampp.conf to change the 
> allowance to all IP, then type this to the browser: <public 
> DNS>/xampp/<directory>
> Do you know how to do the same thing if I host the app on my computer 
> using AppEngine ?
>
> Thanks!
>

-- 
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