MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / TomcatContainer

Struct TomcatContainer

src/java/containers/tomcat.go:17–20  ·  view source on GitHub ↗

TomcatContainer handles servlet/WAR applications

Source from the content-addressed store, hash-verified

15
16// TomcatContainer handles servlet/WAR applications
17type TomcatContainer struct {
18 context *common.Context
19 config *tomcatConfig
20}
21
22// NewTomcatContainer creates a new Tomcat container
23func NewTomcatContainer(ctx *common.Context) *TomcatContainer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected