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