Creating a configuration directory structure

Creating a configuration directory structure in zFS for the JVM server.

Procedure

  1. Create the configuration directory structure in zFS for the JVM server.
    The JVM server expects the configuration files to be in the WLP_USER_DIR/servers/server_name directory in the working directory, where WLP_USER_DIR is the value of the WLP_USER_DIR option and server_name is the value of the -Dcom.ibm.cics.jvmserver.wlp.server.name property. For more information on these server options, see JVM server options.
  2. Create the Liberty profile configuration in the server_name directory.
    As a minimum, you must create the server.xml file. You can base it on the template that is supplied as wlp/templates/config/cics/server.xml in the installation directory of the Liberty profile. Start of changeThis file must be saved in the file encoding of ISO-8859-1 or UTF-8.End of change
  3. Edit the server.xml file for your installation.
    Update the <httpEndpoint> with the host name and port number. For information about configuring server.xml in a JVM server, see Manually tailoring server.xml. If you want to use security, see Configuring security for a Liberty JVM server.