简体   繁体   中英

Upload Mirror quick-start Java project to App Engine:

I have problem with uploading mirorapi quick-start to App Engine. Currently I can run locally, but I don't know how to upload it to appengine. Based on this book , I have to upload with appcfg.sh: 在此处输入图片说明

Because I'm using windows, so I run it with cmd. But when I executed this command:

appcfg.sh update C:...\mirror-quickstart-java-master\mirror-quickstart-java-master

The system ask me to open application. I really don't know which application that I can choose. Anybody knows how to upload to appengine? Thank You

The "appcfg.sh" command will only work on Linux and Mac OS terminals. For Windows, try running this:

appengine-java-sdk\bin\appcfg.cmd update <war file location>

Moving forward, you can use this webpage as your reference in deploying to App Engine: https://developers.google.com/appengine/docs/java/tools/uploadinganapp

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