2.2 Domain Server Parameterization

Use domain server parametrization for all the domain servers 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 OBCLPM 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
JAVA_OPTIONS="${JAVA_OPTIONS} -DflywayTask=migrate -Dflyway.enabled=true -
    Dspring.flyway.enabled=false -Dplato.services.config.uri=http://whf00ixg.in.example.com:7005 -
    Dplato.service.logging.path=/scratch/Oracle/Middleware/Oracle_Home/user_projects/domains/
    plato_domain/logs -Dplato.service.env=OSDC " export JAVA_OPTIONS