Is it possible to bundle Play! web application to executable jar instead of war? Could it just be run on localhost at some port just like when using "play run" command? (without the need of installing play into system)
Asked
Active
Viewed 1,486 times
1 Answers
3
If you have a WAR, you can use the embedded mode of the Winstone servlet container to get a stand-alone executable jar. This is what Hudson does.

Thorbjørn Ravn Andersen
- 73,784
- 33
- 194
- 347