Hitachi

JP1 Version 12 Job Management: Getting Started (High-speed Transfer of Huge Files)


1.4.4 Setting the maximum number of web client connections and the number of concurrent processes

Open the usrconf.properties file, and then set the maximum number of web clients that can connect to JP1/DH - Server and the number of web client requests that JP1/DH - Server can process concurrently, according to the procedure below.

Prerequisites

To perform this task, the system administrator logs in as the built-in Administrator user to the machine on which JP1/DH - Server is installed.

Procedure

  1. Use a text editor to open the usrconf.properties file.

    The usrconf.properties file is stored in the following location:

    installation-folder\misc\CC\server\usrconf\ejb\jp1dh

  2. Set the maximum number of web client connections and the number of concurrent request processes.

    #------ JP1/DH - Server ---------
    webserver.connector.inprocess_http.max_connections=maximum-number-of-web-client-connections#1
    webserver.connector.inprocess_http.max_execute_threads=
    number-of-concurrent-request-processes#2
    #1

    The value that can be specified for the maximum number of web client connections is 1,024 or fewer.

    #2

    For the number of concurrent request processes, set a value that does not exceed the maximum number of web client connections.

Postrequisites

Execute batch commands to apply the environment settings to JP1/DH - Server.

Related topics