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
2010-04-08 10:34:32
A:
you may try asking in the google list, they are usually very responsive...
opensas
2010-07-26 04:42:18