Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Running application from Devon-dist_2.0.* workspace #32

Open
cbeldacap opened this issue Oct 5, 2016 · 0 comments
Open

Running application from Devon-dist_2.0.* workspace #32

cbeldacap opened this issue Oct 5, 2016 · 0 comments

Comments

@cbeldacap
Copy link
Collaborator

cbeldacap commented Oct 5, 2016

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';

@cbeldacap cbeldacap changed the title Running application from workspace Running application from Devon-dist_2.0.* workspace Oct 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant