(iAS 10g)How to use static HTML page rather than through form servlet

1. create a env file in

 1<oracle_home>\reports\server\, suppose it's  test.env   
 2append the directory where the fmx is in to the parameter FORMS90_PATH=   
 3and do other necessary modifications.    
 4
 5
 62\. modify web.xml in <oracle_home>\j2ee\OC4J_BI_Forms\applications\forms90app\forms90web\WEB-INF   
 7add the envFile parameter into the servlet's definition   
 8<servlet>
 9<servlet-name>l90servlet</servlet-name>
10<servlet-class>oracle.forms.servlet.ListenerServlet</servlet-class>
11<init-param>
12<param-name>envFile</param-name>
13<param-value>C:\Oracle\ias\forms90\server\geo.env</param-value>
14</init-param>
15</servlet>   
16
17
183\. modify the initial html file generated by form servlet   
19change   
20<param name="serverURL" value="/forms90/l90servlet?ifcfs=/forms90/f90servlet"/>   
21to   
22<param name="serverURL" value="/forms90/l90servlet  "/></oracle_home></oracle_home>
Published At
Categories with 数据库类
Tagged with
comments powered by Disqus