自由配置文件默认安装位置

liberty profile default installation location

我已经使用 Eclipse Market place 安装了 "IBM Websphere Application Server liberty developer tools for Kepler"。

接下来我想做的是创建一个新服务器。所以我右键单击服务器选项卡。新建 > 服务器。并创建一个 "WebSphere Application Server V8.5 Liberty Profile" 类型的服务器。在向导的第二页,它要求我选择现有安装。

为此目录随机选择一些东西会出现错误: 安装目录无效。检查路径是否指向 Liberty 配置文件运行时环境(例如 /wlp)。

marketplace 在哪里安装了 liberty 配置文件?我什至安装了正确的东西。当我寻找 wlp 时,一个简单的 windows 搜索似乎什么也没有抛出。

开发人员工具不包括 WAS Liberty 本身的副本,它只是帮助您开发应用程序并将其部署到 WAS Liberty 服务器的工具。所以您已经安装了正确的东西,但您还需要安装 WAS Liberty 服务器。如果需要,开发人员工具会为您安装它。

在第二页,不要select'existing installation',而是select'Install from an archive or repository'。单击下一步,在第三页上,您可以选择 'Download and install a new runtime environment from ibm.com'

"Download WAS Liberty in Eclipse" 解释了安装 Eclipse、WebSphere 开发人员工具和 Liberty 服务器的步骤,以及下载链接。

YouTube 上的

"Installing WebSphere Application Server Liberty Profile" 使用该页面并展示如何:

  1. 将 WebSphere Developer Tools 安装到 Eclipse 中(您已经完成)
  2. 使用工具安装 Liberty 并创建服务器

假设您已经安装了 Eclipse。