For users of Enterprise Developer for Eclipse:
The files contained in the CICS Docker demonstration are as follows:
MSS folder | Folder containing source files for the CICS application. |
bld.bat |
Batch file to automate the process of building CICS Docker demonstration images.
For full details on the parameters you can specify to bld.bat see Running the CICS Docker Demonstration. |
bld.env | Configuration file defining various environment variables that are used while building the images. The environment variables define details such as the names of installable files and strings to be used for different parts of the image names. |
Dockerfile |
Dockerfile used to build the CICS Docker demonstration image.
For a detailed look at the commands used in this file, see Dockerfiles in the CICS Docker Demonstration. |
MSS32_export.zip | .zip file containing Micro Focus Directory Server (MFDS) resource definitions for the CICS application for use in 32-bit environments. |
MSS64_export.zip | .zip file containing MFDS resource definitions for the CICS application for use in 64-bit environments. |
README*.* | Files for HTML and plain text documents containing instructions on how to build the CICS Docker demonstration images. |
unzip.ps1 | PowerShell script to unzip MSS*_export.zip. |
zipbld.ps1 | PowerShell script to recreate MSS.zip to contain the source files for the CICS application. |
For users of Enterprise Developer UNIX Components:
The files contained in the CICS Docker demonstration are as follows:
src folder | Folder containing source files for the CICS application. |
bld.env | Configuration file defining various environment variables that are used while building the images. The environment variables define details such as the names of installable files and strings to be used for different parts of the image names. |
bld.funcs |
Definitions of functions used in the bld.sh script. |
bld.sh |
Batch file to automate the process of building CICS Docker demonstration images.
For full details on the parameters you can specify to bld.sh see Running the CICS Docker Demonstration. |
bld_package.sh |
Shell script to rebuild and package the CICS Docker demonstration application. |
Dockerfile |
Dockerfile used to build the CICS Docker demonstration image.
For a detailed look at the commands used in this file, see Dockerfiles in the CICS Docker Demonstration. |
MSS64_export.tar.gz | .tar file containing MFDS resource definitions for the CICS application. |
palic.env | Configuration file used to specify the name of the license (.mflic) file for Enterprise Developer. |
README*.* |
Files for HTML and plain text documents containing instructions on how to build the CICS Docker demonstration images. |
sample_setup | Script to start the Micro Focus Directory Server (MFDS), deploy the region definitions, then application and display the console .log file for the region until the container is terminated. |