[Red5commits] [915] applied patch for Trac #27 by ce [at] publishing-etc [dot] de, add WEB-INF direc

jbauch luke at codegent.com
Tue Jun 20 04:13:06 EDT 2006


applied patch for Trac #27 by ce [at] publishing-etc [dot] de, add WEB-INF directories of applications to the classpath


Timestamp: 06/09/06 07:31:23 (2 weeks ago) 
Change: 915 
Author: jbauch

Files (see diff or trac for details): 
java/server/trunk/build.xml
java/server/trunk/conf/jetty.xml


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/915

Index: /java/server/trunk/conf/jetty.xml
===================================================================
--- /java/server/trunk/conf/jetty.xml (revision 752)
+++ /java/server/trunk/conf/jetty.xml (revision 915)
@@ -111,6 +111,8 @@
       <Arg>web-default.xml</Arg>
       <Arg><Array type="java.lang.String">
+            <Item>org.mortbay.jetty.webapp.WebInfConfiguration</Item>
 			<Item>org.mortbay.jetty.webapp.WebXmlConfiguration</Item>
 			<Item>org.mortbay.jetty.webapp.JettyWebXmlConfiguration</Item>
+            <Item>org.mortbay.jetty.webapp.TagLibConfiguration</Item>
 			<Item>org.red5.server.jetty.Red5WebPropertiesConfiguration</Item>
 	  </Array></Arg>
Index: /java/server/trunk/build.xml
===================================================================
--- /java/server/trunk/build.xml (revision 852)
+++ /java/server/trunk/build.xml (revision 915)
@@ -137,4 +137,6 @@
 		<fileset dir="${classes.dir}">
 			<include name="**"/>
+			<exclude name="org/red5/server/webapp/**"/>
+			<exclude name="org/red5/demos/**"/>
 		</fileset>
 		<!--


Note:
Diffs are chopped if more than 30k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list