Package org.red5.server.tomcat
Class TomcatApplicationLoader
- java.lang.Object
-
- org.red5.server.tomcat.TomcatApplicationLoader
-
- All Implemented Interfaces:
org.red5.server.api.IApplicationLoader
public class TomcatApplicationLoader extends Object implements org.red5.server.api.IApplicationLoader
Class that can load new applications in Tomcat.- Author:
- The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTomcatApplicationLoader(org.apache.catalina.startup.Tomcat embedded, org.apache.catalina.Host host, org.springframework.context.ApplicationContext rootCtx)Wrap Tomcat engine and host.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.context.ApplicationContextgetRootContext()voidloadApplication(String contextPath, String virtualHosts, String directory)
-
-
-
Field Detail
-
log
protected static Logger log
-
-