WarGo transforms a standard Java WAR file into a self-executing application by embedding a Servlet Container and a startup script into the WAR file. After preparing your WAR file with WarGo
... [More]
, launching your application is as simple as:
java -jar yourapp.war [Less]