Install Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2 -
The Ultimate Guide: Installing Oracle Forms & Reports 12.2.1.4 with WebLogic 12c (12.2.1.4)
Reports Configuration
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
2. Configure the Admin Server
Assign a port for the Admin Console (default 7001). Install Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2
- Recommendation: Configure SSL (7002) right now if this is a production environment. It is much harder to retrofit security later.
3. Managed Servers
The wizard will likely ask about Managed Servers. In the world of Forms and Reports, these are often split: The Ultimate Guide: Installing Oracle Forms & Reports 12
- WLS_FORMS: The server dedicated to running the Forms applications.
- WLS_REPORTS: The server dedicated to processing Reports.
Why split them? If a runaway report crashes the JVM, your Forms application stays online. Isolation is key. Recommendation: Configure SSL (7002) right now if this
High-level steps
- Prepare OS and JDK
- Install WebLogic Server (if not already)
- Create WebLogic domain (or use an existing one)
- Install Oracle Forms & Reports 12.2.1.4
- Configure Forms/Reports into the WebLogic domain
- Configure reports runtime (Reports Server / FRServer)
- Configure OHS or Managed Server for HTTP access (optional)
- Test deployment and access
- Post-install tuning and troubleshooting