我可以在heroku服务器上部署非maven java web应用程序,如果是,那么如何?

时间:2018-03-13 12:12:23

标签: heroku

我创建了我的非maven java web应用程序的war文件。我不知道在Heroku上部署这个应用程序。请帮忙。

2 个答案:

答案 0 :(得分:0)

当然可以。创建Heroku帐户并按照部署部分文档进行操作。 但是,由于过于通用而且没有谷歌搜索,我会将问题标记下来。

答案 1 :(得分:0)

heroku war:deploy war file location --app appName;"

if this show error as follows
ERROR: Your buildpacks do not contain the heroku/jvm buildpack!Add heroku/jvm to your buildpack configuration or run `heroku buildpacks:clear
then run the following command 
heroku buildpacks:clear --app APP
and again run 
heroku war:deploy war file location --app appName;"

你的战争档案将被成功驱逐。