hi, yes the SWF file is not fresh compiled, its just copied from the WebContent/openmeetings folder.
The creation of a common-jar might be worth testing but from my point of view the problem will be that the database-cache will be in the servers-context and not anymore in the webapp-context. I so far only had use-cases where the cache is in the webapp-context so I don't know for sure what the result will be, its kind of not common to me to do it that way. But anyway red5 seems to need it. sebastian 2009/10/27 Roberto Torresani <[email protected]> > Hi Sebastian! > I try to download the last revision and compile it with the ant command. It > works, thanks. > > The swf file copied in dist is the one in WebContent or the ant process > compile a new one? (I think the first) > > For the moving in servers-lib directory could be a solution to implement a > common jar, for the access to databaseS, and one jar for every instance of > openmeetings in the base dirs? > > Bye > Roberto > > > 2009/10/27 Sebastian Wagner <[email protected]> > > hi, >> >> it should be possible again to compile openmeetings as normal red5-webapp >> like you had it before. >> You have to run the command: >> ant -f build_red5webapp.xml dist >> >> in the new repository. This will also copy the SWF's into the dist. >> >> But to keep on going to our initial discussion regarding several >> openmeetings webapp's into one Application Server: >> On the long run you will run into trouble with it. We have to move the >> openmeetings.jar into the servers-lib directory in order to use >> Spring-Managed Hibernate Transaction Manager. We need to do that because it >> will increase the stability of the server when it runs for several months >> without a restart. Spring does Manage the Database caches in a >> Multi-Threaded environment much better then we will ever be able. >> >> But by doing that we of course bundle openmeetings again with the >> Application Server. >> >> The other possibility, to move the Spring Jars into openmeetings instead >> of the other way round => that is actually the WAR solution that we have >> discussed in previous threads. >> >> -- >> Sebastian Wagner >> http://www.webbase-design.de >> http://openmeetings.googlecode.com >> http://www.laszlo-forum.de >> [email protected] >> > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en -~----------~----~----~----~------~----~------~--~---
