问题标签 [worklight-server]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
466 浏览

websphere - IBM worklight 6.1 - Post Worklight server installation , appcenter throwing errors

I had installed Worklight server 6.1 on WAS 85 full version with derby database. Facing error when after installation trying to access the appcenter.

Does anyone else faced the same issue with latest worklight server+ websphere application server 85.

I was able to access appcenter but everything greyed out.

0 投票
1 回答
105 浏览

ibm-mobilefirst - IBM Worklight - 来自应用程序的服务器配置?

我们正在使用 IBM Worklight 开发应用程序。我们要求工作灯服务器可以部署在其他位置(即 ip 将发生变化)。是否可以将应用程序配置为通过某些设置页面与其他服务器通信而无需重新安装?

0 投票
1 回答
62 浏览

udp - Worklight 适配器可以通过 UDP 协议与端口 5556 通信吗?

是否可以使用工作灯适配器与一系列特定端口进行通信?

有人有例子吗?

0 投票
1 回答
337 浏览

ibm-mobilefirst - IBM Worklight - Project built on 6.1 will not deploy on 6.1 server, says I need to use 6.0

I've got a very simple Worklight application, no adapters, no java code, just some HTML. It's built in Eclipse Juno with Worklight studio 6.1. When I try to deploy the *-all.wlapp file the worklight server (not the worklight studio server, but an actual WL server running in a WebSphere cluster) I get the following message:

The project was created using Worklight studio 6.1 and has never seen the 6.0 studio. What's wrong with this thing that it wants me to back-rev to 6.0?

0 投票
1 回答
695 浏览

ibm-mobilefirst - IBM Worklight - 访问适配器 JS 中的服务器属性?

我必须访问Adapter JS文件中的几个 WL 服务器属性(来自worklight.properties) 。我知道我们可以访问适配器 xml 文件中的属性,但我必须访问 JS 文件。

这可能吗?

0 投票
1 回答
128 浏览

push-notification - 更新应用程序后在 Worklight 6.0 中收到多次推送通知

我已经通过 GCM 在 worklight 6.0 中实现了推送通知,但我收到推送通知超过 1 次。当我通过直接更新更新我的应用程序时,我会收到额外的一个推送通知,例如:安装后 3 次更新的 3 个额外推送通知。但是当我第一次安装应用程序时,它工作正常。

0 投票
1 回答
314 浏览

https - IBM Worklight 6.1:如何在移动应用程序与 Worklight Server 之间实现 HTTPS 安全连接?

我需要在移动应用程序与 IBM Worklight 服务器之间实现 HTTPS 安全连接。

我的设置是,

移动应用程序 -> IHS -> IBM Worklight 服务器。

是否有标准方法来实现移动应用程序与 Worklight 服务器之间的安全连接?

注意:IBM Worklight 服务器正在 Liberty Profile 上运行。

0 投票
1 回答
192 浏览

deployment - IBM Worklight - 更改或添加 iOS 推送证书后我应该部署什么?

我正在从事 IBM Worklight 6.0.0.1 项目。在我的应用程序已经部署在服务器中之前,我为 iOS 配置了推送通知。

我的问题是:我应该再次部署什么来获取服务器上的推送通知证书(.p12 证书文件)。我应该只部署 iPhone .wlapp 文件吗?还是我还应该部署更新版本的 .war 文件?

0 投票
2 回答
3300 浏览

websphere - Worklight - 错误 ADMA0007E 和 ADMA0007E

我正在为我的移动应用程序项目使用 worklight 6.1。我的问题是根据此文档在步骤 7 中尝试将 .war 文件上传到 websphere 时出现此错误。

我提取我的 .war 文件并打开我的 web.xml。然后我得到了这个细节。

在此处输入图像描述

我对这个数据库一无所知。这就像工作灯中的报告工具。为什么会发生?为什么?

0 投票
1 回答
263 浏览

single-sign-on - 如何实现worklight服务器端serverSessionTimeout?

我正在尝试在 worklight 服务器中实现 serverSessionTimeout。我启用serverSessionTimeout=5sso.cleanup.taskFrequencyInSeconds=5在 worklight.properties 但没有运气。每个用户登录都有用户数据库条目。理想情况下,一旦会话达到 5 分钟,它应该删除用户数据库条目,但我无法从服务器端清除用户数据库条目。如果有人帮助我,我将不胜感激。