z2 Home Launching

SYNOPSIS

java -cp z.jar -Dcom.zfabrik.home.start=<component name> com.zfabrik.launch.HomeLauncher <options>

DESCRIPTION

Home launching starts the Z2 environment in server mode. 


OPTIONS

    -Dcom.zfabrik.home.start=<component name>
        Z2 component to be prepared and used as dependency target of the home synchronizer (i.e. to be prepared on any sync). 

    -?              
        displays this documentation

    -np 
        no prompt (e.g. for service environment)
    
    -pause
        pause and wait for an enter keystroke before loading up

    -gui
        start a gui from the home process (allows interactive sync, termination and more)


NOTES

See also the CommandLineComputer main class to simply compute a useful command line.

Better yet, check the manual at https://redmine.z2-environment.net

