LoginSignup
5
5

More than 5 years have passed since last update.

PlayFramework2.3でハマった箇所と対応内容

Posted at

1.Procfileの起動オプションが前バージョンと異なる

  • v2.2.X
web: target/start
  • v2.3
web: target/universal/stage/bin/{your project name} -Dhttp.port=$PORT

2.HerokuでNewRelicを使う場合のオプションが異なる

  • v2.2.X
-javaagent:/path/to/newrelic.jar
  • v2.3
-J-javaagent:/path/to/newrelic.jar
5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5