kobo / groovyserv

Groovy's startup acceralator.
http://kobo.github.io/groovyserv/
Other
98 stars 10 forks source link

Command line parameters --allow-from and --authtoken do not work on Windows 7 #47

Closed sgitt closed 11 years ago

sgitt commented 11 years ago

When I try to start groovyserver (v0.11) with command line parameters --allow-from and --authtoken on Windows 7 (as described here http://kobo.github.io/groovyserv/userguide_en.html), groovyserver does not start and usage information is shown (the 2 parameters are not mentioned there), e.g.:

groovyserver --allow-from 10.4.10.10 (or groovyserver.bat --allow-from 10.4.10.10) usage: groovyserver.bat [options] options: -v verbose output to the log file -q suppress starting messages (-k unsupported in groovyserver.bat) (-r unsupported in groovyserver.bat) -p port specify the port to listen

nobeans commented 11 years ago

Thanks for your feedback! There was no code to handle the parameters at groovyserver.bat... Please make sure using the fixed bat file from the following url: https://github.com/kobo/groovyserv/raw/04a9bbbda0d37b2b1edb0cecd2d7d0c25696679c/src/main/bin/groovyserver.bat

sgitt commented 11 years ago

Thanks a lot, now everything works excellent!

P.S. Should I close the issue or do you usually close issues in GroovyServ project yourself?

nobeans commented 11 years ago

I close this. 0.12 including this fix will be released in a month if I can.

Thanks!