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.
- Go to the weblogic installation path (FMW installation path) in the Weblogic server where the foundation, sms, common core, mid office core and OBCLPM services are installed.
- Go to location : Middleware/Oracle_Home/user_projects/domains/plato_domain/bin
- 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
Parent topic: Running of Environment Variables