exasol / extension-manager

Exasol extension-manager
MIT License
2 stars 0 forks source link

Specify port via command line switch #36

Closed kaklakariada closed 2 years ago

kaklakariada commented 2 years ago

Currently the extension manager runs on port 8080. To make this more flexible we should add a command line switch (e.g. --port 8080) that allows specifying a custom port.

The integration test framework then should be updated to use specify this argument instead of reading the port from the extension manager's output.

See https://github.com/exasol/s3-document-files-virtual-schema/pull/84#discussion_r914564541

kaklakariada commented 2 years ago

Already added command line flag -serverAddress localhost:8080.