2
使用mvn appengine:deploy
後,我們收到一條BUILD SUCCESSFUL消息......但是當你導航到該網址...收到以下消息:谷歌的App Engine(GAE) - 靈活的環境 - 碼頭髮行
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
/---> [email protected]{/,file:///var/lib/jetty/webapps/root/,UNAVAILABLE}{/root.war} [failed]
Powered by Jetty:// 9.4.5.v20170502
我幾乎感覺WAR正被部署到AppEngine上的錯誤目錄,導致Jetty無法找到。有任何想法嗎?
獲取相同的錯誤。與gradle插件 –