ibm mobilefirst - WL App installed on server still pointing to local URL for adapter -


I'm having trouble deploying a simple hybrid app on the WL 6.1 server. I am using the Configure Vertical Build and Deployment Targets window to override the local dev server and enter the reference on the server and the server. After this I build one (I have created both all environments and Run on the Vertical Development Server option ) and on the server Upload the Wlapp file. The point is that when my simple app is deployed to an adapter process on the same server, it is always going back to my dev server, I have verified this by stopping my local and seeing errors in the log. Do I not miss any action address change? 5.x you modified and modified the App XML to specify it.

If I turn off my local Dev server in the log, then I get the following when running from my remote server in my Chrome console (note xenotp is my god laptop):

  Post http: // xenotp: 10080 / bobCATWLProject / apps / services / api / test / common / query net :: ERR_CONNECTION_REFUSED   

FYI, I created the Vertical Studio Plugin

Where is your app positioned? 6.1.0.01-20140310-1427 I have found that to configure the appropriate server settings in iOS, I have to manually edit the .plist file in XCode.

Also see related posts:

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -