We are trying FSAL instead of the standard browser for our Forms 12.2.1.4.
When I ran the frmsal.jar -showConfig true, I was getting a bunch of errors saying it couldn't find “webutil” stuff. I noticed the showConfig showed the “archive” jar files, but not the “webUtilArchive” jar files. The webUtilsArchive config has frmwebutil.jar, jacob.jar, and our custom jar file, but the “archive” line only has frmall.jar
Config parameters from server are:
CODEBASE=/forms/java
ARCHIVE=frmall.jar
WIDTH=900
HEIGHT=700
I added the frmwebutil.jar and jacob.jar that are in the webUtilArchive config to the “archive” line and it seemed to work.
Config parameters from server are:
CODEBASE=/forms/java
ARCHIVE=frmall.jar, frmwebutil.jar, jacob.jar
WIDTH=900
HEIGHT=700
Is this a bad work-around?
What is the difference between these two parameters?
Why doesn't FSAL show the webUtilArchive config parameter?