Multiple versions of Openmeetings on same server

2015-12-26 Thread Christos Moustakakis
Is it possible to install & run two versions of OM (3.07 and 3.1.0) in the same server and how? I read this article http://openmeetings.apache.org/WebappNamePath.html but I need more details. Best Regards.

Re: Multiple versions of Openmeetings on same server

2015-12-26 Thread Maxim Solodovnik
The best way I can propose: 1) create additional DB (om31 for ex) 2) modify persistense.xml of OM 3.1. to point to the correct DB 3) change ports in red5.properties 4) start both OM's using red5.sh as a result you will have first OM on port 5080 and second one on port 5081 for ex. On Sun, Dec 27,

Re: Multiple versions of Openmeetings on same server

2015-12-27 Thread Christos Moustakakis
The red5.sh in line 9 locate in usr/lib/red52 which I have installed the first OM. The second OM I guess that i will install it to a different folder for i.e.  usr/lib/red53. How can I set the red5.sh in line 9 to locate in two different install folders of OM?  The rest ones with db and ports are

Re: Multiple versions of Openmeetings on same server

2015-12-27 Thread Maxim Solodovnik
I guess you are talking about RED5_HOME auto-detection. In your case you should run first OM using following command line: RED5_HOME=/usr/lib/red52 ./red5.sh and the second one: RED5_HOME=/usr/lib/red53 ./red5.sh On Sun, Dec 27, 2015 at 3:05 PM, Christos Moustakakis wrote: > The red5.sh in line

Re: Multiple versions of Openmeetings on same server

2015-12-27 Thread Christos Moustakakis
Yes, I am talking about the etc/init.d/red5 In line 9 there is one line with the RED5_HOME. I will make it double as you wrote me? Two lines with RED5_HOME? Sent from Yahoo Mail on Android On Mon, Dec 28, 2015 at 6:34, Maxim Solodovnik wrote: I guess you are talking about RED5_HOME auto-d

Re: Multiple versions of Openmeetings on same server

2015-12-27 Thread Maxim Solodovnik
we are not shipping "/etc/init.d/red5" so I'm not sure what is written in your script :) this file is necessary for autostart (start/stop as service) so you will need 2 scripts with different parameters On Mon, Dec 28, 2015 at 12:27 PM, Christos Moustakakis wrote: > Yes, I am talking about the e