`

Configuring SSL-protected views to be accessible through HTTP

阅读更多

Configuring SSL-protected views to be accessible through HTTP

<!-- TwoX body.doc --> <!-- BEGIN MAIN BODY CONTENT--> <!-- BEGIN CONTENT--> <!-- ******** PASTE MAIN BODY CONTENT HERE ******** -->
 Technote (FAQ)
 
Question
How do you configure SSL-protected views to be accessible through HTTP in WebSphere® Commerce 6.0?
 
Answer
To change a view originally accessible by HTTPS to be accessible through HTTP, follow the steps using LogonForm as an example, as indicated in the screen shot below:


1. You need to search for LogonForm in struts-config.xml (or the corresponding struts config file), and modify the configuration so that https property becomes 0:0 .
For example:

<action path="/LogonForm" type="com.ibm.commerce.struts.BaseAction">
<set-property property="https" value="0:1 "/>
</action>

should become:

<action path="/LogonForm" type="com.ibm.commerce.struts.BaseAction">
<set-property property="https" value="0:0"/>
</action>

2. You need to update the struts-config-ext.xml (or the corresponding struts config file) so that you remove your store ID or the whole configuration setting where the https property is defined for your view. For example:

<action path="/LogonForm" type="com.ibm.commerce.struts.BaseAction">
<set-property property="https" value="10001:1,10053:1,10054:1"/>
<set-property property="credentialsAccepted" value="0:P,0:P"/>
</action>

should become:

<action path="/LogonForm" type="com.ibm.commerce.struts.BaseAction">
<set-property property="credentialsAccepted" value="0:P,0:P"/>
</action>

3. Restart your WebSphere Commerce server. Your LogonForm should be accessible through HTTP as shown below:

分享到:
评论

相关推荐

    Configuring CC-Link.rar

    本资料主要围绕“Configuring CC-Link”展开,旨在帮助用户理解和掌握如何配置CC-Link系统,以便在实际操作中实现三菱PLC的有效通信。 首先,我们来了解一下CC-Link的基本概念。CC-Link是一种高速、高性能的串行...

    Configuring CC-Link_三菱PLC_PLC_

    本文将围绕“Configuring CC-Link”这一主题,结合三菱PLC,深入解析CC-Link的配置与应用。 一、CC-Link简介 CC-Link是由三菱电机开发的一种高速、高容量的网络通信系统,支持多种设备类型,如PLC、HMI、驱动器、...

    Configuring Text-based Displays Product Brief.pdf

    本产品简报主要针对“Configuring Text-based Displays”这一主题,详细介绍了如何设置和扩展基于文本的显示系统。文本显示器在工业自动化领域中广泛应用于监控和数据采集,尤其在那些对图形界面需求不高的环境中,...

    edx-readthedocs-io-edx-installing-configuring-and-running-en-latest.pdf

    1. Open edX平台简介:文档中提到的“Installing, Configuring, and Running the Open edX Platform”是一个运行手册,该手册对如何安装、配置和运行Open edX平台提供了详尽的指导。Open edX平台支持各种在线教育...

    3.5 Configuring Transport-Side Connectivity – Part 1.rar

    Implementing Cisco SD-WAN Solutions (SDWAN300) v1.0: 0 Welcome\ Section 1 - Cisco SD-WAN Overlay Network\ Section 2 - Cisco SD-WAN Deployment\ Section 3 Cisco SD-WAN Routing Options\ ...

    sappress-implementing-and-configuring-sap-mii

    sappress_implementing_and_configuring_sap_mii

    configuring-selinux-policy-report.pdf

    NSA Security-Enhanced Linux (SELinux) is an implementation of... A wide range of security models can be implemented as security servers without requiring any changes to any other component of the system.

    configuring-omron-plc-with-fins-driver_omronplc_源码

    《配置欧姆龙PLC与FINS驱动器》 欧姆龙PLC(可编程逻辑控制器)是一款广泛应用在工业自动化领域的设备,它以其稳定性和易用性受到广大工程师的青睐。在实际操作中,我们需要通过特定的通信协议来与PLC进行数据交换...

    Configuring-the-Network-File-System-_NFS_-service_The Network

    Configuring NFS on linux

    Configuring-Razer-Hydra-Through-Java

    配置-Razer-Hydra-Through-Java Razer Hydra 九头蛇是一款游戏动作感应控制器,通过较少的身体运动限制,在游戏过程中为用户提供足够的自由。 该设备由两个控制器组成,每只手一个,带有游戏手柄类型的按钮和一个...

    ethernet-x520-configuring-fcoe-vmware-esxi-5-guide

    在本文档中,我们将深入探讨如何配置Intel Ethernet X520系列网卡来实现FCoE(Fibre Channel over Ethernet)功能,以及如何在VMware ESXi 5.0环境中进行集成。FCoE是一种技术,它允许数据中心通过以太网网络传输...

    行业教育软件-学习软件-软件下载_学习软件_IT认证_Configuring HP-UX For Different Language免费下载.zip

    《配置HP-UX以支持多种语言的指南》 在信息技术领域,操作系统是计算机的灵魂,而HP-UX(Hewlett-Packard's Unix)是惠普公司开发的一种强大的UNIX变体,广泛应用于企业级服务器和高性能计算环境。...

    Exam Ref 70-410: Installing and Configuring Windows Server 2012 R2

    Prepare for Microsoft Exam 70-410 – and help demonstrate your real-world mastery of implementing and configuring core services in Windows Server 2012 R2. Designed for experienced IT professionals ...

    luci-app-adguardhome_1.8-11_all.ipk

    AdGuard Home 项目 是著名广告拦截器 AdGuard 里 DNS Server 的一个开源版本。该项目的原理是,在 DNS 的域名解析的过程里拦截网页上的广告。

    Configuring NAT Policies-ERICSSON

    ##### 2.5 配置具有日志记录和配对模式的增强型NAT策略(Configuring an Enhanced NAT Policy with Logging and Paired Mode) 配置增强型NAT策略时,需要启用配对模式和日志记录功能,以便于后续的故障排除和安全审计...

    Elasticsearch for Hadoop

    Table of Contents ...Creating the MapReduce job to import data from Elasticsearch to HDFS Writing the Tweets2Hdfs mapper Running the example Testing the job execution output Summary ...

    Configuring the SELinux Policy

    介绍SELinux的文档。This technical report describes how to configure the SELinux security policy for the example security server.

    Exam Ref 70-687: Configuring Windows 8.1

    Prepare for Microsoft Exam 70-687 – and help demonstrate your real-world mastery of configuring Windows 8.1 in the enterprise. Designed for experienced IT professionals ready to advance their status...

    4.1.1.11 Packet Tracer - Configuring Extended ACLs Scenario 2.pka

    4.1.1.11 Packet Tracer - Configuring Extended ACLs Scenario 2.pka

    SSL Diagnostics Version 1.1 (x86)

    A common problem for administrators of IIS servers is configuring and troubleshooting SSL enabled websites. To assist in administrators efforts, Microsoft has designed a tool - SSL Diagnostics - to ...

Global site tag (gtag.js) - Google Analytics