*(Note: Initially I deleted this post when I found the answer, but later decided to re-post it so I could share the answer with any interested parties.)*
I followed the dropwizard tutorial here: https://www.dropwizard.io/en/latest/getting-started.html#running-your-application And developed the following test project: https://github.com/aaroncarsonart/MySqlQueryEngine Attempting to run the jar with the following command: java -jar target/MySqlQueryEngine-1.0-SNAPSHOT.jar server msqe.yaml I am getting the following -h output as though I didn't provide server and the config file. usage: java -jar MySqlQueryEngine-1.0-SNAPSHOT.jar [-h] [-v] {server,check} ... positional arguments: {server,check} available commands named arguments: -h, --help show this help message and exit -v, --version show the application version and exit Is my project missing something to get the server to run? -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dropwizard-user/0b638e8a-efd6-4f14-9fae-a54898a34c67o%40googlegroups.com.
