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!

Can jar files used by Forms 11g be deployed in a custom directory instead of /forms/java ?

2686064Feb 11 2015 — edited Feb 11 2015

We have several .jar files used by our Forms applications that we put in $ORACLE_HOME/forms/java and everything works fine.

However:

1) we have 3 Weblogic domains on the same server, sharing the same $ORACLE_HOME/forms/java - we want to be able to separate them to have different version of the jar files

2) we don't want to have to give access to /forms/java to developers deploying their applications

I want to be able to either:

a) define a custom directory in the formsweb.cfg (eg. archive=/mydir/myfile.jar)

or

b) define a subdirectory under /forms/java (eg. archive=/dev/myfile.jar - meaning $ORACLE_HOME/forms/java/dev/myfile.jar) (Isn't this how it worked in 10g?)

Thanks

This post has been answered by Michael Ferrante-Oracle on Feb 11 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2015
Added on Feb 11 2015
3 comments
679 views