Console Remote Access Program (jadrapb)
Run the console version of the Jade Remote Access Program from a command line, specifying the following.
jadrapb path=database-path ini=Jade-initialization-file-path
The following is an example command line.
jadrapb path=c:\jade\system ini=c:\jade\system.ini
The following is an example Dockerfile entry point specification.
WORKDIR /LogMonitor SHELL ["c:/LogMonitor/LogMonitor.exe", "powershell.exe"]
# define the entrypoint process ENTRYPOINT c:/jade/bin/jadrapb.exe ini=c:/jade/system.ini, path=c:/jade/system persistentdb.journalrootdirectory=c:/jade/journals, jadelog.logfile=db_server, jadelog.logdirectory=c:/jade/logs