John Grden wrote:
> I have no clue ;)  and I'm hesitant to edit Red5.xml and the demo's 
> since I'd probably screw up the larger picture.
>
> Plus, if Paul and Joachim can compile, then we should too.  So, it's 
> gotta be a matter of them having files that we don't.  Or maybe I'm 
> wrong on that?
>

the thing with the js is def oflademo, its adding some undocumented 
scripting api, i have no idea yet whats the purpose of it ?

the fix that i reverted back to this in red5-web.xml for the oflademo 
app by commented the bottom part and uncommenting the  original web.handler

<!--
    <bean 
class="org.springframework.scripting.support.ScriptFactoryPostProcessor"/>
-->
 
    <bean id="web.handler"
        class="org.red5.server.webapp.oflaDemo.Application"
        singleton="true" />


<!--
    <bean id="web.handler" 
class="org.red5.server.script.rhino.RhinoScriptFactory">
        <constructor-arg index="0" value="classpath:applications/main.js"/>
        <!-- Implemented interfaces -->
        <constructor-arg index="1">
            <list>
                 <value>org.red5.server.api.IScopeHandler</value>
                 <value>org.red5.server.adapter.IApplication</value>
              </list>
        </constructor-arg>
        <!-- Extended class -->
        <constructor-arg index="2">
               <value>org.red5.server.adapter.ApplicationAdapter</value>
        </constructor-arg>
    </bean>
-->

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to