Play app in prod mode, how to run

0fnt

I've tried the following variations:

  1. play '~run' prod
  2. play ~run --%prod (I know it's play 1.x but I still tried)
  3. play -Dplay.id=prod '~run'

application.mode=prod inside conf/application.conf.

Can someone tell me what I missed?

EDIT: @bassebergman's answer solves my problem. wondering if anyone knows if there is a way to have prod mode and triggered compilation both?

sebber

As per the documentation, try

play start

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to run concordion tests in Play?

From Dev

How to run your app in production mode on development server in google app engine-java

From Dev

Detect application mode (DEV, TEST, PROD) during build in Play Framework 2.x application

From Dev

How do I run a comand line scala script that uses Play Framework app database?

From Dev

How to keep separate dev, test, and prod databases in Play! 2 Framework?

From Dev

How to run Play Framework 2.x in debug mode in IntelliJ IDEA?

From Dev

How to run the Wear app with handled app with out any signing? I mean developer debug mode

From Dev

how to run hive in debug mode

From Dev

How do I configure a variant to run both prod & debug app on same Android?

From Dev

How can I run Play framework in HTTPS only in the dev mode?

From Dev

jhipster: how to avoid database update when running in PROD mode?

From Dev

How to run Dropwizard app in debug mode with Eclipse?

From Dev

How to enable "Play 2 App" in Jetbrains IntelliJ Run Configuration

From Dev

How do you run react-native app in production mode?

From Dev

Run play framework app at specified socket

From Dev

How to run concordion tests in Play?

From Dev

how to make symfony2 writes log in prod mode?

From Dev

How do I run a comand line scala script that uses Play Framework app database?

From Dev

How to keep separate dev, test, and prod databases in Play! 2 Framework?

From Dev

How to run Play Framework 2.x in debug mode in IntelliJ IDEA?

From Dev

Play Framework Scala: Run "test" before "run" in the triggered execution mode

From Dev

How to run graphical app in background mode?

From Dev

How to require updated play services and add "This app won't run unless you update Google Play services"

From Dev

How do I configure a variant to run both prod & debug app on same Android?

From Dev

How to still run function when app in background mode?

From Dev

How to make a timer app that could run even when the app is in the background mode

From Dev

How run instant app on my own server without publishing on play store

From Dev

How to run superset in development mode

From Dev

How to deploy a play application(v.2.6) in Prod server?

Related Related

  1. 1

    How to run concordion tests in Play?

  2. 2

    How to run your app in production mode on development server in google app engine-java

  3. 3

    Detect application mode (DEV, TEST, PROD) during build in Play Framework 2.x application

  4. 4

    How do I run a comand line scala script that uses Play Framework app database?

  5. 5

    How to keep separate dev, test, and prod databases in Play! 2 Framework?

  6. 6

    How to run Play Framework 2.x in debug mode in IntelliJ IDEA?

  7. 7

    How to run the Wear app with handled app with out any signing? I mean developer debug mode

  8. 8

    how to run hive in debug mode

  9. 9

    How do I configure a variant to run both prod & debug app on same Android?

  10. 10

    How can I run Play framework in HTTPS only in the dev mode?

  11. 11

    jhipster: how to avoid database update when running in PROD mode?

  12. 12

    How to run Dropwizard app in debug mode with Eclipse?

  13. 13

    How to enable "Play 2 App" in Jetbrains IntelliJ Run Configuration

  14. 14

    How do you run react-native app in production mode?

  15. 15

    Run play framework app at specified socket

  16. 16

    How to run concordion tests in Play?

  17. 17

    how to make symfony2 writes log in prod mode?

  18. 18

    How do I run a comand line scala script that uses Play Framework app database?

  19. 19

    How to keep separate dev, test, and prod databases in Play! 2 Framework?

  20. 20

    How to run Play Framework 2.x in debug mode in IntelliJ IDEA?

  21. 21

    Play Framework Scala: Run "test" before "run" in the triggered execution mode

  22. 22

    How to run graphical app in background mode?

  23. 23

    How to require updated play services and add "This app won't run unless you update Google Play services"

  24. 24

    How do I configure a variant to run both prod & debug app on same Android?

  25. 25

    How to still run function when app in background mode?

  26. 26

    How to make a timer app that could run even when the app is in the background mode

  27. 27

    How run instant app on my own server without publishing on play store

  28. 28

    How to run superset in development mode

  29. 29

    How to deploy a play application(v.2.6) in Prod server?

HotTag

Archive