Advertisement
Guest User

formsweb.cfg

a guest
Apr 26th, 2011
1,379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
  2. # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
  3. # This section defines the Default settings. Any of them may be overridden in the
  4. # following Named Configuration sections. If they are not overridden, then the
  5. # values here will be used.
  6. # The default settings comprise two types of parameters: System parameters,
  7. # which cannot be overridden in the URL, and User Parameters, which can.
  8. # Parameters which are not marked as System parameters are User parameters.
  9. # SYSTEM PARAMETERS
  10. # -----------------
  11. # These have fixed names and give information required by the Forms
  12. # Servlet in order to function. They cannot be specified in the URL query
  13. # string. But they can be overridden in a named configuration (see below).
  14. # Some parameters specify file names: if the full path is not given,
  15. # they are assumed to be in the same directory as this file. If a path
  16. # is given, then it should be a physical path, not a URL.
  17. # USER PARAMETERS
  18. # ---------------
  19. # These match variables (e.g. %form%) in the baseHTML file. Their values
  20. # may be overridden by specifying them in the URL query string
  21. # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
  22. # or by overriding them in a specific, named configuration (see below)
  23. [default]
  24. # System parameter: default base HTML file
  25. baseHTML=base.htm
  26. # System parameter: base HTML file for use with JInitiator client
  27. baseHTMLjinitiator=basejpi.htm
  28. # System parameter: base HTML file for use with Sun's Java Plug-In
  29. baseHTMLjpi=basejpi.htm
  30. # System parameter: delimiter for parameters in the base HTML files
  31. HTMLdelimiter=%
  32. # System parameter: working directory for Forms runtime processes
  33. # WorkingDirectory defaults to <oracle_home>/forms if unset.
  34. workingDirectory=
  35. # System parameter: file setting environment variables for the Forms runtime processes
  36. envFile=default.env
  37.  
  38. # Forms runtime argument: whether to escape certain special characters
  39. # in values extracted from the URL for other runtime arguments
  40. escapeparams=true
  41. # Forms runtime argument: which form module to run
  42. form=test.fmx
  43. # Forms runtime argument: database connection details
  44. userid=
  45. # Forms runtime argument: whether to run in debug mode
  46. debug=no
  47. # Forms runtime argument: host for debugging
  48. host=
  49. # Forms runtime argument: port for debugging
  50. port=
  51. # Other Forms runtime arguments: grouped together as one parameter.
  52. # These settings support running and debugging a form from the Builder:
  53. otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
  54. # Sub argument for otherparams
  55. buffer=no
  56. # Sub argument for otherparams
  57. debug_messages=no
  58. # Sub argument for otherparams
  59. array=no
  60. # Sub argument for otherparams
  61. obr=no
  62. # Sub argument for otherparams
  63. query_only=no
  64. # Sub argument for otherparams
  65. quiet=yes
  66. # Sub argument for otherparams
  67. render=no
  68. # Sub argument for otherparams
  69. record=
  70. # Sub argument for otherparams
  71. tracegroup=
  72. # Sub argument for otherparams
  73. log=
  74. # Sub argument for otherparams
  75. term=
  76.  
  77. # HTML page title
  78. pageTitle=Oracle Application Server Forms Services
  79. # HTML attributes for the BODY tag
  80. HTMLbodyAttrs=
  81. # HTML to add before the form
  82. HTMLbeforeForm=
  83. # HTML to add after the form
  84. HTMLafterForm=
  85.  
  86. # Forms applet parameter: URL path to Forms ListenerServlet
  87. serverURL=/forms/lservlet
  88. # Forms applet parameter
  89. codebase=/forms/java
  90. # Forms applet parameter
  91. imageBase=DocumentBase
  92. # Forms applet parameter
  93. width=750
  94. # Forms applet parameter
  95. height=600
  96. # Forms applet parameter
  97. separateFrame=false
  98. # Forms applet parameter
  99. splashScreen=
  100. # Forms applet parameter
  101. background=
  102. # Forms applet parameter
  103. lookAndFeel=Oracle
  104. # Forms applet parameter
  105. colorScheme=teal
  106. # Forms applet parameter
  107. logo=
  108. # Forms applet parameter
  109. restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
  110. # Forms applet parameter
  111. formsMessageListener=
  112. # Forms applet parameter
  113. recordFileName=
  114. # Forms applet parameter
  115. serverApp=default
  116. # Forms applet archive setting for JInitiator
  117. archive_jini=frmall_jinit.jar
  118. # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
  119. archive=frmall.jar
  120. # Number of times client should retry if a network failure occurs. You should
  121. # only change this after reading the documentation.
  122. networkRetries=0
  123.  
  124. # Page displayed to Netscape users to allow them to download Oracle JInitiator.
  125. # Oracle JInitiator is used with Windows clients.
  126. # If you create your own page, you should set this parameter to point to it.
  127. jinit_download_page=/forms/jinitiator/us/jinit_download.htm
  128. # Parameter related to the version of JInitiator
  129. jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
  130. # Parameter related to the version of JInitiator
  131. jinit_exename=jinit.exe#Version=1,3,1,22
  132. # Parameter related to the version of JInitiator
  133. jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
  134.  
  135. # Page displayed to users to allow them to download Sun's Java Plugin.
  136. # Sun's Java Plugin is typically used for non-Windows clients.
  137. # (NOTE: you should check this page and possibly change the settings)
  138. jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
  139. # Parameter related to the version of the Java Plugin
  140. jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
  141. # Parameter related to the version of the Java Plugin
  142. jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
  143. # Parameter related to the version of the Java Plugin
  144. jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
  145. # EM config parameter
  146. # Set this to "1" to enable Enterprise Manager to track Forms processes
  147. em_mode=0
  148.  
  149. # Single Sign-On OID configuration parameter
  150. oid_formsid=%OID_FORMSID%
  151. # Single Sign-On OID configuration parameter
  152. oracle_home=E:\DevSuiteHome_1
  153. # Single Sign-On OID configuration parameter
  154. formsid_group_dn=%GROUP_DN%
  155. # Single Sign-On OID configuration parameter: indicates whether we allow
  156. # dynamic resource creation if the resource is not yet created in the OID.
  157. ssoDynamicResourceCreate=true
  158. # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
  159. ssoErrorUrl=
  160. # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
  161. ssoCancelUrl=
  162. # Single Sign-On parameter: indicates whether the url is protected in which
  163. # case mod_osso will be given control for authentication or continue in
  164. # the FormsServlet if not. It is false by default. Set it to true in an
  165. # application-specific section to enable Single Sign-On for that application.
  166. ssoMode=false
  167. # The parameter allow_debug determines whether debugging is permitted.
  168. # Administrators should set allow_debug to "true" if servlet
  169. # debugging is required, or to provide access to the Forms Trace Xlate utility.
  170. # Otherwise these activities will not be allowed (for security reasons).
  171. allow_debug=false
  172. # Parameter which determines whether new Forms sessions are allowed.
  173. # This is also read by the Forms EM Overview page to show the
  174. # current Forms status.
  175. allowNewConnections=true
  176.  
  177. # EndUserMonitoring
  178.  
  179. # EndUserMonitoringEnabled parameter
  180. # Indicates whether EUM/Chronos integration is enabled
  181. EndUserMonitoringEnabled=
  182.  
  183. # EndUserMonitoringURL
  184. # indicates where to record EUM/Chronos data
  185. EndUserMonitoringURL=
  186.  
  187. # Example Named Configuration Section
  188. # Example 1: configuration to run forms in a separate browser window with
  189. # "generic" look and feel (include "config=sepwin" in the URL)
  190. # You may define your own specific, named configurations (sets of parameters)
  191. # by adding special sections as illustrated in the following examples.
  192. # Note that you need only specify the parameters you want to change. The
  193. # default values (defined above) will be used for all other parameters.
  194. # Use of a specific configuration can be requested by including the text
  195. # "config=<your_config_name>" in the query string of the URL used to run
  196. # a form. For example, to use the sepwin configuration, your could issue
  197. # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
  198. [sepwin]
  199. separateFrame=True
  200. lookandfeel=Generic
  201.  
  202. # Example Named Configuration Section
  203. # Example 2: configuration forcing use of the Java Plugin in all cases (even if
  204. # the client browser is on Windows)
  205. [jpi]
  206. baseHTMLJInitiator=basejpi.htm
  207.  
  208. # Example Named Configuration Section
  209. # Example 3: configuration running the Forms ListenerServlet in debug mode
  210. # (debug messages will be written to the servlet engine's log file).
  211. [debug]
  212. serverURL=/forms/lservlet/debug
  213.  
  214. # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
  215. # DS but not AS and is also available for download from OTN.
  216. [webutil]
  217. WebUtilArchive=frmwebutil.jar,jacob.jar
  218. WebUtilLogging=off
  219. WebUtilLoggingDetail=normal
  220. WebUtilErrorMode=Alert
  221. WebUtilDispatchMonitorInterval=5
  222. WebUtilTrustInternal=true
  223. WebUtilMaxTransferSize=16384
  224. baseHTMLjinitiator=webutiljini.htm
  225. baseHTMLjpi=webutiljpi.htm
  226. archive_jini=frmall_jinit.jar
  227. archive=frmall.jar
  228. lookAndFeel=oracle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement