Interface IApplicationLoader

All Known Implementing Classes:
TomcatApplicationLoader

public interface IApplicationLoader
Interface for servers that can load new applications.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
  • Method Details

    • loadApplication

      void loadApplication(String contextPath, String virtualHosts, String directory) throws Exception
      Load a new application for the given context path from a directory.
      Parameters:
      contextPath - context path
      virtualHosts - virtual hosts
      directory - directory
      Throws:
      Exception - for fun
    • getRootContext

      ApplicationContext getRootContext()
      Return the root ApplicationContext.
      Returns:
      application context