TomcatContainer handles servlet/WAR applications
| 15 | |
| 16 | // TomcatContainer handles servlet/WAR applications |
| 17 | type TomcatContainer struct { |
| 18 | context *common.Context |
| 19 | config *tomcatConfig |
| 20 | } |
| 21 | |
| 22 | // NewTomcatContainer creates a new Tomcat container |
| 23 | func NewTomcatContainer(ctx *common.Context) *TomcatContainer { |
nothing calls this directly
no outgoing calls
no test coverage detected