Sunday, 19 February 2023

Using Oracle Forms Services Standalone Application Launcher


FSAL is a browser-less solution which allows you to run your Oracle Forms applications without needing to use a web browser.

STEP 1-

Install JAVA JRE / JDK environment in local user machines

Supported Version for 12c - JDK 1.8.0_211+, JRE 1.8.0_211+, JDK 11.0.4+, and JDK 17.0.0+ 


STEP 2-

Login to Application server & Navigate to below location $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_12.2.1/config

Backup formsweb.cfg file

Edit formsweb.cfg file

 Locate your configuration section for your applications and add below 2 lines

baseSAAfile=webutilsaa.txt

                        fsalcheck=true


                            Save & Exit


STEP 3-

    Open the URL http://hostname:PORT/forms/html/fsal.htm


           -- Download the Frmsal.jar file from the above download option.

             -- Copy the downloaded jar file to a folder, say C:\ed.

            -- Open cmd & navigate to the folder where jar is copied to.

            -- Access the URL using below syntax

                Java -jar frmsal.jar -url http://hostname:port/forms/frmservlet/../..






No comments:

Post a Comment