view distribution/config/commands/webservice.properties @ 1088:3a0db0e80562

Add JAAS authentication to webservice command as well. Reviewed-by: ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-May/006567.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Mon, 13 May 2013 14:22:03 +0200
parents 12894dbd3517
children
line wrap: on
line source

# Needs at least one implementing storage back-end (e.g. mongodb),
# since it builds on top of this implementing back-end.
bundles = thermostat-web-cmd-@project.version@.jar, \
          thermostat-web-server-@project.version@.jar, \
          thermostat-web-common-@project.version@.jar, \
          thermostat-storage-mongodb-${project.version}.jar, \
          mongo.jar, \
          commons-beanutils.jar, \
          commons-codec.jar, \
          commons-collections.jar, \
          commons-logging.jar, \
          commons-fileupload.jar, \
          commons-io.jar, \
          gson.jar, \
          jetty-continuation.jar, \
          jetty-http.jar, \
          jetty-io.jar, \
          jetty-security.jar, \
          jetty-server.jar, \
          jetty-servlet.jar, \
          jetty-util.jar, \
          jetty-webapp.jar, \
          jetty-xml.jar, \
          jetty-plus.jar, \
          jetty-jndi.jar, \
          javax-servlet.jar
          

description = starts and stops the thermostat web service

usage = webservice -d <url> -b <addrs> [-l <level>]

options = AUTO_DB_OPTIONS, dbUrl, bindAddrs, AUTO_LOG_OPTION

dbUrl.required = true

bindAddrs.long = bindAddrs
bindAddrs.short = b
bindAddrs.hasarg = true
bindAddrs.required = true
bindAddrs.description = A comma separated list of IP address, \
port pairs used for binding (e.g. 127.0.0.1:8888,127.0.0.1:8889)