Base Tomcat 8x and higher implementation.
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addWebappResource(java.io.File resource) |
|
void |
createContext(java.lang.String fullContextPath, java.lang.String webAppPath) |
|
java.lang.Object |
getResourceSetType(java.lang.String name) |
|
void |
setRealm(java.lang.Object realm) |
Methods inherited from class | Name |
---|---|
class BaseTomcat7xPlusImpl |
addLifecycleListener, configureAjpConnector, configureContainer, configureDefaultWebXml, configureHttpConnector, configureHttpsConnector, configureHttpsConnector, configureUser, createContext, createLoader, getServerClassName, setConfigFile, setHome |
class BaseTomcatServerImpl |
addLifecycleListener, addStartUpLifecycleListener, addWebappResource, getContext, getEmbedded, getHttpConnector, isStopped, loadClass, start, stop |