Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registry Service configuration with fixed host and location #7

Open
rju opened this issue Jul 21, 2016 · 0 comments
Open

Registry Service configuration with fixed host and location #7

rju opened this issue Jul 21, 2016 · 0 comments
Assignees

Comments

@rju
Copy link
Member

rju commented Jul 21, 2016

The cocome-maven-project/cloud-logic-service/cloud-registry-service/src/main/resources/Configuration.properties configuration file contains fixed values for host and port, which must be set separately from the rest (which can be setup nicely via a settings.xml file).

In question are the following two lines.
org.cocome.tradingsystem.remote.access.connection.backendHost=localhost org.cocome.tradingsystem.remote.access.connection.backendPort=8380

Maybe this should be

org.cocome.tradingsystem.remote.access.connection.backendHost=${logic.registry.host} org.cocome.tradingsystem.remote.access.connection.backendPort=§{logic.registry.port}

but I am not sure. Anyway, this should be fixed in the main project and not just in the iobserve fork of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants