1、打开eclipse,找到wlp插件的server.xml文件

2、双击打开server.xml文件

3、在<featureManager>配置中添加 <feature>ssl-1.0</feature>

4、使用securityUtility 工具创建默认的密钥库

5、根据上图提示修改server.xml文件,修改完成后重启wlp,使用https方式进行访问验证
新增 <keyStore id="defaultKeyStore" password="{xor}MiYvPiwsKDAtOw=="/>