手动创建 Liberty 应用程序客户机
可从命令行创建 Liberty 应用程序客户机。
关于此任务
过程
下一步做什么
可通过将 appSecurityClient-1.0 功能部件添加至 client.xml
文件来对应用程序客户机启用安全性(SSL、CSIv2 和 JAAS):
<featureManager>
<feature>javaeeClient-7.0</feature>
<feature>appSecurityClient-1.0</feature>
</featureManager>
有关在应用程序客户机上配置安全性的更多信息,请参阅为 Liberty 应用程序客户机容器及其应用程序配置安全性。