worklight-console

IBM Worklight - Thumbnail image from project is not updated in Worklight Console

一曲冷凌霜 提交于 2019-12-13 04:54:31
问题 This IBM Worklight Information Center article mentions that: The thumbnail image provides a graphical identification for the application. It must be a square image, preferably of size 128 by 128 pixels. It is used to identify the app in the IBM Worklight catalog. IBM Worklight Studio creates a default thumbnail image on creating the app. Override this default image with an image that matches your application. The file is in the /common/images folder of the app. I have tried to replace with

Analytics tab empty in Worklight Console

允我心安 提交于 2019-12-12 02:52:19
问题 I've added an analytics server (Linux, accessible from the http:///iwap/worklight/v1/index.html) to use with my Worklight 6 server, but, the "Analytics" tab is now displaying, but, is empty. The changed the wl.analytics.url under the war configuration for "Environment entries for web modules" and restarted the app. The Worklight V6 Information Center (under "Installing and configuring the IBM Websphere Analytics PLatform"|"Configuring Worklight Server for analytics") says to use the format

IBM Worklight 5.0.6.1 - Mobile Browser Simulator - WL.Device.getNetworkInfo for navigator.network.connection.type vs. navigator.connection.type

柔情痞子 提交于 2019-12-11 23:05:39
问题 We see a different behavior in the MBS and on our iOS and Android devices. In the Simulator: navigator.network.connection.type returns the value that is defined in the Simulator menu (this is the old API and is deprecated). navigator.connection.type is undefined (this is the new and soon only official API). On the devices: Both return the right value (deprecated API and new API) The implication is that the following call: WL.Device.getNetworkInfo(function (networkInfo) { alert (networkInfo

IBM Worklight 6.0 - Worklight Console does not show up after installing WL 6.0 server on Liberty profile - Error 500

混江龙づ霸主 提交于 2019-12-10 19:32:06
问题 IBM Worklight 6.0 is installed on a Liberty Profile 8.5.5 with a mySQL db. While deploying the application and trying to access the Worklight console the below error is encountered on console Error 500: javax.servlet.ServletException: Filter[authenticationFilter]: Could not find required filter class - com.worklight.core.auth.impl.AuthenticationFilter.class 回答1: In your server.xml you need to make sure that your worklight-jee-library.jar is in the application classloader. <application id=

Worklight Console redirects to port 9080

此生再无相见时 提交于 2019-12-08 03:20:13
问题 I am using Websphere Liberty 8.5.5 with IBM HTTP Server 8.5.5 and Worklight Server 6.0.0.1. I have configured IHS to redirect port 80 to Websphere port 9080. The redirection works properly for the front page , and entering domain.com/worklight/console directly opens domain.com:9080/worklight/console page. However, when I provide the credentials and click Login, the address bar changes to domain.com:9080/worklight/console page which should not happen as port 9080 is blocked over the firewall.

Worklight Console redirects to port 9080

可紊 提交于 2019-12-06 08:07:26
I am using Websphere Liberty 8.5.5 with IBM HTTP Server 8.5.5 and Worklight Server 6.0.0.1. I have configured IHS to redirect port 80 to Websphere port 9080. The redirection works properly for the front page , and entering domain.com/worklight/console directly opens domain.com:9080/worklight/console page. However, when I provide the credentials and click Login, the address bar changes to domain.com:9080/worklight/console page which should not happen as port 9080 is blocked over the firewall. I have applied the solutions given in this question " Mixed Port Numbers " but still the problem

IBM Worklight 6.1 - Content of HTML file not displayed

坚强是说给别人听的谎言 提交于 2019-12-04 07:32:36
问题 I have recently downloaded the IBM Worklight Developer edition from the Eclipse Marketplace. In order to deploy the app when I right-click on the HTML file and choose Run As > Run On Server . It then asks me to select Localhost which is running on my machine. When the index.html file is displayed in the window, a blank page comes and the contents of the body of my HTML file are not visible. I am unable to build and deploy and run any project in IBM Worklight. 回答1: It is not working for you,

IBM Worklight 6.1 - Content of HTML file not displayed

╄→尐↘猪︶ㄣ 提交于 2019-12-02 14:26:29
I have recently downloaded the IBM Worklight Developer edition from the Eclipse Marketplace. In order to deploy the app when I right-click on the HTML file and choose Run As > Run On Server . It then asks me to select Localhost which is running on my machine. When the index.html file is displayed in the window, a blank page comes and the contents of the body of my HTML file are not visible. I am unable to build and deploy and run any project in IBM Worklight. It is not working for you, because you are doing it wrong... Read the IBM Worklight Getting Started training materials before jumping

IBM Worklight 6.0 - Mixed port numbers after enabling console login authentication?

独自空忆成欢 提交于 2019-12-01 12:43:04
问题 Wishing to have a Worklight Console Authentication I followed the infocenter instructions from this link at infocenter.It seems to be working at the first glance as entering the console it prompts the login form. Going to the console URL at http://192.168.168.154:9080/finance/console/#catalog it brings the login page right away. So far so good. After entering the right username/password (both defined at worklight.properties) the login page redirects to the Worklight console at port 10080 and

IBM Worklight - Can't change app icon in both Worklight Console and device

我怕爱的太早我们不能终老 提交于 2019-11-29 17:27:40
I want to change the application icon from the default one to custom one. I'm using this element in application-descriptor.xml <thumbnailImage>common/images/some-logo.png</thumbnailImage> but nothing changes. There is still a default image in Worklight Console and iPad, that i deploy to the iOS Simulator. Idan Adar The thumbnailImage element in application-descriptor.xml does not control the application icon you see in a device/simulator. For changing the application icon in Worklight Console, see my answer in this question: IBM Worklight - Thumbnail image from project is not updated in