我正在创建mfpdev服务器,所以它要求我提供完全合格的网址。我已经尝试了几个url和它的端口,但没有它们工作
我尝试过的网址是: -
https://mybluemixserver.mybluemix.net:9080
它给了我一个错误:
无法连接到服务器' MyBluemixSrver' at' https://mybluemixserver.mybluemix.net:9080'。 缺少运行时配置详细信息:HTTP请求已超时。
我已经尝试了几个查询,但没有任何对我有用。
答案 0 :(得分:0)
您无法使用端口9080和HTTPS ...
它是带有端口9080的HTTP或带有端口443的HTTPS。
我猜你是指在MobileFirst CLI中添加服务器配置文件。有帮助您的文档。
mfpdev help server
示例:
$ mfpdev server add
? Enter the name of the new server profile: MyBluemixServer
? Enter the fully qualified URL of this server: https://mobilefoundation-7abcd-server.mybluemix.net:443
? Enter the MobileFirst Server administrator login ID: admin
? Enter the MobileFirst Server administrator password: *****
? Save the administrator password for this server?: Yes
? Enter the context root of the MobileFirst administration services: mfpadmin
? Enter the MobileFirst Server connection timeout in seconds: 30
? Make this server the default?: Yes
Verifying server configuration...
The following runtimes are currently installed on this server: mfp
Server profile 'MyBluemixServer' added successfully.