-3

我正在尝试在亚马逊的生产 Ubuntu 服务器上安装 IBM Mobilefirst 7.0 服务器。服务器没有 GUI。我使用 IBM Installation Manager 的静默安装和使用 GUI 在服务器上创建的响应文件来安装 Websphere Application Server 和 IBM Mobilefirst 服务器。但现在我陷入了必须使用服务器配置工具配置 MobileFirst 服务器的地步。但由于服务器配置工具是基于 GUI 的,所以我无法找到没有 GUI 的情况下如何做到这一点。任何指示或帮助将不胜感激!

4

2 回答 2

1

您可以使用 ant 任务在没有 GUI 的情况下继续进行配置。

详细步骤可以在下面的链接中找到。

http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.deploy.doc/devref/t_transporting_apps_and_adapters.html

于 2015-04-27T08:42:38.393 回答
0

What I was asking for is way to implement MobileFirst Server administration without using GUI as given in step number 6 in this link: http://www-01.ibm.com/support/knowledgecenter/#!/SSHSCD_6.3.0/com.ibm.worklight.installconfig.doc/install_config/t_ov_server_install.html. Since the server I was working on does not have a GUI, I was stuck at step 6. But I found the way out now and for someone who is looking for this, the way to do is using ant scripts. Steps are listed at this link : http://www-01.ibm.com/support/knowledgecenter/#!/SSHS8R_7.0.0/com.ibm.worklight.installconfig.doc/devref/t_ant_tasks_configure_dbs_wlconsole.html

于 2015-04-28T11:39:44.477 回答