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/40012d12-e16d-4163-ae31-59111a2739cao%40googlegroups.com.

Reply via email to