What I did was based on some Google searches.
I find your mod_proxy solution intriguing, because RTMP cannot be
mod_proxied. I suppose you do a portforwarding for RTMP?
BC
On 01/29/13 15:59, Maxim Solodovnik wrote:
I did it using mod_proxy only. Maybe google can help?
On Jan 29, 2013 8:55 PM, "Bart Coninckx" <bart.conin...@telenet.be
<mailto:bart.conin...@telenet.be>> wrote:
Hi,
I tried to shorten https://meeting.company.com/openmeetings
to
https://meeting.company.com
I figured I would just copy webapps/openmeetings to webapps/root
and change
<webAppRootKey>openmeetings</webAppRootKey>
and
<httpRootKey>/openmeetings/</httpRootKey>
in config.xml but this fails.
Do I need something more to get this doing?
cheers,
Bc