Mount directory structure
The Mount directory structure is described in this topic.
dbdrivers- Copy the database driver jars to this directory.For example, if you are setting up an Oracle instance, copy
ojdbc7.jarthat is present in <ORACLE_HOME>/jdbc/lib. If you are setting up a DB2 instance, copydb2jcc4.jarthat is present in <DB2_INSTALL_LOCATION>/java.lib- If you are using antivirus other than ClamAV, copy the extensibility jars to this directory.resources/security- Copy the keystores and truststores to this directory as required. For more information, see Key and Certificate Management Tool.- HTTPS protocol on the application server.
- SSL connectivity between the application server and database, which is recommended.
- SSL connectivity between the application server and MQ, if you are using MQ.
- SSL connectivity for embedded JMS for which you need to import the SSL certificate from JMS server to other servers. For more information about the JMS server or JMS client deployment, see JMS Deployment.
- Optional:
wmq- If you are using WMQ as JMS Provider to communicate between Partner Repository and Partner Provisioner, then Download and copy thewmq.jmsra.rarfile to this folder. Ensure that the WebSphere MQ Resource Adapter is compatible to the IBM WebSphere MQ version. For example, WebSphere MQ Resource Adapter v9.1.4.0 is compatible with IBM WebSphere MQ version 9.1.4.0. passphrase.txt- Specify the system passphrase.Setup.cfg- Specify the parameters and settings for the selected service components by using Docker. For more information, see Configuring theSetup.cfgfile properties.
Note: It is recommended that you edit the
Setup.cfg file only in Linux. If you edit
the file in Windows, it might append control M characters. The special characters results in an
unexpected behavior of the application.For more information about the Mount directory structure, see the sample MountFiles.zip file.
The MountFiles directory and all sub-directories of MountFiles must have the 755 permission to read and execute for accessing all MountFiles by the pemuser (id:1011) container.