mobilefirst-server

How to disable app authenticity on IBM MobileFirst 7.1 remote server?

杀马特。学长 韩版系。学妹 提交于 2019-12-13 07:17:29
问题 Is there any way to disable app authenticity on remote mobile first server? In worklight 6.2 we can manually disable app authenticity on console but cannot find the same settings in mobilefirst 7.1. As a workaround: We are using custom security test in authenticationConfig.xml and haven't used app authenticity test realm in it. The surprise in the workaround is that it still shows basic app authenticity enabled on the mobile first console. Any pointers for the workaround dilemma as well?

Using Domain mfp 8 server return “request time out” using real mobile device?

余生长醉 提交于 2019-12-13 03:10:02
问题 Image of the console error mobile apps are successfully connected using mfp server IP Address with port 9080 but using instead of IP with Domain the mfp8 server response error msg "The Request time out" and response text "undefined" Using IP Address: mfpclient properties file: wlServerProtocol = http wlServerHost = **.**.**.78 wlServerPort = 9080 wlServerContext = /mfp/ testWebResourcesChecksum = false ignoredFileExtensions = png, jpg, jpeg, gif, mp4, mp3 wlPlatformVersion = 8.0.0.00-20190910

IBM MobileFirst 7.0, Working offline sample application not working

我与影子孤独终老i 提交于 2019-12-12 06:12:57
问题 Environment: 1. Windows 7 and 2. IBM MobileFirst Platform Studio 7.0 Sample Working offline application of IBM MobileFirst Platform 7.0 from Getting Started Modules imported and tested with the following procedures. 1. Set heartbeat to 5 seconds 2. Background application behavior can be seen using web debuggers 3. Shut down MobileFirst Server 4. In a few seconds heartbeat should fail, and disconnectDetected function should be invoked 5. Start up MobileFirst Server 6. In a few seconds

IBM MobileFirst 7.1 - Local server duplicating resources

倾然丶 夕夏残阳落幕 提交于 2019-12-12 04:17:31
问题 Every time i try to create a new Worklight server all of my resources get duplicated... and I believe its causing errors when i deploy. What I have tried to fix this issue so far: Deleted server, and created a new one. Same result Deleted my workspace and started from scratch. Same result Completed removed eclipse from my workstation. Same result Is there any other explaination for this behavior? I am using a fresh Eclipse Luna SR2 install, with a fresh install of the MFP 7.1 plugin. 回答1:

Calling setActiveUser throws error

廉价感情. 提交于 2019-12-12 03:44:23
问题 I am trying assign a userid to user and I am getting error . I am following as steps below. server details. <realm loginModule="AuthLoginModule" name="AuthRealm"> <className>com.worklight.integration.auth.AdapterAuthenticator</className> <parameter name="login-function" value="AuthAdapter.onAuthRequired"/> <parameter name="logout-function" value="AuthAdapter.onLogout"/> </realm> </realms> <loginModule name="AuthLoginModule"> <className>com.worklight.core.auth.ext.NonValidatingLoginModule<

mobilefirst 7.1 authentication not working

扶醉桌前 提交于 2019-12-12 03:35:43
问题 *EDIT: An IBM Employee visited us today to have a look at this problem as well. We did not solve the problem, but we think the root of the problem is something else. So I will rewrite the problem description. The server was refusing connection due to the appAuthenticityTest failing. So for now we disabled the appAuthenticityTest to test the server configuration. But we are now seeing the following errors in the log: [3/4/16 16:12:06:529 CET] 000000a4 LoginContext E com.worklight.core.auth

Worklight 6.2 iOS binary issue with MobileFirst 7.1

强颜欢笑 提交于 2019-12-12 03:06:10
问题 I have MFP Server version: 7.1.0.00.20160401-2103 I'm trying to accomplish the following: MyApp runtime (WAR file) is built using MFP 7.1 My WLAPP's, Adapters and device binaries are built using WL 6.2 Where I need to run 6.2 app inside MFP 7.1 container to mimic my production environment as I can't have two stand alone live server in PROD, one for WL 6.2 and the other for MFP7.1. My concern is the following for iOS (9+): The iOS app that is live is built with ATS not configured and bit code

IBM MobileFirst Platform 7.1 - No runtime environment deployed in this server

删除回忆录丶 提交于 2019-12-11 22:46:02
问题 I have installed IBM Mobile First Server on a VM. As a part of Mobile First installation, I installed Application Center, IBM DB2 , WAS Liberty Core as well and Mobile First Studio on my local machine. I am able to view the Mobile First console on http://localhost:9083/console and providing the required credentials.I uploaded a war file by using the Server Configuration Tool. Restarted Application Server. Tried with different war files. My issue is when I open my mobile first console I'm

Unauthorized access was denied or security settings have expired javax.net.ssl.SSLException: certificate_unknown when creating MobileFirst runtime

半城伤御伤魂 提交于 2019-12-11 13:17:59
问题 I'm installing a v7.0.0 MobileFirst Server with Liberty 8.5.5.4 with Java 1.7.0 on RedHat in Nonadminstrator mode. Steps I have followed: Successfully install Liberty, create a server and verify it starts with no errors in messages.log. Install MFP Server. Use the MFP Server Configuration Tool to create an MFP configuration using the Liberty server. Bounce the Liberty server and verify it starts with no errors. Create an MFP Runtime using the Server Configuration Tool. Bounce the server and

Mobile First - How to segmentate logs depending on the session

这一生的挚爱 提交于 2019-12-11 12:34:36
问题 I'm working on a mobile banking solution using Mobile First v 7.0 and one of the requirements is to isolate the customer's logs in a dedicated log file which gets created once a session is started to track all the details by session. Is it possible to do such thing ? I'm using Liberty profile v 8.5 and I wonder if it's handled in Liberty or there is something which can be done from Mobile First perspective. 回答1: This is not related to MobileFirst but to the underlying application server that