Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\asprov\asprovConfiguration.jspf
<%-- - FILE - asprovConfiguration.jspf - - DESCRIPTION - Component Configuration page - - MODIFIED (MM/DD/YY) - svijayar 07/07/06 - Created - - SINCE - 10.2+ --%> <script> function enableLBRConfig() { if (document.all['lbr_configure_chk_bx'].checked == false) { document.all['lbr_hostname'].value = ''; document.all['lbr_port'].value = ''; document.all['use_lbrssl_chk_bx'].checked=false; document.all['lbr_hostname'].disabled=true; document.all['lbr_port'].disabled=true; document.all['use_lbrssl_chk_bx'].disabled='true'; } else { document.all['lbr_hostname'].disabled=false; document.all['lbr_port'].disabled=false; document.all['use_lbrssl_chk_bx'].disabled=false; } } function enableAllSSL() { if (document.all['use_SSL_chk_bx'].checked == false) { document.all['use_lbrssl_chk_bx'].checked = false; if (document.all['OHSPort'].value == '4443') document.all['OHSPort'].value = '7777'; if (document.all['lbr_port'].value == '443') document.all['lbr_port'].value = '80'; } else { document.all['use_lbrssl_chk_bx'].checked = true; if (document.all['OHSPort'].value == '7777') document.all['OHSPort'].value = '4443'; if (document.all['lbr_port'].value == '80') document.all['lbr_port'].value = '443'; } } function enableLBRSSL() { if (document.all['use_lbrssl_chk_bx'].checked == false) { if (document.all['lbr_port'].value == '443') document.all['lbr_port'].value = '80'; } else { if (document.all['lbr_port'].value == '80') document.all['lbr_port'].value = '443'; } } function myCallBack(lovWindow, event) { return true; } function launchWebTierRfs() { openWindow(top, "../page/rfs/postBackWithEvent$event=handleWebTierRfsLaunch", "lovWindow", {width:750, height:550}, true, "dialog", ""); } function launchAppTierRfs() { openWindow(top, "../page/rfs/postBackWithEvent$event=handleAppTierRfsLaunch", "lovWindow", {width:750, height:550}, true, "dialog", ""); } </script> <uix:spacer height="10"/> <%--Should be dynamic--%> <uix:stackLayout> <uix:header textBinding="CONFIGURATION_CLUSTER_HEADER@asprovResourceBundle"> <uix:cellFormat width="50%" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="clustername" promptBinding="CONFIGURATION_CLUSTER_NAME_TXT_BX_LABEL@asprovResourceBundle" textBinding = "cluster_name_txt_bx_val@servletRequest" required = "uiOnly" messageTypeBinding="clusternameErr@servletRequest" messageBinding="clusternameErrMsg@servletRequest" shortDescBinding="CONFIGURATION_CLUSTER_NAME_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageChoice rendered="false" name="ibd_host" promptBinding="CONFIGURATION_CLUSTER_IBD_HOST_TXT_BX_LABEL@asprovResourceBundle" selectedValueBinding="ibd_host_val@servletRequest"> <uix:contents childDataBinding="ibd_host_list@servletRequest"> <uix:option textBinding="optionTxt" valueBinding="optionVal"> </uix:option> </uix:contents> </uix:messageChoice> <uix:messageLovField columns="30" name="webtierinstallbasedir" promptBinding="CONFIGURATION_CLUSTER_WEB_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" textBinding="web_tier_install_base_dir_txt_bx_val@servletRequest" required ="uiOnly" messageTypeBinding="webtierinstallbasedirErr@servletRequest" messageBinding="webtierinstallbasedirErrMsg@servletRequest" shortDescBinding="CONFIGURATION_CLUSTER_WEB_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" searchDescBinding="CONFIGURATION_CLUSTER_WEB_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" onClick="launchWebTierRfs();" /> <uix:messageLovField columns="30" name="apptierinstallbasedir" promptBinding="CONFIGURATION_CLUSTER_APP_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" textBinding="app_tier_install_base_dir_txt_bx_val@servletRequest" required ="uiOnly" messageTypeBinding="apptierinstallbasedirErr@servletRequest" messageBinding="apptierinstallbasedirErrMsg@servletRequest" shortDescBinding="CONFIGURATION_CLUSTER_APP_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" searchDescBinding="CONFIGURATION_CLUSTER_APP_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" onClick="launchAppTierRfs();" /> </uix:labeledFieldLayout> </uix:cellFormat> </uix:header> <uix:header textBinding="CONFIGURATION_INSTANCE_HEADER@asprovResourceBundle"> <uix:tableLayout width="100%" cellSpacing="4" > <uix:rowLayout vAlign="top"> <uix:cellFormat width="50%" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="instancename" promptBinding="CONFIGURATION_INSTANCE_NAME_TXT_BX_LABEL@asprovResourceBundle" textBinding="instance_name_txt_bx_val@servletRequest" required = "uiOnly" messageTypeBinding="instancenameErr@servletRequest" messageBinding="instancenameErrMsg@servletRequest" shortDescBinding="CONFIGURATION_INSTANCE_NAME_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="iasAdminPassword" promptBinding="CONFIGURATION_IAS_PWD_TXT_BX_LABEL@asprovResourceBundle" secret="true" required = "uiOnly" messageTypeBinding="iasAdminPasswordErr@servletRequest" messageBinding="CONFIGURATION_IAS_PWD_TXT_BX_MSG@asprovResourceBundle" noAutoComplete="true" shortDescBinding="ADMIN_PASSWD@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="ConfirmiasAdminPassword" promptBinding="CONFIGURATION_IAS_CONFIRM_PWD_TXT_BX_LABEL@asprovResourceBundle" secret="true" required = "uiOnly" messageTypeBinding="iasConfirmAdminPasswordErr@servletRequest" messageBinding="iasConfirmAdminPasswordErrMsg@servletRequest" noAutoComplete="true" shortDescBinding="ADMIN_CONFIRM_PASSWD@asprovResourceBundle"/> </uix:labeledFieldLayout> </uix:cellFormat> <uix:cellFormat width="50%" vAlign="top"> <uix:contentContainer background="light" width="100%" textBinding="CONFIGURATION_INSTANCE_INFORMATION@asprovResourceBundle"> <uix:bulletedList> <uix:styledText styleClass="OraInstructionText" textBinding="CONFIGURATION_INSTANCE_INFORMATION_BULLET1@asprovResourceBundle"/> <uix:styledText styleClass="OraInstructionText" textBinding="CONFIGURATION_INSTANCE_INFORMATION_BULLET2@asprovResourceBundle"/> <uix:styledText rendered="false" styleClass="OraInstructionText" textBinding="CONFIGURATION_INSTANCE_INFORMATION_BULLET3@asprovResourceBundle"/> </uix:bulletedList> </uix:contentContainer> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:header textBinding="CONFIGURATION_PORT_HEADER@asprovResourceBundle"> <uix:tableLayout width="100%" cellSpacing="4"> <uix:rowLayout vAlign="top"> <uix:cellFormat width="50%" vAlign="top"> <uix:tableLayout cellSpacing="4"> <uix:rowLayout> <uix:cellFormat columnSpan="2" vAlign="top"> <uix:messageStyledText textBinding="CONFIGURATION_PORT_HTTP_LISTENER_TXT@asprovResourceBundle" styleClass="oraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="5%"/> <uix:cellFormat vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="OHSPort" promptBinding="CONFIGURATION_OHS_PORT_TXT_BX_LABEL@asprovResourceBundle" textBinding = "ohs_port_txt_bx_val@servletRequest" required = "uiOnly" messageTypeBinding="OHSPortErr@servletRequest" messageBinding="OHSPortErrMsg@servletRequest" shortDescBinding="CONFIGURATION_OHS_PORT_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageCheckBox name="use_SSL_chk_bx" textBinding="CONFIGURATION_PORT_ENABLE_SSL_CHK_BX_TXT@asprovResourceBundle" onClick="javascript:enableAllSSL();" checkedBinding="use_SSL_chk_bx@servletRequest"/> </uix:labeledFieldLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout rendered="false"> <uix:cellFormat columnSpan="2" vAlign="top"> <uix:messageStyledText textBinding="CONFIGURATION_PORT_LBR_TXT@asprovResourceBundle" styleClass="oraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2" vAlign="top"> <%--<uix:messageCheckBox name="lbr_configure_chk_bx" textBinding = "CONFIGURATION_PORT_LBR_CHK_BX_TXT@asprovResourceBundle" onClick="javascript:enableLBRConfig();" checkedBinding="lbr_configure_chk_bx_checked@servletRequest"/>--%> <uix:messageStyledText textBinding="CONFIGURATION_PORT_LBR_TXT@asprovResourceBundle" styleClass="oraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="5%"/> <uix:cellFormat vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="lbr_hostname" promptBinding="VIRTUAL_HOST_NAME@asprovResourceBundle" textBinding="lbr_hostname_txt_bx_val@servletRequest" requiredBinding="lbr_required@servletRequest" messageTypeBinding="lbr_hostnameErr@servletRequest" messageBinding="lbr_hostnameErrMsg@servletRequest" shortDescBinding="CONFIGURATION_PORT_LBR_HOST_NAME_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="lbr_port" promptBinding="CONFIGURATION_PORT_LBR_PORT_TXT_BX_LABEL@asprovResourceBundle" textBinding="lbr_port_txt_bx_val@servletRequest" messageTypeBinding="lbr_portErr@servletRequest" messageBinding="lbr_portErrMsg@servletRequest" requiredBinding="lbr_required@servletRequest" shortDescBinding="CONFIGURATION_PORT_LBR_PORT_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageCheckBox name="use_lbrssl_chk_bx" textBinding="CONFIGURATION_PORT_ENABLE_SSL_CHK_BX_TXT@asprovResourceBundle" checkedBinding="use_lbrssl_chk_bx_checked@servletRequest" onClick="javascript:enableLBRSSL();"/> </uix:labeledFieldLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2" vAlign="top"> <uix:messageStyledText textBinding="CONFIGURATION_AS_CTRL_PORT_TXT@asprovResourceBundle" styleClass="oraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="5%"/> <uix:cellFormat vAlign="top"> <uix:messageTextInput columns="30" name="ASControlPort" promptBinding="CONFIGURATION_AS_CTRL_PORT_TXT_BX_LABEL@asprovResourceBundle" textBinding="as_ctrl_port_txt_bx_val@servletRequest" required="uiOnly" messageTypeBinding="ASControlPortErr@servletRequest" messageBinding="ASControlPortErrMsg@servletRequest" shortDescBinding="CONFIGURATION_AS_CTRL_PORT_TXT_BX_LABEL@asprovResourceBundle" /> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:cellFormat> <uix:cellFormat width="50%" vAlign="top"> <uix:contentContainer background="light" width="100%" textBinding="CONFIGURATION_PORT_INFORMATION_HEADER@asprovResourceBundle"> <uix:styledText styleClass="OraInstructionText" textBinding="CONFIGURATION_PORT_INFORMATION@asprovResourceBundle"/> <uix:bulletedList> <uix:styledText styleClass="OraInstructionText" textBinding="CONFIGURATION_PORT_INFORMATION_BULLET1@asprovResourceBundle"/> </uix:bulletedList> </uix:contentContainer> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:header textBinding="CONFIGURATION_IDENTITY_HEADER@asprovResourceBundle"> <uix:tableLayout cellSpacing="4"> <uix:rowLayout> <uix:cellFormat width="50%" columnSpan="2" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageRadioButton nameBinding="CONFIGURATION_IDENTITY_MGMT_TYPE@asprovResourceBundle" textBinding="CONFIGURATION_IDENTITY_JAZN_LDAP_TXT@asprovResourceBundle" valueBinding="CONFIGURATION_IDENTITY_JAZN_LDAP@asprovResourceBundle" selectedValueBinding="configIdentityMgmtType@servletRequest"/> <uix:messageRadioButton nameBinding="CONFIGURATION_IDENTITY_MGMT_TYPE@asprovResourceBundle" textBinding="CONFIGURATION_IDENTITY_NONE_TXT@asprovResourceBundle" valueBinding="CONFIGURATION_IDENTITY_NONE@asprovResourceBundle" selectedValueBinding="configIdentityMgmtType@servletRequest" messageBinding="CONFIGURATION_IDENTITY_NONE_MSG@asprovResourceBundle"/> </uix:labeledFieldLayout > </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:stackLayout>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de