Hi, New to this list, owner of a small company, for whom it is expensive to travel to all customers. Openmeetings came along, as a solution to reduce traveling. As I'm running KVM on Ubuntu, creating a red5 server for openmeetings was simple.
I'm stuck at the following. My setup contains a webserver, as a starting point for all apps. Id like to run openmeetings similar, an openmeetings server internally, which is proxied by the webserver. The openmeetingsserver runs fine,. Internally, I can login and chat (f..e) which others in the same network. Externally, I can't get the webserver to connect to the openmeetingsserver. I search google, however most of the hints are too minimal, for me, or relate to an older serverversion. Used setup: webserver, mod_proxy enabled (ubuntu 12.04) relevant proxypass and proxypassreverse from /openmeetings to http://openmeetingserver:5080/openmeetings On the Openmeeting server: apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz mysql connection works db created and installed Best hit came from :https://groups.google.com/forum/?fromgroups=#!msg/openmeetings-user/I80RGkfLpPI/nXVFo63SO_cJ Initial changes are ok, however it is suggested to change the settings below in red5.xml. In version 2, red5.xml does not have lines > 40. Can someone please help explaining how to solve this problem, or point me to link where I can have openmeetings properly proxied to a different host than localhost? Many thanks Paul -----snippet ------ In "red5.xml" modify -line 57 to "<constructor-arg value="AJP/1.3" />" -line 62 to "<property name="port"><value>8009</value></property>" -line 63 to "<property name="redirectPort"><value>80</value></ property>"