I have been following this step from IBM :
http://pic.dhe.ibm.com/infocenter/wrklight/v6r1m0/index.jsp?topic=%2Fcom.ibm.worklight.installconfig.doc%2Fadmin%2Fc_installation.html
For installing IBM Worklight Server. But I can't find any repository or direct link to download IBM Worklight Server. Or does it come together with IBM Developer Studio or it really a package to install. I confuse.
The Worklight studio comes with an embedded Worklight server. The instructions you linked to above are for installing a standalone Worklight server. You will need such a server for production.
The Worklight studio is for free. Worklight studio requires a purchased license from IBM. Once you have that license, you can download the Worklight server from "IBM Passport Advantage" website in http://www-01.ibm.com/software/passportadvantage/pao_customer.html
Related
I installed IBM mobilefirst server on Liberty Profile in z/Linux(SUSE). I find the Server Configuration Tool can not be started, but it can be start in Windows7.
I want to know that Server Configuration Tool can not be started only in z/Linux or all platform(x86,AMD).
Server config tool is not available for z/Linux and AIX platforms.
For these platforms the MFP configuration can be done using Ant task scripts instead.
The below link has the information about Creating and configuring the database for MobileFirst Server administration with Ant tasks and also
Deploying the MobileFirst Operations Console and Administration Services with Ant tasks
http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.installconfig.doc/install_config/r_wlconsole_ant_tasks.html
Is it possible to deploy an app to external Worklight server instance when I don't have the IBM Worklight Server installed on my computer ?. Is there any alternative to use features inside IBM Worklight Developer to allow us to deploy to external worklight server for testing environment ?
You can use Run AS --> Build for Remote Server option to build for external worklight server.
It will give you WLAPP files in bin folder. Copy that and deploy that in Worklight server console.
For more info please use this link
Find the following link for remote server deployment.
Deploying in test and production environment
WL 6.0.0.1
I was testing analytics and I configured everything in the worklight studio liberty profile. Everything seems to be correct as I saw the analytics traces in the device console and also the analytics tab but there was no data at all in the widgets.
I configured a new Liberty profile using the WL Server Enterprise Edition binaries and in this other profile I could see all the information in the analytics widgets.
Does analytics works in the studio liberty profile server or I was doing something wrong?
Thank you.
I have seen just this post, but I'm not sure if saying that I'm using the studio is the same that say I'm using developer edition.
Worklight v6 iwap
To answer your question: Is studio the same as as saying you're using the developer edition? Not necessarily; Worklight Studio is a component in both the paid editions (Enterprise Edition and Consumer Edition) and the free edition (Developer Edition - available for evaluation purposes). Studio includes a built-in Liberty Profile for development.
To answer your question: Does analytics work in the studio liberty profile server? Analytics was only intended to work with one of the paid editions for test/production mode, so it was not enabled for running on Liberty within Studio. However, you can get it to work within the Worklight 6.0 Studio Liberty server by setting wl.analytics.debug=true flag in the worklight properties to try it out.
I am running Worklight Studio 6 from Worklight Enterprise Edition download with Eclipse Juno.
My application is using form security with the WASLTPA login module. The application tests correctly.
When I add AppAuthenticity (needed for device provisioning) my client sees the following error in the console. (None in the server log)
Failed to load resource: the server responded with a status of 401 (Unauthorized)
drilling deeper I see:
/*-secure-
{"challenges":{"wl_authenticityRealm":{"WL-Challenge-Data":"o97e2ph8kguqh1vpljbio1o5k3+23.507-9.852-31.807 "}}}*/
I am running this on the Worklight Development Server packaged with Worklight Studio.
You have mentioned both the Enterprise Edition and Developer Edition.
Please clarify your question with the following: You have installed Worklight using the IBM Installation Manager, yes?
You have an application server (Tomcat/WebSphere/Liberty) installed and you've used the supplied Ant scripts to create the Worklight database(s), configure them, deploy the Worklight platform files to the application server, as well as deploy your project's .war file? (and of course the .wlapp /.adapter file(s)...).
If you have done the above, then you will have in your Worklight Server, now installed on the application server, the required components for App Authenticity to work.
Then there is the case of how you actually configured your project for App Authenticity.
Make sure you follow these steps to set up App Authenticity
is there any documented limitations of Worklight Studio for developer?
Or any differences between Worklight Studio for developer and the Worklight Studio provided after the product purchase?
#Alastair Pitts: IBM Worklight Studio is a plug-in for the Eclipse IDE, that allows you to develop applications for the IBM Worklight Mobile Application Platform.
The differences between the IBM Worklight Developer/Consumer/Enterprise editions are:
Developer:
Developer edition is licensed for development use only, free download
Does not contain the application authenticity feature
Consumer/Enterprise:
Enterprise edition has pricing metrics aligned with Business-to-Enterprise (B2E) purchasing patterns.
Consumer edition has pricing metrics aligned with Business-to-Consumer (B2C) purchasing patterns.
Contains the application authenticity feature