bvanberg / herzog

Dumping ground for initial POC projects.
1 stars 0 forks source link

Provide jvm args for local command line run #6

Closed billy-bacon closed 8 years ago

billy-bacon commented 8 years ago

When running the web service api locally, you will need to provide your AWS accessKey and secretKey via jvm args. This is only required when running the application locally. In an AWS environment, the application will get it's AWS permissions from the IAM role and these arguments will not be needed.

What's indicated in the README does not work, they've just been added there as placeholders.

billy-bacon commented 8 years ago

@bvanberg resolved this issue; solution was to place the AWS jvm arguments immediately after java and before the -jar flag and then the application will start successfully. The README has been updated with the correct command.