{
  "id": "tomcat",
  "cmd": "mv *.war apache-tomcat-*/webapps && cd apache-tomcat-* && sed \"s/8080/$PORT/g\" < ./conf/server.xml > ./conf/server-mesos.xml && ./bin/catalina.sh run -config ./conf/server-mesos.xml",
  "mem": 512,
  "cpus": 0.5,
  "instances": 1,
  "uris": [
    "http://www.gtlib.gatech.edu/pub/apache/tomcat/tomcat-7/v7.0.57/bin/apache-tomcat-7.0.57.tar.gz",
    "https://gwt-examples.googlecode.com/files/Calendar.war"
  ],
  "constraints": [["hostname", "UNIQUE"]]
}
