Server Properties

About this task

In server.properties file, enter the desired values for the properties that are detailed below.
Note: Make sure to restart IBM® AD Batch Server after you modify the configuration file.

Procedure

  1. Add the IP of the computer where the IBM AD Configuration Server host is installed.
    ## Coordination and Configuration Server host
    ccs.server.host=127.0.0.1
  2. Add the port number to be used by IBM AD Configuration Server; the default port is 2181, if no other value is specified the default value is used.
    ## Coordination and Configuration Server port
    ## default 2181
    #ccs.server.port=2181
  3. Add the ID of the Environment set in IBM AD Configuration Server.
    ## Coordination and Configuration Server environment
    ccs.environment=fb9107c2-8770-43ef-990c-15b387f19698
  4. By default the audit of IBM AD Batch Server components is enabled, by setting it to false the Audit stops.
    ##Audit server 
    # default true
    #audit.enable=true
  5. Add the IP used by IBM AD Batch Server to communicate with IBM AD Configuration Server
    ## client host
    ## default: one of the available ip-s
    # client.host=
  6. Add the IP of the computer where IBM AD Batch Server is installed.
    ##aplication server host
    #application.server.host=
  7. Add the port number where IBM AD Batch Server listens to admin requests; the default port is 8686, if no other value is specified the default value is used.
    ## port on which the server listens to admin requests
    ## default: 8686
    #application.server.port=
  8. Specify how much to wait before the server stops (milliseconds); the default value is 5000, if no other value is specified the default value is used.
    ## how much to wait for the server to stop (milliseconds)
    ## default: 5000
    #stop.timeout=
  9. Specify how frequently database version changes are tested (seconds); the default value is 120, if no other value is specified the default value is used.
    ## how frequently database version changes are tested (seconds)
    ## default: 120 
    #poll.interval=
  10. Specify the installation directory or the place where IBM AD Batch Server is installed. All paths are either absolute or relative to the installation directory. Relative paths start with the first directory under ${install.dir}.
    ## ${install.dir} place where server is installed
    ## all paths are either absolute or relative to ${install.dir}
    ## relative paths start with the first directory under ${install.dir}
    1. Enter the path to the directory where configuration files are stored; the default path is ${install.dir}/conf; if no other path is specified the default path is used.
      ## path to the directory where configuration files are placed
      ## default: ${install.dir}/conf
      conf.dir={install.dir}/conf
      Important:
      • Under Windows, make sure that all backslash characters in all paths are doubled as in \\. Example:
        conf.dir=C:\\Program\Files\\IBM\Application\Discovery\Batch\Server/conf
    2. Enter the path to the directory where data files are stored; the default path is ${install.dir}/data; if no other path is specified the default path is used.
      ## path to the directory where data files are placed
      ## default: ${install.dir}/data
      data.dir={install.dir}/data 
      Important:
      • Under Windows, make sure that all backslash characters in all paths are doubled as in \\. Example:
        data.dir=C:\\Program\Files\\IBM\Application\Discovery\Batch\Server/data
    3. Enter the path to the directory where temporary data is stored; the default path is ${data.dir}/tmp; if no other path is specified the default path is used. Example:
      ## path to the directory where temporary data is placed
      ## default: ${data.dir}/tmp
      tmp.dir={data.dir}/tmp
      Important:
      • Under Windows, make sure that all backslash characters in all paths are doubled as in \\. Example:
        tmp.dir=C:\\Program\Files\\IBM\Application\Discovery\Batch\Server/tmp