[Red5devs] [red5 commit] r3091 - doc/trunk
codesite-noreply at google.com
codesite-noreply at google.com
Tue Sep 23 05:18:46 PDT 2008
Author: thijs.triemstra
Date: Tue Sep 23 05:18:37 2008
New Revision: 3091
Modified:
doc/trunk/ConfigurationFilesOverview.txt
Log:
Adding sections for new config files.
Modified: doc/trunk/ConfigurationFilesOverview.txt
==============================================================================
--- doc/trunk/ConfigurationFilesOverview.txt (original)
+++ doc/trunk/ConfigurationFilesOverview.txt Tue Sep 23 05:18:37 2008
@@ -2,9 +2,9 @@
Configuration files used by Red5
----------------------------------
-:author: Joachim Bauch, Paul Gregoire
+:author: Joachim Bauch, Paul Gregoire, Thijs Triemstra
:contact: jojo at struktur.de, mondain at gmail.com
-:updated: 26 September 2006
+:updated: 23 September 2008
:version: 0.7.1-dev
.. contents::
@@ -24,12 +24,44 @@
3. WAR
The first two are similar in that they create a JEE application server
internally, this provides
-HTTP, JSP, and Servlet capabilities in addition to RTMP, RTMPT, and RTMPS
services. The WAR version
-is meant to be deployed to a JEE server (Tomcat, JBoss, etc...) and
provides RTMP, RTMPT, and RTMPS services.
+HTTP, JSP, and Servlet capabilities in addition to RTMP, RTMPT, and RTMPS
services. The WAR
+version is meant to be deployed to a JEE server (Tomcat, JBoss, etc...)
and provides RTMP, RTMPT,
+and RTMPS services.
Server configuration directory - "conf"
-==========================
+=======================================
+
+access.properties
+--------------------------
+Access control file for Remote JMX API access to MBeanServer resources.
This file defines the
+allowed access for different roles.
+
+
+build_standalone.properties
+---------------------------
+TODO
+
+
+catalina.policy
+---------------------------
+Security policy permissions for Tomcat. This file contains a default set
of security policies
+to be enforced (by the JVM) when Catalina is executed with the "-security"
option.
+
+
+ehcache.xml
+---------------------------
+TODO
+
+
+flashpolicy.xml
+---------------------------
+socket master policy file for Red5. Flash Player has required the presence
of socket policy
+files since the introduction of the feature within Flash Player 9,0,124,0.
The Flash Player
+requires socket policy files for all sockets. In prior versions of Flash
Player, it was
+possible to connect to ports greater than 1024 if the SWF file was
connecting to the same
+server from which it was hosted.
+
jetty.xml
--------------------------
@@ -45,6 +77,13 @@
Contains a sample private key and certificate to be used for secure
connections.
+
+keystore.jmx
+--------------------------
+Contains a sample private key and certificate to be used for secure
+connections with JMX.
+
+
log4j.properties
--------------------------
Controls the log levels and output handlers for the logging subsystem.
@@ -52,6 +91,22 @@
Further information about log4j can be found at this location:
http://logging.apache.org/log4j/docs/
+logback.xml
+--------------------------
+TODO
+
+
+password.properties
+--------------------------
+Password file for Remote JMX API authentication. This file defines the
different roles
+and their passwords.
+
+
+PolicyFileSocket.xsd
+--------------------------
+XML Schema for socket policy files required by the Flash Player 9,0,124,0
and newer.
+
+
realm.properties (Jetty)
--------------------------
This file defines users passwords and roles that can be used for protected
@@ -66,6 +121,11 @@
or password checksums
+Red5_SMF.xml
+--------------------------
+Solaris Service Management Facility for Red5.
+
+
tomcat-users.xml (Tomcat)
--------------------------
This file defines users passwords and roles that can be used for protected
@@ -91,6 +151,12 @@
By default this file is located in "/webapps/red5-default.xml".
+red5.policy
+--------------------------
+This file contains the default security policy enforced by the JVM when
Red5
+starts up.
+
+
red5.properties
--------------------------
File containing key / value pairs to configure the host and port of basic
@@ -164,6 +230,32 @@
<bean id="rtmpt.server"
class="org.red5.server.net.rtmpt.TomcatRTMPTLoader" init-method="init"
autowire="byType">
... cut for brevity ...
</bean>
+
+
+red5-edge-core.xml
+--------------------------
+TODO
+
+
+red5-edge.xml
+--------------------------
+TODO
+
+
+red5-origin-core.xml
+--------------------------
+TODO
+
+
+red5-origin.xml
+--------------------------
+TODO
+
+
+truststore.jmx
+--------------------------
+TODO
+
red5-rtmpt.xml
--------------------------
More information about the Red5devs
mailing list