Run Oracle Form Application from a JSP File.
947547Jul 18 2012 — edited Jul 25 2012I have a complete customized application made on Oracle Forms (10g) and I have .fmb and .fmx files, now problem which I am facing is I have to open the Oracle Form Application from my JSP page (which is used to login the user). My JSP page is just a simple page which I have placed it in path [C:\DevSuiteHome2\forms\j2ee\formsapp\formsweb] and I run it from browser as [http://localhost:port/forms/index.jsp].
How can I start my application from this JSP page? Please your help would be highly appreciated. Thanks.