I think it should be <install-dir>/dev/CAcerts/AllCA.cer for the correct case
- Log in to post comments
I think it should be <install-dir>/dev/CAcerts/AllCA.cer for the correct case
To get an overview of the different features as well as hands-on access to try some of the features of InterSystems IRIS Data Platform you might want to look at the InterSystems IRIS QuickStarts
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\")"
Thanks
I can't speak to your specific configuration and scenario but for more complete Pool Size information, the documentation is at http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=ECONFIG_PoolSize
If FIFO is not required, a pool size >1 allows for processes to run in parallel.