ProxyPass /forms http://localhost:7001/forms ProxyPassReverse /forms http://localhost:7001/forms ProxyPass /reports http://localhost:7001/reports ProxyPassReverse /reports http://localhost:7001/reports Create /etc/systemd/system/wls-forms.service :
create_domain.py (sample):
DEFAULT_LOCALE=en_US DOMAIN_NAME=forms_domain DOMAIN_HOME=/u01/app/oracle/config/domains/forms_domain ADMIN_USERNAME=weblogic ADMIN_PASSWORD=Oracle123 DOMAIN_MODE=production APPLICATION_HOME=/u01/app/oracle/config/applications Then run:
Then:
nmConnect(username='weblogic', password='Oracle123', host='localhost', port='5556', domainName='forms_domain') nmStart() nmEnroll(domainHome='/u01/app/oracle/config/domains/forms_domain') nmKill() exit() cd $DOMAIN_HOME/bin ./startWebLogic.sh Wait for output: “Server started in RUNNING mode” 4.4 Start Forms Managed Server In new terminal:
[Install] WantedBy=multi-user.target