Monday, 15 September 2014

scala - Deploying Play 2.3 on production -



scala - Deploying Play 2.3 on production -

i have developed scala/play webapp , trying deploy on production. recommended "best way" of doing that?

the documentation mentions runnig play console, not seem robust (in case of machine restarts etc).

there apporaches wrap app war file , deploy on tomcat7 (e.g. play2war), not seem actively developed (e.g. there beta back upwards 2.3, plugin not available maven repo etc).

what right way of doing this?

if host application on windows take @ yet java service wrapper wraps application in windows service maintain running, after restarts.

if run on linux take @ supervisord , monit, monitors application , starts, restarts , stops when needed.

see next links tutorials:

how run play framework 2.0 application windows service? http://marcovanduijn.blogspot.nl/2011/08/run-play-framework-application-as.html http://blog.fgribreau.com/2013/09/how-to-make-play-framework-2-work-with.html

scala playframework

No comments:

Post a Comment