You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
If someone is running the oasp4js-sample (angular2) application from oasp4j workspace it will be necessary to set a specific address to operations in the server-side. It is located on the private var serverPath on the BusinessOperations.ts file (oasp4js-sample/src/app/main).
private var serverPath = 'http://localhost:8081/';
In case the application is running from outside, the application should search the server, so this variable would be specified as follows:
private var serverPath = 'http://localhost:8081/oasp4j-server-sample';
The text was updated successfully, but these errors were encountered:
cbeldacap
changed the title
Running application from workspace
Running application from Devon-dist_2.0.* workspace
Oct 5, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If someone is running the oasp4js-sample (angular2) application from oasp4j workspace it will be necessary to set a specific address to operations in the server-side. It is located on the
private var serverPath
on theBusinessOperations.ts
file (oasp4js-sample/src/app/main).private var serverPath = 'http://localhost:8081/';
In case the application is running from outside, the application should search the server, so this variable would be specified as follows:
private var serverPath = 'http://localhost:8081/oasp4j-server-sample';
The text was updated successfully, but these errors were encountered: