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

王朝mssql·作者佚名  2006-12-17
窄屏简体版  字體: |||超大  

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

(iAS 10g)How to use static HTML page rather than through form servlet 1. create a env file in <oracle_home>\reports\server\, suppose it's test.env

append the directory where the fmx is in to the parameter FORMS90_PATH=

and do other necessary modifications.

2. modify web.xml in <oracle_home>\j2ee\OC4J_BI_Forms\applications\forms90app\forms90web\WEB-INF

add the envFile parameter into the servlet's definition

<servlet>

<servlet-name>l90servlet</servlet-name>

<servlet-class>oracle.forms.servlet.ListenerServlet</servlet-class>

<init-param>

<param-name>envFile</param-name>

<param-value>C:\Oracle\ias\forms90\server\geo.env</param-value>

</init-param>

</servlet>

3. modify the initial html file generated by form servlet

change

<PARAM NAME="serverURL" VALUE="/forms90/l90servlet?ifcfs=/forms90/f90servlet">

to

<PARAM NAME="serverURL" VALUE="/forms90/l90servlet">

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航