You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if no war file is found, we fail with the following error message:
2020-04-13 09:49:41.625968226 +0000 UTC [web-1] Picked up JAVA_TOOL_OPTIONS: -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8
2020-04-13 09:49:41.788248634 +0000 UTC [web-1] The specified path "./*.war" does not exist.
2020-04-13 09:49:41.791431613 +0000 UTC [web-1] Usage: <main class> [options]
[...] (Rest of the java help method)
We should fail with a better error message saying that no war files were found and link them to the Procfile docs.