And this page https://developers.google.com/appengine/docs/java/modules/ says
To deploy the example above, use the *appcfg update*<https://developers.google.com/appengine/docs/java/gettingstarted/uploading>command, passing the directory path of the EAR: appcfg update <directory-path> But when I call appcfg update D:\my-project\ear It says the same error: com.google.apphosting.utils.config.AppEngineConfigException: Could not locate D:\my-project\ear\WEB-INF\appengine-web.xml The folder structure of my-projects is total a clone from the above GAE document link. Sometimes, GAE documents are really frustrating. On Thursday, January 2, 2014 1:03:39 PM UTC+8, Tapir wrote: > This page mentions all modules instances will be started. > https://developers.google.com/appengine/docs/java/modules/routing > But I don't how to do this. When call dev_server on a second module, it > says: > > Could not open the requested socket: Address already in use: bind. Try > overriding --address and/or --port. > > If I call dev_server on the ear directory, it says > > com.google.apphosting.utils.config.AppEngineConfigException: Could not > locate D:\my-project\ear\WEB-INF\appengine-web.xml > > yes, there is no WEB-INF in the ear folder but only a META-INF folder and > module folders in the ear folder. > Can't find document on how to start all module instances. > -- 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/groups/opt_out.
