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 :
echo "Installation completed."
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 Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2
WLS_MEM_ARGS_64BIT="-Xms2048m -Xmx4096m" export WLS_MEM_ARGS_64BIT Apache config ( /etc/httpd/conf.d/forms.conf ): Install Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2