Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FSAL formsweb.cfg "archive" vs "webUtilArchive" parameter difference?

Aaron L.2 days ago — edited 2 days ago

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?

This post has been answered by Gerrit van der Linden on Sep 10 2025
Jump to Answer
Comments
Post Details
Added 2 days ago
2 comments
48 views