Package org.nuxeo.runtime.tomcat
Class NuxeoDeployer
- java.lang.Object
-
- org.nuxeo.runtime.tomcat.NuxeoDeployer
-
- All Implemented Interfaces:
org.apache.catalina.LifecycleListener
public class NuxeoDeployer extends Object implements org.apache.catalina.LifecycleListener
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected FrameworkBootstrapbootstrapprotected Stringhome
-
Constructor Summary
Constructors Constructor Description NuxeoDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidcheckFailures(org.apache.catalina.core.StandardHost host)StringgetHome()StringgetTomcatHome()protected voidhandleEvent(org.apache.catalina.core.ContainerBase container, org.apache.catalina.LifecycleEvent event)Deprecated.Since 10.1, usepreprocess(Container)instead.voidlifecycleEvent(org.apache.catalina.LifecycleEvent event)protected voidpreprocess(org.apache.catalina.Container container)protected FileresolveHomeDirectory()voidsetHome(String home)protected URLtoURL(Path p)
-
-
-
Field Detail
-
bootstrap
protected FrameworkBootstrap bootstrap
-
-
Constructor Detail
-
NuxeoDeployer
public NuxeoDeployer()
-
-
Method Detail
-
lifecycleEvent
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
- Specified by:
lifecycleEventin interfaceorg.apache.catalina.LifecycleListener
-
checkFailures
protected void checkFailures(org.apache.catalina.core.StandardHost host)
-
preprocess
protected void preprocess(org.apache.catalina.Container container)
-
resolveHomeDirectory
protected File resolveHomeDirectory()
-
getTomcatHome
public String getTomcatHome()
-
handleEvent
@Deprecated protected void handleEvent(org.apache.catalina.core.ContainerBase container, org.apache.catalina.LifecycleEvent event)
Deprecated.Since 10.1, usepreprocess(Container)instead.
-
-