0

我个人在我的 Mac OSx 10.8 上使用 IBM Installation Manager .macosx.cocoa.x86_64_1.6.3001.20130528_1750 尝试了我们的 Consumer WL 6.0.0.1 IBM Installation Manager Repository 版本的安装过程。一位同事从 Linux 安装报告了同样的问题。

When selecting Tomcat 7 and new Derby as install destination, the Installation Manager only puts the WL Application Center things into the Tomcat web.xml and webapps folder etc, but fails to do the necessary steps to deploy a developed WL application right away:

  • 我们必须找到 worklight-jee-library.jar 并将其放入 Tomcat 的 /lib 文件夹中

  • 我们检查了 Installation Manager 创建的 Derby DB,数据库在那里,但 Installation Manager 没有在其中创建表。所以我们必须自己手动执行表 sql 脚本。

安装管理器和 Tomcat + Derby 的这个问题是否已知?

4

1 回答 1

1

IBM Installation Manager for Worklight 6.0.0.0 当前不安装Worklight。

它实际上所做的是提取 Worklight 框架文件和 Ant 任务脚本,然后您需要配置和运行它们,以便将框架文件以及 Worklight 项目的 .war 文件部署在 Application Server 上。我相信数据库也是通过 Ant 任务脚本创建/填充的。

Worklight 6.0 的信息中心中详细记录了该过程。

于 2013-09-30T16:57:49.130 回答