Package org.nuxeo.runtime.tomcat
Class NuxeoDeployer
java.lang.Object
org.nuxeo.runtime.tomcat.NuxeoDeployer
- All Implemented Interfaces:
org.apache.catalina.LifecycleListener
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkFailures
(org.apache.catalina.core.StandardHost host) getHome()
protected void
handleEvent
(org.apache.catalina.core.ContainerBase container, org.apache.catalina.LifecycleEvent event) Deprecated.void
lifecycleEvent
(org.apache.catalina.LifecycleEvent event) protected void
preprocess
(org.apache.catalina.Container container) protected File
void
protected URL
-
Field Details
-
home
-
bootstrap
-
-
Constructor Details
-
NuxeoDeployer
public NuxeoDeployer()
-
-
Method Details
-
setHome
-
getHome
-
lifecycleEvent
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event) - Specified by:
lifecycleEvent
in interfaceorg.apache.catalina.LifecycleListener
-
checkFailures
protected void checkFailures(org.apache.catalina.core.StandardHost host) -
preprocess
protected void preprocess(org.apache.catalina.Container container) -
toURL
-
resolveHomeDirectory
-
getTomcatHome
-
handleEvent
@Deprecated protected void handleEvent(org.apache.catalina.core.ContainerBase container, org.apache.catalina.LifecycleEvent event) Deprecated.Since 10.1, usepreprocess(Container)
instead.
-
preprocess(Container)
instead.