views:

103

answers:

2

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)

+2  A: 

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
A: 

you may try asking in the google list, they are usually very responsive...

http://groups.google.com/group/play-framework

opensas