Deploy and run standalone

Applications or services packaged in a Genero archive and deployed in a war file can be run directly in standalone mode.

Deploy and run as standalone

A JGAS implementation includes the jgas-standalone.jar. This jar file features a small Java Enterprise Edition (J2EE) server. It is included in the war file allowing you to deploy and run applications without having to install and administer a complete J2EE server. Just an installation of the Java Runtime Environment (JRE) is required on the deployed system.

A Java Runtime Environment (JRE) is required to run the application war file with fglgar run.

To deploy a war and run applications, execute the following fglgar command:
fglgar run --war myApp.war

With this feature, the JGAS provides the same kind of function as the standalone dispatcher (httpdispatch) of the standard GAS for the development and testing of applications.