MobileFirst 7.1 OSX Eclipse server url setting -
i using eclipse juno mfp 7.1 in mac.
i put server address in configure build , deploy target http://example.com:80 , use run > run on mobilefirst development server.
in windows, updates worklight.plist , wlclient.properties files new values server url , port number, in mac values remains mymacbookpro.local server url , port number 10080.
this working me using eclipse mars.2 , ibm mobilefirst platform studio 7.1.0.00-20160419-1518, on mac.
- created new "test" project "test" application , added iphone environment.
selected run > run on mobilefirst development server
this shows "mbp-idan.local"
selected run > build settings , deploy target, , changed values follows:
selected run > run on mobilefirst development server
opened test\iphone\native\worklight.plist , see following:
<dict> <key>protocol</key> <string>http</string> <key>host</key> <string>example.com</string> <key>port</key> <string>80</string> <key>wlservercontext</key> <string>/helloworld/</string>
Comments
Post a Comment