Comment #8 on issue 1403 by [email protected]: OpenMeeting hardcoded in source and language files as Application name.
http://code.google.com/p/openmeetings/issues/detail?id=1403

Well any solution is acceptable as long as it does not need to recompile the sources as it is now. Which config variable are you refering to? I don't have any variable at this point in my mind. But you could read it from the "red5-web.properties2 where there is also a path that needs to be configured ... but you would need to trim the leading "/".
The other file you could use would be the "web.xml" by taking the
<context-param>
        <param-name>webAppRootKey</param-name>
        <param-value>/openmeetings</param-value>
    </context-param>
... but again you would  need to trim the leading "/"....

Of course its not the only thing to change if somebody wants to rename the application, but we can add some guide. The hardcoded thing is currently the main defect as end-users will not be able to re-compile.



--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to