The primary purpose of citeservlet is to support the two generic tasks:
gradle war to build a .war filegradle jettyRunWar to run the .war file in an embedded jetty containerconf.gradle and links.gradle.-P flag to specify your config files when you run a task.Example:
gradle -Pconf=myconf.gradle -Plinks=mylinks.gradle jettyRunWar
See the detailed instructions here.