-
Notifications
You must be signed in to change notification settings - Fork 120
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
Make file paths and network addresses and ports configurable, where appropriate #47
Comments
See also #16. simulator has settings.properties. PluginWebServicePublisher.java PluginWebServicesImpl.java ecm-core/src/main/java/network/external/CarDriver.java: new-server/src/main/java/service/CallMySql.java: ./new-server/src/main/java/service/PluginWebServicesImpl.java: private SuiteGen suiteGen = new SuiteGen("/home/arndt/moped/moped/squawk"); simulator/settings.properties:APP_DIR=apps ecm-linux/settings.properties simulator:CarFactory |
Now also the location of the vehicleconfig.xsd schema. |
The server now uses the file settings.properties in the "new-server" directory. |
For example, where the simulator finds the server, and where the server finds the database, etc.
The text was updated successfully, but these errors were encountered: