从IntelliJ部署到Heroku的战争部分

huangapple go评论80阅读模式
英文:

war deploy from IntelliJ to Heroku

问题

以下是您要翻译的内容:

我需要在Heroku上发布我的Web应用程序,我使用命令行

heroku war-deploy <war-file-path> --app <app-name>

我使用IntelliJ导出我的war文件。当我在本地Tomcat服务器上测试文件时,没有问题。

在Heroku上,我遇到了这个错误:
"应用程序错误 - 应用程序中发生了错误,无法为您提供页面。如果您是应用程序所有者,请检查日志以获取详细信息。"

我认为这只是一个IntelliJ的问题。

英文:

I need to publish my web app on Heroku anche I use command line

heroku war-deploy &lt;war-file-path&gt; --app &lt;app-name&gt;

I use IntelliJ to export my war file. When I test file with my local Tomcat Server there are no problem.

On Heroku I have this error:
"Application error - An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details."

I think is only an IntelliJ problem

答案1

得分: 0

请注意您的 WAR 文件路径。IntelliJ 默认名称为“:war archive”。确保您的文件路径不包含空格或重音字符。
在我的情况下解决了这个问题。

英文:

Pay attention to your war file path. IntelliJ default name is "<project-name>:war archive". Ensure your file path don't contain spaces or
accented characters.
In my case solved the problem

huangapple
  • 本文由 发表于 2020年4月9日 22:09:02
  • 转载请务必保留本文链接:https://go.coder-hub.com/61123110.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定