Stuart Peters · Feb 23, 2021 go to post

I think it should be <install-dir>/dev/CAcerts/AllCA.cer for the correct case
 

Stuart Peters · May 26, 2017 go to post

In the dockerfile to add Web Terminal I had to combine the two RUN commands into one line to make it behave properly.  The ccontrol start seemed to complete within the RUN command.

# Start Caché Instance
# Generate login and password for csession if needed, and Load downloaded xml with compilation 
# WebTerminal will be installed during compilation process

RUN ccontrol start $ISC_PACKAGE_INSTANCENAME && printf "_SYSTEM\nSYS\n" \
 |  csession $ISC_PACKAGE_INSTANCENAME -UUSER "##class(%SYSTEM.OBJ).Load(\"/tmp/webterminal/webterminal.xml\",\"cdk\")"

Stuart Peters · Sep 9, 2016 go to post

If FIFO is not required, a pool size >1 allows for processes to run in parallel.