简体   繁体   中英

app.yaml depreciated for java in appengine?

Deploying using dev_appserver.sh required browser login every time. It is not updated for very long time. Is app.yaml base project depreciated in appengine java?

Not sure I understand the issue:

1/ the dev_appserver.sh is for running a local GAE SDK, not for doing app deployment.

2/ instead you should be using the appcfg.sh tools that is now defaulting to oauth2 so requirement the oauth dance the first time, then it reuses the locally cached tokens.

3/ for Java, you should not defined the app.yaml, it is automatically generated during a local staging phase from the web.xml and appengine-web.xml files.

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM