Thx, once we get a time setup I'll ping you about this. On another note, we are actually talking to a webex competitor that wants to cluster their stuff with terracotta too ;-)
Jake Hilton-2 wrote: > > If you wanted I could help you get all setup on livehuddle.. which is an > online conference app like webex. If you need any more info on it please > let > me know. Of course with no cost to you. :) Just trying to help out good > old red5. > > http://www.livehuddle.com > > Thanks, > Jake > > On 5/21/07, Eugene Kuleshov <[EMAIL PROTECTED]> wrote: >> >> >> >> That is not going to work because each web application has its own >> class >> loader and DSO currently can't map classes from the parallel classoader >> under the same root. >> >> regards, >> Eugene >> >> >> >> Dan Rossi-5 wrote: >> > >> > Here is an example of the config, but yes the bean names may need to be >> > different for each app. Not really sure if this is correct yet. Im not >> > even sure what beans to load or specific red5 beans to load. Im >> assuming >> > terracotta needs to be run as a java service wrapper on each windows >> > machine, and im not sure how all machines running terracotta are >> suppose >> > to be connected together ? >> > >> > <application> >> > <spring> >> > <jee-application name="*"> >> > <application-contexts> >> > <application-context> >> > <paths> >> > <path>*/webapps/myapp/WEB-INF/red5-web.xml</path> >> > <path>*/webapps/myapp2/WEB-INF/red5-web.xml</path> >> > </paths> >> > <beans> >> > <bean name="myapp.handler" /> >> > <bean name="myapp2.handler" /> >> > <bean name="clusteredHistory" /> >> > </beans> >> > </application-context> >> > </application-contexts> >> > >> > <instrumented-classes> >> > <include> >> > <class-expression>*</class-expression> >> > </include> >> > </instrumented-classes> >> > </jee-application> >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Terracotta-%2B-Red5-tf3775671.html#a10729370 >> Sent from the Red5 - English mailing list archive at Nabble.com. >> >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > -- View this message in context: http://www.nabble.com/Terracotta-%2B-Red5-tf3775671.html#a10752181 Sent from the Red5 - English mailing list archive at Nabble.com. _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
