Hi all,
I'm trying to publish oracle e-Business 12.1.3 via UAG and am running into the following problem.
The application includes some AJAX which generates the navigator menu and includes the application's private URL which I am able to rewrite using AppWraps successfully so all of the links from the menu on the webpage work fine (both HTML links and links to the Oracle forms applet forms).
A problem occurs if an HTML form link is accessed from within the Java applet; a browser window is launched trying to access the private URL which fails since the private URL is unknown to the client device. I'm hoping that the details of the URL which is launched in the browser comes from the application server and is possible to be re-written so that the browser correctly points to the public URL for the application.
Has anyone experienced this issue and have they been able to resolve it? Any suggestions on how to proceed gratefully received.
Note: We are trying to avoid publishing using the sslvpn component if at all possible for various implementation specific reasons.
Thanks
Rich