1.4.2 Domain Server Parameterization

This topic provides systematic instruction for Domain Server Parameterization.

The below domain server parametrization should be done for all the domain servers which are created in the server where the micro services are going to be deployed.
  1. Go to the weblogic installation path (FMW installation path) in the Weblogic server where the plato, sms, common core, mid office core and OBTFPM services are installed.
  2. Go to location : Middleware/Oracle_Home/user_projects/domains/plato_domain/bin.
  3. Modify the setDomainEnv.sh file and add the JAVA_OPTIONS parameter as explained below:
    WLS_MEM_ARGS_64BIT="-Xms2048m –Xmx12288m"
    export WLS_MEM_ARGS_64BIT
    JAVA_OPTIONS="${JAVA_OPTIONS} -DflywayTask=migrate -Dflyway.enabled=true -Dspring.flyway.enabled=true -Dplato.services.config.uri=http://whf00ixg.in.oracle.com:7005 -Dplato.service.logging.path=/scratch/Oracle/Middleware/Oracle_Home/user_projects/domains/plato_domain/logs -Dplato.service.env=OSDC "
    export JAVA_OPTIONS

    Note:

    1. The above domain server parameterization is not required for the domain where the plato config server is deployed.
    2. The Memory argument parameter needs to be changed based on the service deployment and transaction volume.
    3. In case the Operating system is 32 bit server, it is required to update the variable WLS_MEM_ARGS_32BIT