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
