Edit $DOMAIN_HOME/config/fmwconfig/servers/WLS_REPORTS/reports/bin/rwserver.conf:
server_name=rep_server1
server_class=rwserver
rwengine_opts=-KEYWORD:PDF -KEYWORD:HTMLCSS
Create the Oracle Inventory and Middleware directories.
mkdir -p /u01/app/oraInventory
mkdir -p /u01/app/oracle/middleware
chown -R oracle:oinstall /u01
chmod -R 775 /u01
Silent Installation (Recommended for automation): Install Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2
Create a response file fr_install.rsp:
[ENGINE]
Response File Version=1.0.0.0.0
[GENERIC]
ORACLE_HOME=/u01/app/oracle/product/fmw
INSTALL_TYPE=Forms_and_Reports_Complete
DECLINE_AUTO_UPDATES=true
Run the installer:
cd /u01/software
./fmw_12.2.1.4.0_fr_linux64.bin -silent -responseFile /u01/software/fr_install.rsp
GUI Installation:
Although WebLogic 12c includes a JDK, it’s best to install a certified JDK explicitly. Create the Oracle Inventory and Middleware directories
cd /opt
tar -xzf jdk-8u351-linux-x64.tar.gz
mv jdk1.8.0_351 /opt/jdk8
Set environment variables in .bash_profile:
export JAVA_HOME=/opt/jdk8
export PATH=$JAVA_HOME/bin:$PATH
This is the final
Monitor logs:
tail -f $DOMAIN_HOME/servers/WLS_FORMS/logs/WLS_FORMS.log
To add Reports support later, run the configuration wizard again and choose "Extend an existing domain". To add Reports support later