简体   繁体   English

在Bluemix-MobileFirst Foundation上部署适配器

[英]Deploying Adapter on Bluemix-MobileFirst Foundation

I have registered on IBM Bluemix. 我已经在IBM Bluemix上注册。 I've created a Mobile Foundation Service. 我已经创建了Mobile Foundation Service。

Now I wanted to deploy a JavaAdapter on bluemix-MobileFoundation. 现在,我想在bluemix-MobileFoundation上部署JavaAdapter。 But getting some " FWLSE0321 : state change Failure...exception" during deployment. 但是在部署过程中会出现一些“ FWLSE0321 :状态更改失败...异常”。 The adapter deployed successfully in my machine with local MobileFirst Server 8.0. 使用本地MobileFirst Server 8.0在我的计算机中成功部署了适配器。

For locally installed server - POM.xml 对于本地安装的服务器-POM.xml

   <mfpfUrl>http://localhost:9080/mfpadmin</mfpfUrl>

so my question is, If I want to deploy Adapter on Bluemix-Mobilefoundation then, 所以我的问题是,如果我想在Bluemix-Mobilefoundation上部署适配器,

  1. what would be the "mfpUrl" ? 什么是“ mfpUrl” and
  2. In mfp Operation Console, from where I'll get this URL? 在MFP操作控制台中,我将从何处获得此URL?

Thanks in advance! 提前致谢!

When you open your MFP service from your dashboard, the name of the server will appear on the opened service's main overview page. 从仪表板打开MFP服务时,服务器名称将显示在打开的服务的主概述页面上。 It would be of the format 格式应为

<server-name>.mybluemix.net

This will be your mfpfURL along with https:// and the server url must be followed by the port number ( the default is 443). 这将是您的mfpfURL以及https:// ,并且服务器url后面必须是端口号(默认为443)。 Viz : 即:

<mfpfUrl>https://<server-name>.mybluemix.net:443/mfpadmin</mfpfUrl>

And when the operations console is opened, the url of the opened page will consist your server url too. 并且在打开操作控制台时,打开的页面的URL也将包含您的服务器URL。

You can get the URL from the MobileFirst Console. 您可以从MobileFirst Console获取URL。 Make sure you use https and port 443 确保使用https和端口443

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 MobileFirst适配器未部署 - MobileFirst adapter is not deploying Bluemix Mobile Foundation上MobileFirst的主机名,端口和wlservercontext - Hostname, port and wlservercontext of MobileFirst on Bluemix Mobile Foundation MobileFirst Foundation混合应用程序与Bluemix push的集成 - MobileFirst Foundation Hybrid Application integration with Bluemix push MobileFirst-部署Java适配器时出现问题 - MobileFirst - Problems Deploying Java Adapter bluemix上没有移动基础适配器日志 - mobile foundation adapter logs not available on bluemix Bluemix Java Buildpacks上的MobileFirst Foundation 8:“设备上没有剩余空间” - MobileFirst Foundation 8 on Bluemix Java Buildpacks: “No space left on device” 具有bluemix MongoDB数据库连接性的Mobilefirst 8.0 JavaScript SQL适配器 - Mobilefirst 8.0 javascript SQL adapter with bluemix MongoDB database connectivity 无法在IBM MobileFirst Platform Foundation 7.0中部署适配器/应用程序 - Can't deploy adapter/application in IBM MobileFirst Platform Foundation 7.0 IBM MobileFirst Platform Foundation 7-适配器认证-更新用户标识属性 - IBM MobileFirst Platform Foundation 7 - Adapter authentication - Update the user identity attributes IBM Mobilefirst Foundation Platform 6.3-Tomcat在部署运行时后没有响应 - IBM Mobilefirst Foundation Platform 6.3 - Tomcat not responding after deploying runtime
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM