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

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

@cbeldacap

Description

@cbeldacap

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions