Dependency Upgrade: tomcat 7.0.103 Signed-off-by: Pivotal Java Experience Team cfje@pivotal.io
Dependency Upgrade: tomcat 7.0.103
Signed-off-by: Pivotal Java Experience Team cfje@pivotal.io
tomcat-cnb
The Cloud Foundry Tomcat Buildpack is a Cloud Native Buildpack V3 that provides Apache Tomcat to applications that are WAR files.
This buildpack is designed to work in collaboration with other buildpacks.
The buildpack will participate if all of the following conditions are met
WEB-INF/
The buildpack will do the following:
context.xml
logging.properties
server.xml
web.xml
buildpack.toml
webapps/ROOT
$BP_TOMCAT_CONTEXT_PATH
ROOT
$BP_TOMCAT_EXT_CONF_SHA256
$BP_TOMCAT_EXT_CONF_STRIP
0
$BP_TOMCAT_EXT_CONF_URI
$BP_TOMCAT_EXT_CONF_VERSION
$BP_TOMCAT_VERSION
9.*
BPL_TOMCAT_ACCESS_LOGGING
The artifacts that the repository provides must be in TAR format and must follow the Tomcat archive structure:
tomcat └── conf ├── context.xml ├── server.xml ├── web.xml ├── ...
jvm-application
This buildpack is released under version 2.0 of the Apache License.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
tomcat-cnbThe Cloud Foundry Tomcat Buildpack is a Cloud Native Buildpack V3 that provides Apache Tomcat to applications that are WAR files.
This buildpack is designed to work in collaboration with other buildpacks.
Behavior
The buildpack will participate if all of the following conditions are met
WEB-INF/directoryThe buildpack will do the following:
context.xmlfrom the buildpack rootlogging.propertiesfrom the buildpack rootserver.xmlfrom the buildpack rootweb.xmlfrom the buildpack rootbuildpack.tomlor via environment variableswebapps/ROOTunless otherwise configuredConfiguration
$BP_TOMCAT_CONTEXT_PATHROOT).$BP_TOMCAT_EXT_CONF_SHA256$BP_TOMCAT_EXT_CONF_STRIP0.$BP_TOMCAT_EXT_CONF_URI$BP_TOMCAT_EXT_CONF_VERSION$BP_TOMCAT_VERSION9.*.BPL_TOMCAT_ACCESS_LOGGINGExternal Configuration Package
The artifacts that the repository provides must be in TAR format and must follow the Tomcat archive structure:
Detail
jvm-applicationLicense
This buildpack is released under version 2.0 of the Apache License.