I have memory issues while starting 2 OM instances this way you need to check red5.log for the exact error
I personally prefer to start another OM instance as separate process on different port (for ex. 5081) On Sat, Mar 7, 2015 at 9:01 PM, Mark Lin <[email protected]> wrote: > Hello, Dedicate VPS > I'm Testing this method according to - > http://openmeetings.apache.org/WebappNamePath.html > > 1. $Commands cp -r /red5/openmeetings /red5/openmeetings-1 > 2. I added line - webapp.contextPath=/openmeetings1 > for every instance > > webapps/openmeetings/WEB-INF/red5-web.properties > webapps/openmeetings-1/WEB-INF/red5-web.properties > > > So now instanses look like this: > > webapp.virtualHosts=*,localhost, 127.0.0.1 > webapp.contextPath=/openmeetings > > > webapp.virtualHosts=*,localhost, 127.0.0.1 > > webapp.contextPath=/openmeetings-1 > > 3. restart red5 > > 4. went to http://Mydomain.com:5080/openmeetings & openmeetings-1 > > but OM didn't load to browser - it's stacks with empty page. > > 5. so added the line to /red5/red5.bat > > set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled > -XX:MaxPermSize=128M > > below the line... > > set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS% > %JYTHON_OPTS% > set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled > -XX:MaxPermSize=128M > > but red5 doesn't start > > what i'm doing wrong? > > Thank you > -- WBR Maxim aka solomax
