Thanks for your reply! Now I understand how to do it. But it doesn't run yet. :-)
I did: 1. Copied "classes" and "lib" dirs from red5.war to openmeetings webapp 2. Merged both web.xml files into one. 3. Edited the contextPath in classes/root-web.xml (from red5) to / openmeetings After packing the WAR deployed successfully (no errors in catalina and localhost logs). But when accessing /openmeetings I got an Axis2 internal server error and the logfile says: java.lang.ClassCastException: ch.qos.logback.classic.selector.DefaultContextSelector cannot be cast to org.red5.logging.LoggingContextSelector Any ideas? Matthias On 2 Sep., 17:39, Sebastian Wagner <[email protected]> wrote: > *Has red5 to be the > ROOT webapp, or can I deploy it under /red5 (this works for red5, but > I don't know about OpenMeetings)?* > => that is what I meant with *naming of the webapp should be openmeetings* > so you should deploy it under the webapp-name openmeetings to prevent too > much trouble in changing paths in openmeetings. But I cannot say how much > trouble you will have in red5 by doing that. > > The other relevant settings ... > well you have two web.xml , one from red5-webapp + one from > openmeetings-webapp > => And now please merge this together into ONE web.xml cause you want to > merge these two webapps into one. After that you then need to copy all > folder and files from red5-webapp into openmeetings and then fix all those > things that went wrong and try to run it ^^^ > > sebastian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings User" 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-user?hl=en -~----------~----~----~----~------~----~------~--~---
