tomcat.cfg 1.18 KB
Newer Older
1 2 3 4 5
[buildout]
extends =
  ../component/lxml-python/buildout.cfg
  ../component/java/buildout.cfg
  ../component/mysql-5.1/buildout.cfg
6
  ../component/python-2.7/buildout.cfg
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  ../stack/shacache-client.cfg

find-links +=
    http://www.nexedi.org/static/packages/source/slapos.buildout/

# Use only quite well working sites.
allow-hosts =
  *.nexedi.org
  *.python.org
  *.sourceforge.net
  dist.repoze.org
  effbot.org
  github.com
  peak.telecommunity.com
  psutil.googlecode.com
  www.dabeaz.com
23 24

parts =
25
  template
26 27 28
  libxslt
  eggs
  instance-recipe-egg
29 30 31
  tomcat
  java
  hsql
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
32
  jdbc
33 34 35 36 37
  mysql-5.1

[hsql]
recipe = hexagonit.recipe.download
url = http://hsqldb.org/support/hsqldb_16.zip
Jean-Baptiste Petre's avatar
Jean-Baptiste Petre committed
38
md5sum = 80db09c75053085dad198590daf0785c
39

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
40 41 42 43 44
[jdbc]
recipe = hexagonit.recipe.download
url = http://download.softagency.net/mysql/Downloads/Connector-J/mysql-connector-java-5.1.17.zip
md5sum = 22e1aff6104bb9006f8744a02bf73124

45 46 47 48 49 50 51 52
[tomcat]
recipe = hexagonit.recipe.download
strip-top-level-dir = true
url = http://apache.multidist.com/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.zip
md5sum = 082a0707985b6c029920d4d6d5ec11cd

[eggs]
recipe = zc.recipe.egg
53
python = python2.7
54 55
eggs =
  ${lxml-python:egg}
Jean-Baptiste Petre's avatar
Jean-Baptiste Petre committed
56
  slapos.cookbook