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
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
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 asettings.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.
The text was updated successfully, but these errors were encountered: