切换 WebSphere Application Server V6.x 的超文本传输协议安全性
超文本传输协议
(HTTP)是用于在 Web 上传送和显示超文本和 XML 文档的因特网协议。
安全超文本传输协议
(HTTPS)是 HTTP 之上的加密和认证层,Web 服务器和 Web 浏览器使用它在因特网中安全地传输和显示超媒体文档。
如果 WebSphere
®
Application Server V6.x 是受保护的,则缺省情况下工作台会使用 HTTPS 在 Web 浏览器与服务器之间进行通信。在开发工作台中,当 WebSphere Application Server V6.x 受到保护时下列命令可能会使用 HTTPS:
在服务器上运行
运行管理控制台
本主题描述如何将受保护的 WebSphere Application Server V6.x 的超文本传输协议设置更改为以 HTTP 或 HTTPS 方式运行。
先决条件:
在“服务器”视图中,必须已经定义了
WebSphere Application Server V6.x
。
要切换 WebSphere Application Server V6.x 的超文本传输协议安全性:
在“服务器”视图中验证是否定义了 WebSphere Application Server V6.x。否则,您可能无法完成余下步骤。
在文件系统中,打开
x
:/.metadata/.plugins/org.eclipse.core.runtime/.settings/ 目录,其中
x
是工作空间的安装目录。
在文本编辑器中,打开
com.ibm.ws.ast.st.core.prefs
文件。
如果要使用 HTTPS,则将
isSecurityUseHttps
值设置为 true:
isSecurityUseHttps=true
缺省情况下,
isSecurityUseHttps
值设置为 true。
如果要使用 HTTP,则将
isSecurityUseHttps
值设置为 false:
isSecurityUseHttps=false
父主题:
配置 WebSphere Application Server V6.x
相关信息
内部浏览器不能显示受保护的 WebSphere Application Server V6.x 的管理控制台
WebSphere Application Server 维护版
反馈