Hi,
We are planning to install Oracle Forms and reports that need to be authenticated using OAM/OID. (Windows 2008 R2 64 bit server)
I was told we need 3 or 4 middleware_homes
1) OID
2) OAM
3) Forms/Reports
4) Weblogic
Now lot of startup files and the files that set environment variables hardcode JAVA_HOME in the files.
If we need to upgrade JDK on the server, we need to manually edit all those files as JDK jad version in the path when it is installed.
Is there any easy way (like symbolic links in UNIX) where I can edit in one place to point to new JDK path and all services run without issues?
Thank you