On Mon, 2006-11-13 at 22:42 +0100, Jacques Putz wrote:
> <bean id="web.handler"
>
> class="org.red5.server.adapter.ApplicationAdapter"
>
> singleton="true" />
>
> <!-- this will support calling methods through
> "myhandler.<methodName>"-->
>
> <bean id="myhandler.service"
>
> class="org.red5.server.webapp.tester.Application"
>
> singleton="true" />
web.handler class attribute should point to your ApplicationAdapter
subclass (as long as I can see it's
org.red5.server.webapp.tester.Application).
use another class for services.
BTW, this is not good idea to use Red5 packages for your own apps
classes. Why don't you call it your.domain.webapp.tester.Application ?
--
Michael,
puts self.inspect # => { Flex, Red5, Java, Ruby, insomnia }
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org