guoww
初级会员
贴子数量 : 79
注册日期 : 4/25/2002 在线情况 : 离线
|
发表于: 6/17/2002 - 05:18 |
产品:WebSphere Application Server
平台:跨平台
版本:WebSphere Application Server 3.x
问题 在HTTP Server中配置了ssl后,用https调用jsp或servlet找不到
解答 只在http server中配置ssl是不够的,您需要在WebSphere的管理平台上找到default_host(或您自己的虚拟主机),在高级属性的别名中添加带":443"的别名,如添加"hostname:443","IP:443",重新启动WebSphere后您就可以用https://调用您的JSP或servlet了。
|
|
rambler
新手上路
贴子数量 : 23
注册日期 : 5/29/2002 在线情况 : 离线
|
发表于: 6/25/2002 - 06:18 |
在Http Server(Linix下)里如何配置ssl?
|
|
guoww
初级会员
贴子数量 : 79
注册日期 : 4/25/2002 在线情况 : 离线
|
发表于: 6/25/2002 - 08:08 |
看红皮书:sg246176, download from //www.redbooks.ibm.com |
|