I have created Java-Play framework web Application and follow the deployment steps given on Play framework
For this i have used play 2.0.8 framework and Ubuntu 14.04
- First created Java-play web application
- after created play dist zip file
- then deploy to local server
- unzip the dist zip file
- this dist package contains
- start script &
- lib folder
- trying to run dist package start script but this file can not run the play application
Please provide me solution or proper tutorial to deploy play dist package and run play web application