Can't find WebSphere Integrated Solutions Console - ibm-mobilefirst

I installed MobileFirst Server 6.3 for production on Windows. As aplication server I'm using WebSphere Application Server Liberty Profile. I can not find WebSphere Integrated Solutions Console. Does this console exist for Liberty Profile?
Thanks

MobileFirst is not related at all here. It's just a web app deployed to the application server.
Unlike WebSphere Full profile, WebShere Liberty profile does not come with a UI console.

Related

Worklight console login screen not showing

I have deployed my worklight server 6.1 in WebSphere Application server liberty profile. And i have created the server configuration for application.
Now My console is opening with out login. kindly suggest how to enable login feature for My worklight console.
Make sure your project's .war file contains the configuration for username/password, as detailed in the following documentation topic: https://www.ibm.com/support/knowledgecenter/SSZH4A_6.1.0/com.ibm.worklight.deploy.doc/admin/r_protecting_ibm_worklight_console.html

ibm WebSphere Application Server V8.5.0 console

Please help!
I have installed IBM Websphere Application Server V8.5.0 on a AIX 7 machine, via IBM Install Manager 1.5.2, everything goes quiet good, until I launch the web console of administration, it doesn't show all the menus (Servers, Applications, Services)!!!
Finally I find the source of the problem! it is due to the port number used to access the IBM websphere console, which is 9044 by default.
Anyway, thanks Gas :)

Application Authenticity is not getting enabled

I am using Worklight 6.2 consumer edition. When I deploy my app, following warning flashes on server console:
[WARNING ] FWLSE0259W: Application authenticity protection is not being performed within the Worklight Development Server. In order to fully test Application authenticity protection, deploy the application to a non-development Worklight Server (i.e. external Worklight Server). [project MyProject].
I am using Web Sphere Liberty Profile 8.5.5.1 server. Pls advise how to make this warning make go away?
As the message says, if you are trying to test Application Authenticity Protection in Worklight Studio (the Eclipse development environment of Worklight), Authenticity protection is not supposed to work.
To test Application Authenticity in Worklight 6.2, you must deploy Worklight using IBM Installation Manager to your Application Server (WAS, Liberty, Tomcat), as well as your .war, .wlapp, .adapters, etc... and set it up in Worklight Console belonging to this instance of Worklight.
Only then should it work.

worklight v6.2 console to use LDAP authentication

Anyone know how to configure v6.2 to LDAP to authenticate on the console (localhost:10080/worklightconsole/). On v6.1, this is done in authenticationConfig.xml but the migration process to v6.2, automatically removed all the configuration that was configure to use LDAP to secure the console with this comment:
"IBM migration removed customSecurityTest named WorklightConsole. IBM migration removed realm named WorklightConsole. It is not supported as of Worklight v6.2"
I have already tried following this PDF and still not working - http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v620/09_11_Using_LDAP_login_module_to_authenticate_user_with_LDAP_server_in_hybrid_applications.pdf
Thanks
In previous versions of Worklight, Worklight Console protection was handled by Worklight's security framework. Starting v6.2, this is now handled by the underlying application server, be it WAS, WAS Liberty profile or Tomcat.
In Worklight Studio WAS Liberty profile is used, so you will need to follow these instructions: http://www-01.ibm.com/support/knowledgecenter/SSZH4A_6.2.0/com.ibm.worklight.installconfig.doc/appcenter/t_ac_lib_ldap.html?lang=en
For other application servers follow the relevant instructions from here: http://www-01.ibm.com/support/knowledgecenter/SSZH4A_6.2.0/com.ibm.worklight.installconfig.doc/appcenter/c_ac_ldap_jndi.html?lang=en

Worklight - Can we deploy ear/war to worklight server

Iam into a different usecase,
Iam workling on General webapplications which we develop using rad for Websphere, and Worklight applications also.
My query here is, can we deploy my webapplication's ear/war file to the Worklight server?
We have a worklight server but dont have hosting for webaplication till now, so can we use the worklight server for hosting the webapplications' ear/war? is there any possibility to do that?
The Worklight Server is able to process Worklight-based applications, not other type of "web-based" applications.
I believe the original question is if we could use Worklight server to deploy EAR/WARs of any applications which are not related to Worklight.
Answer: When the Worklight is nothing but an J2EE application deployed in WAS or WAS Liberty Core, i dont see any issue deploying any EAR/WAR of applications which are not related to Worklight. But i dont think it is highly recommended or advisable since it is against the licensing policy in the Worklight purchase.