I’ve noticed when I start my application from within eclipse (Run -> Run as Web Application) I can access my application externally by using the machine’s public IP address. However when I run from the command line (ant devmode) I can only access from localhost. What changes do I need to make so that I can run from the command line and access externally?
Share
Figured it out
ant -Dgwt.args=”-bindAddress 0.0.0.0″ devmode