Package org.red5.server.tomcat
Class TomcatApplicationContext
- java.lang.Object
-
- org.red5.server.tomcat.TomcatApplicationContext
-
- All Implemented Interfaces:
org.red5.server.api.IApplicationContext
public class TomcatApplicationContext extends java.lang.Object implements org.red5.server.api.IApplicationContextClass that wraps a Tomcat webapp context.- Author:
- The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de), Paul Gregoire
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTomcatApplicationContext(org.apache.catalina.Context context)Wrap the passed Tomcat webapp context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstop()Stop the application and servlet contexts.
-
-
-
Field Detail
-
log
protected static Logger log
-
-