Hi Leif, Leif Wells wrote: [...] > Please note that the "initialize" call appears to work fine. > The "loadTeachers" causes a long-winded error, one that I can never see > the top of in my Cygwin window. > > 1) Where the heck is the log file?!? Since I am running "ant server", > does that mean that the log is only in memory?
By default, Red5 only logs to the console. You can change this by editing the first line in conf/log4j.properties from --> log4j.rootCategory=DEBUG, CONSOLE to --> log4j.rootCategory=DEBUG, FLOG > 2) The error, as I read it from the bottom, has a lot of Serializable > class references, which suggests that, either I am not passing the > teachers List properly, or that I do not have something configured > correctly, or that, eh, I shouldn't be doing this. Could you send the traceback you are getting? Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
