Dear All
I'm not sure it's right or not
I made a copy of 'openmeetings' directory under 'work' directory ...
restart the red5 .. and now it's work
This is my current red5 'work' directory
------START----
root@lapp red5Engine/0.0.0.0# pwd
/opt/red5/work/red5Engine/0.0.0.0
root@lapp red5Engine/0.0.0.0# ls -la
total 20
drwxr-xr-x 5 nobody nogroup 4096 Jan 21 03:39 .
drwxr-xr-x 3 nobody nogroup 4096 Jan 20 06:34 ..
drwxr-xr-x 2 nobody nogroup 4096 Jan 20 06:34 _
drwxr-xr-x 3 nobody nogroup 4096 Jan 20 06:34 openmeetings
drwxr-xr-x 3 nobody nogroup 4096 Jan 21 03:39 vc
------STOP-----
Sincerely
-bino-
On 01/21/2012 10:20 AM, bino oetomo wrote:
Dear all
I tried to play with webapp name and path
I do 'Renaming /openmeetings context' section of
http://incubator.apache.org/openmeetings/WebappNamePath.html
I just simply want 'http://myhost:5080/vc' instead of
'http://myhost:5080/openmeetigs'
I rename /opt/red5/webapps/openmeetings to /opt/red5/vc
here is the 'webAppRootKey' and 'httpRootKey' section of my
/opt/red5/vc/config.xml
<webAppRootKey>vc</webAppRootKey> HTTP Status 404 - /vc
<httpRootKey>/vc/</httpRootKey>
I restart red5, and try http://myhost:5080/vc.
But it said :
---START-------
type Status report
message /vc
description The requested resource (/vc) is not available.
----STOP----
Is there any other things that I need to do ?
Sincerely
-bino-