[Red5commits] [671] lhubbard
luke@codegent.com
luke at codegent.com
Sun Apr 9 11:00:04 EDT 2006
added webAppRootKey to web.xml
Timestamp: 04/10/06 00:32:44 (less than one hour ago)
Change: 671
Author: lhubbard
Files (see diff or trac for details):
java/server/trunk/webapps/oflaDemo/WEB-INF/web.xml
java/server/trunk/webapps/test/WEB-INF/web.xml
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/671
Index: /java/server/trunk/webapps/test/WEB-INF/web.xml
===================================================================
--- /java/server/trunk/webapps/test/WEB-INF/web.xml (revision 653)
+++ /java/server/trunk/webapps/test/WEB-INF/web.xml (revision 671)
@@ -33,4 +33,9 @@
</context-param>
+ <context-param>
+ <param-name>webAppRootKey</param-name>
+ <param-value>/test</param-value>
+ </context-param>
+
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
Index: /java/server/trunk/webapps/oflaDemo/WEB-INF/web.xml
===================================================================
--- /java/server/trunk/webapps/oflaDemo/WEB-INF/web.xml (revision 667)
+++ /java/server/trunk/webapps/oflaDemo/WEB-INF/web.xml (revision 671)
@@ -33,4 +33,9 @@
</context-param>
+ <context-param>
+ <param-name>webAppRootKey</param-name>
+ <param-value>/oflaDemo</param-value>
+ </context-param>
+
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
More information about the Red5commits
mailing list