これは私の「git push heroku master」コマンドの出力です:
[info] Done updating.
[info] Compiling 2 Scala sources to /tmp/build_3kg6a8iex5xd6/target/scala-2.8.1/classes...
[success] Total time: 8 s, completed Apr 22, 2012 4:54:01 PM
[info] Wrote start script for mainClass := Some(JettyLauncher) to /tmp/build_3kg6a8iex5xd6/target/start
[success] Total time: 0 s, completed Apr 22, 2012 4:54:01 PM
Discovering process types
Procfile declares types -> web
Compiled slug size is 57.0MB
Launching... done, v23
http://xxxxxx.herokuapp.com deployed to Heroku
この後、アプリケーションはまだ起動していません。heroku psを試しました。プロセスを示していません。
私の Procfile の内容:
web: target/start JettyLauncher
フォアマンスタートしてみると、ちゃんと動いています。
アプリケーションが Heroku にデプロイされた後、アプリケーションが起動しない理由を誰かに教えてもらえますか?