Class TomcatApplicationLoader

java.lang.Object
org.red5.server.tomcat.TomcatApplicationLoader
All Implemented Interfaces:
IApplicationLoader

public class TomcatApplicationLoader extends Object implements IApplicationLoader
Class that can load new applications in Tomcat.
Author:
The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)
  • Field Details

    • log

      protected static org.slf4j.Logger log
    • embedded

      private org.apache.catalina.startup.Tomcat embedded
      Store reference to embedded Tomcat engine.
    • host

      private org.apache.catalina.Host host
      Store reference to host Tomcat is running on.
    • rootCtx

      private ApplicationContext rootCtx
      Stores reference to the root ApplicationContext.
  • Constructor Details

    • TomcatApplicationLoader

      protected TomcatApplicationLoader(org.apache.catalina.startup.Tomcat embedded, org.apache.catalina.Host host, ApplicationContext rootCtx)
      Wrap Tomcat engine and host.
      Parameters:
      embedded -
      host -
  • Method Details