What is the directory structure for CommBridge on UNIX?
The directory structure is /opt/cb/ENV/SERVICE/SUBDIR Where ENV – the environment: prod or test. DEPT – the owning department for this node. SERVICE – the CommBridge service name. CBSUBDIR – the CommBridge subdirectory: bin, where executables and CFG files are stored; infiles, where received files are stored; outfiles, where files to transmit are stored; scripts, where MQ scripts are stored. For example, /opt/cb/prod/dss/mmarsload/bin /opt/cb/prod/dss/mmarsload/infiles /opt/cb/prod/dss/mmarsload/outfiles /opt/cb/prod/dss/mmarsload/infiles /opt/cb/prod/dss/mmarsload/scripts Remember that in UNIX file specifications, case is important. All of our file specifications are in lower case.