{ "info": { "author": "Birdhouse", "author_email": "wps-dev@dkrz.de", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "******************************\nbirdhousebuilder.recipe.tomcat\n******************************\n\n.. image:: https://travis-ci.org/bird-house/birdhousebuilder.recipe.tomcat.svg?branch=master\n :target: https://travis-ci.org/bird-house/birdhousebuilder.recipe.tomcat\n :alt: Travis Build\n\nIntroduction\n************\n\n``birdhousebuilder.recipe.tomcat`` is a `Buildout`_ recipe to install ``Apache Tomcat`` application server with `Anaconda`_. This recipe is used by the `Birdhouse`_ project. \n\n.. _`Buildout`: http://buildout.org/\n.. _`Anaconda`: http://www.continuum.io/\n.. _`Supervisor`: http://supervisord.org/\n.. _`Apache Tomcat`: https://tomcat.apache.org/\n.. _`Birdhouse`: http://bird-house.github.io/\n\nUsage\n*****\n\nThe recipe requires that Anaconda is already installed. You can use the buildout option ``anaconda-home`` to set the prefix for the anaconda installation. Otherwise the environment variable ``CONDA_PREFIX`` (variable is set when activating a conda environment) is used as conda prefix. \n\nIt installs the ``apache-tomcat`` package from a conda channel in a conda enviroment defined by ``CONDA_PREFIX``. The intallation folder is given by the ``prefix`` buildout option. It deploys a `Supervisor`_ configuration in ``${prefix}/etc/supervisor/conf.d/tomcat.conf``. Supervisor can be started with ``${prefix}/etc/init.d/supervisord start``.\n\nBy default Tomcat will be available on http://localhost:8080/.\n\nThe recipe depends on ``birdhousebuilder.recipe.conda`` and ``birdhousebuilder.recipe.supervisor``.\n\nSupported options\n=================\n\nThis recipe supports the following options:\n\n``anaconda-home``\n Buildout option pointing to the root folder of the Anaconda installation. Default: ``$HOME/anaconda``.\n\n``http_port``\n HTTP Port for Tomcat service. Default: 8080\n\n``Xms``\n Initial Java heap size: Default: 128m\n\n``Xmx``\n Maximum Java heap size: Default: 1024m\n\n``MaxPermSize``\n Maximum Java permanent heap size: Default: 128m\n\n``ncwms_password``\n Enable ncWMS2 admin web interface by setting a password: Default: disabled\n\n\nExample usage\n=============\n\nThe following example ``buildout.cfg`` installs ``tomcat`` as a Supervisor service::\n\n [buildout]\n parts = tomcat\n\n [tomcat]\n recipe = birdhousebuilder.recipe.tomcat\n http_port = 8080\n Xms = 256m\n Xmx = 2048m\n MaxPermSize = 128m\n\n\n\n\nAuthors\n*******\n\nCarsten Ehbrecht ehbrecht at dkrz.de\n\nChanges\n*******\n\n0.3.3 (2016-12-13)\n==================\n\n* pep8\n* updated MANIFEST.in: ignore tempfiles.\n* python 3.5 test activated in travis.\n* updated versions.cfg.\n\n0.3.2 (2016-08-19)\n==================\n\n* added java user_prefs in setenv.sh\n\n0.3.1 (2016-07-26)\n==================\n\n* configure logging.properties.\n\n0.3.0 (2016-07-25)\n==================\n\n* using zc.recipe.deployment.\n* cleaned up doctests.\n* updated travis.\n\n0.2.9 (2016-01-07)\n==================\n\n* fixed permissions of catalina-wrapper.sh.\n\n0.2.8 (2015-12-07)\n==================\n\n* using latest supervisor recipe.\n\n0.2.7 (2015-10-20)\n==================\n\n* added ncwms-password option for tomcat-users.xml\n\n0.2.6 (2015-10-19)\n==================\n\n* add tomcat_home() and unzip() methods.\n\n0.2.5 (2015-08-04)\n==================\n\n* using OpenJDK from conda package.\n* setting JAVA_HOME in cataling wrapper.\n\n0.2.4 (2015-06-30)\n==================\n\n* Java options ``Xms``, ``Xmx``, ``MaxPermSize`` are configurable.\n\n0.2.3 (2015-06-26)\n==================\n\n* added user option.\n\n0.2.2 (2015-06-17)\n==================\n\n* added content_root().\n* using catalina-wrapper.sh script for supervisor.\n* added option ``http_port``.\n\n0.2.1 (2015-02-24)\n==================\n\n* installing in conda enviroment ``birdhouse``.\n* using ``$ANACONDA_HOME`` environment variable.\n* separation of anaconda-home and installation prefix.\n\n0.1.4 (2014-12-06)\n==================\n\n* Don't update conda on buildout update.\n\n0.1.3 (2014-12-04)\n==================\n\n* Update tomcat config.\n\n0.1.2 (2014-07-31)\n==================\n\n* Update documentation.\n\n0.1.1 (2014-07-22)\n==================\n\n* Configure tomcat-users.xml.\n\n0.1.0 (2014-07-10)\n==================\n\n* Initial Release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bird-house/birdhousebuilder.recipe.tomcat", "keywords": "buildout recipe birdhouse tomcat conda anaconda", "license": "Apache License 2", "maintainer": "", "maintainer_email": "", "name": "birdhousebuilder.recipe.tomcat", "package_url": "https://pypi.org/project/birdhousebuilder.recipe.tomcat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/birdhousebuilder.recipe.tomcat/", "project_urls": { "Homepage": "https://github.com/bird-house/birdhousebuilder.recipe.tomcat" }, "release_url": "https://pypi.org/project/birdhousebuilder.recipe.tomcat/0.3.3/", "requires_dist": null, "requires_python": "", "summary": "A Buildout recipe to install and configure tomcat with conda.", "version": "0.3.3" }, "last_serial": 2516142, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "beb4b18c219b08961fd84b3e7cfa1d9b", "sha256": "ac1cdb05cbcdf658a8ef7b3e9c532da6a44aab7067d312defda1c14e36e37956" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.1.2.tar.gz", "has_sig": false, "md5_digest": "beb4b18c219b08961fd84b3e7cfa1d9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5517, "upload_time": "2014-07-31T17:28:31", "url": "https://files.pythonhosted.org/packages/3f/b5/22d028180f1c47233a2baffb914a1535a23c003139f6b498d42d104d9b3c/birdhousebuilder.recipe.tomcat-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "5e4b79687209e538c2268a5b44db449f", "sha256": "3df0876946c5c2a90c23f5fe8b7166ffa8d45d946b9380d42b29b6ee115d4565" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5e4b79687209e538c2268a5b44db449f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5692, "upload_time": "2014-12-04T13:40:36", "url": "https://files.pythonhosted.org/packages/89/72/bb46dbe2efbc4ef29529b0938192b54d2bae48f4c9e8a63af178652a2c0e/birdhousebuilder.recipe.tomcat-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "86421ec6ace0e25fc24592be0f9a71cc", "sha256": "f2923842c59d74f69b80a9bab7d44b7589dcfa8eed71c62dc18ab2f6114edfed" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.1.4.tar.gz", "has_sig": false, "md5_digest": "86421ec6ace0e25fc24592be0f9a71cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5725, "upload_time": "2014-12-06T14:34:32", "url": "https://files.pythonhosted.org/packages/17/e6/b0e6b58d4395c4d35d8f9f89cbeff18cdf05e4689186c4d871875de02d0b/birdhousebuilder.recipe.tomcat-0.1.4.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b59f368315585f9a1b43688653835862", "sha256": "9277abbb327842904dcef3982730c69923b4997cedc92471d74171c02c7abc46" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b59f368315585f9a1b43688653835862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6068, "upload_time": "2015-02-24T16:23:12", "url": "https://files.pythonhosted.org/packages/d5/07/f83f1c1a8415774c1196effa95ce00bd6adb4a8b57f9f93f72630b769c95/birdhousebuilder.recipe.tomcat-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "2ac2adc962e541c461d0ce6141b5c885", "sha256": "a0a7f3998dd4ac1bbbc3681fcecd84ee3e154762a59ba982b9e7f4ce37526c41" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.2.tar.gz", "has_sig": false, "md5_digest": "2ac2adc962e541c461d0ce6141b5c885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8782, "upload_time": "2015-06-17T13:20:26", "url": "https://files.pythonhosted.org/packages/18/f7/0457bc3bb9a1d4c3e098b5222e1153e6c3dea6f964eab802eb7b19d35db4/birdhousebuilder.recipe.tomcat-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "cdabe78c41d445d5e577a1e91db71e8a", "sha256": "802aa632c1e043ad5393899de4ab1bd3ca937ae34f6688aa58733f3819862b0d" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.3.tar.gz", "has_sig": false, "md5_digest": "cdabe78c41d445d5e577a1e91db71e8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8835, "upload_time": "2015-06-26T10:40:36", "url": "https://files.pythonhosted.org/packages/28/f8/49054bae2a475a36e66b46ef165a6fb1c15dfa5c561387612f14e56ae379/birdhousebuilder.recipe.tomcat-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "55843494c942e7836632f70608c9992f", "sha256": "98b8c904584700263af82613b090f3680ee3bda62566694ff7228ec960763db1" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.4.tar.gz", "has_sig": false, "md5_digest": "55843494c942e7836632f70608c9992f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9028, "upload_time": "2015-06-30T08:41:02", "url": "https://files.pythonhosted.org/packages/f8/5c/f115578b18ce07be844f521684c1e147965b1ef550baba03bb3dedb0ef8e/birdhousebuilder.recipe.tomcat-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "7e3a9fc36ab4cda90212515e42b49eee", "sha256": "40e5508622b9260a55bf1d66d5c27b44388874b9de14566691985807c32306e9" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.5.tar.gz", "has_sig": false, "md5_digest": "7e3a9fc36ab4cda90212515e42b49eee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9097, "upload_time": "2015-08-04T12:06:43", "url": "https://files.pythonhosted.org/packages/66/c6/2bae6a895acdbeb29328808fca3c93b20aca064ebc9b90614436853ccf0d/birdhousebuilder.recipe.tomcat-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "f398adb94c3a29592d45ac470a0df6ae", "sha256": "ca2be08225a4c4a0aa1d1e6253c5ce192958229381f743bb3e5b476f3679d971" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.6.tar.gz", "has_sig": false, "md5_digest": "f398adb94c3a29592d45ac470a0df6ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9294, "upload_time": "2015-10-19T16:14:49", "url": "https://files.pythonhosted.org/packages/7c/b6/dcc0a0aabf106e620fae9668005cb29dcb38c72a857de80292b2905e9379/birdhousebuilder.recipe.tomcat-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "3aff191df7df7aded583f50919bf7f11", "sha256": "eb8dde3ebfb2ea8da53c3b8a7229da3c987390ab93b7cacb2adf0670906841dc" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.7.tar.gz", "has_sig": false, "md5_digest": "3aff191df7df7aded583f50919bf7f11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9596, "upload_time": "2015-10-20T10:56:48", "url": "https://files.pythonhosted.org/packages/4a/e1/0804736c7806b08455e8095f34cfd9d77a5a9a2be4091a65ba8af92f1ac5/birdhousebuilder.recipe.tomcat-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "b7f09e249d5b7a2f04cb34985d0d461a", "sha256": "b6ea02d378e3365196b82285d9b898105d37acf5d156162e2e029649b19cc018" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.8.tar.gz", "has_sig": false, "md5_digest": "b7f09e249d5b7a2f04cb34985d0d461a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9648, "upload_time": "2015-12-07T16:02:30", "url": "https://files.pythonhosted.org/packages/7d/56/f3fb7f174ce91d7f84dc029e5896ff28afb4495d2293c95b90de6df5a2ae/birdhousebuilder.recipe.tomcat-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "cd69df1ca9c59d54ec87add910515d2b", "sha256": "ca887feab656d3f1aef0fddc3d5e8dc2a6d36d8b2723f03838410b9d5d33d2ae" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.2.9.tar.gz", "has_sig": false, "md5_digest": "cd69df1ca9c59d54ec87add910515d2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9687, "upload_time": "2016-01-07T09:45:12", "url": "https://files.pythonhosted.org/packages/28/43/e06fdb5435c3326401143ba7e28ef73d858aa0506da30f304a8942179f0d/birdhousebuilder.recipe.tomcat-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "3cf9c08289b1c5cb496cf47e0d163c3c", "sha256": "572eecc1f3f89e8c63fb83668e37d548f33533b8a17e9d5d326c28f85cbea6c1" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.3.0.tar.gz", "has_sig": false, "md5_digest": "3cf9c08289b1c5cb496cf47e0d163c3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9900, "upload_time": "2016-07-25T11:56:49", "url": "https://files.pythonhosted.org/packages/09/ef/ec8630f22a39a4a2a0768564d6050de342461ecbe34a5a8726c8b7cd49e8/birdhousebuilder.recipe.tomcat-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "d51f830aee2cdcfa1dbfc78d30a73840", "sha256": "7b1915df0ba138aee691de33bfbb1c5823d31e4f13b307c74254c23b53bc9b11" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.3.1.tar.gz", "has_sig": false, "md5_digest": "d51f830aee2cdcfa1dbfc78d30a73840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10480, "upload_time": "2016-07-26T14:40:20", "url": "https://files.pythonhosted.org/packages/30/66/5bb2148c2f7db81c6285d2c2421942e870ef13460aa54f27a321373d4023/birdhousebuilder.recipe.tomcat-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "26d6aab482854ce68d7b1625de47c2b2", "sha256": "bd265fa7171efde84c594667a7e944a5108cf982e9111a59b56709a523c677a4" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.3.2.tar.gz", "has_sig": false, "md5_digest": "26d6aab482854ce68d7b1625de47c2b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12028, "upload_time": "2016-08-19T23:01:53", "url": "https://files.pythonhosted.org/packages/30/31/e5c6233e6a9df07c16c76351dc134ef7ad1a3e4ae1f2c246d80171f1c729/birdhousebuilder.recipe.tomcat-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "bcf2acd02034560f6cd107e6810c1305", "sha256": "7afcd42512cbc5318ed5b011f181f648be5f7de12d92ac2d7fdbd36428253799" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.3.3.tar.gz", "has_sig": false, "md5_digest": "bcf2acd02034560f6cd107e6810c1305", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10666, "upload_time": "2016-12-13T12:39:22", "url": "https://files.pythonhosted.org/packages/e9/d9/22f9dc0294672cc452f1e0f149fd5bb69e38348cda67b7acaefdc5d05359/birdhousebuilder.recipe.tomcat-0.3.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bcf2acd02034560f6cd107e6810c1305", "sha256": "7afcd42512cbc5318ed5b011f181f648be5f7de12d92ac2d7fdbd36428253799" }, "downloads": -1, "filename": "birdhousebuilder.recipe.tomcat-0.3.3.tar.gz", "has_sig": false, "md5_digest": "bcf2acd02034560f6cd107e6810c1305", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10666, "upload_time": "2016-12-13T12:39:22", "url": "https://files.pythonhosted.org/packages/e9/d9/22f9dc0294672cc452f1e0f149fd5bb69e38348cda67b7acaefdc5d05359/birdhousebuilder.recipe.tomcat-0.3.3.tar.gz" } ] }