As per the documentation located at http://docs.moodle.org/en/ElluminateLive_module
and the downloaded file from http://moodle.org/mod/data/view.php?d=13&rid=557&filter=1 for the latest version.
5. Open the configuration.xml file (located in the ElluminateLive/manager/tomcat/webapps/ROOT/WEB-INF/resources folder)6. Search for the following <adapters> within the configuration.xml file
The problem is that there is no <adapters> but a:
<adapters default="default" template="ELMVirtual_Technology_Conference" group="ELMVirtual_Technology_Conference">
<adapter name="default" class="com.elluminate.adapter.CommandAdapter">
<adapter name="default" class="com.elluminate.adapter.CommandAdapter">
or </adapters>
So were do I insert the code?
The new elluminate code reads as such:
<adapters default="default" template="ELMVirtual_Technology_Conference" group="ELMVirtual_Technology_Conference">
<adapter name="default" class="com.elluminate.adapter.CommandAdapter">
<adapter name="default" class="com.elluminate.adapter.CommandAdapter">
and the older elluminate version 9 reads:
<adapter>
<name>moodle</name>
<class>com.elluminate.adapter.CommandAdapter</class>
<argument>
<name>groupName</name>
<value>ELMMoodle</value>
</argument>
I tried inserting the code as is in after the <adapters default="default" and then before the </adapters> both individually and neither would even let elluminate open.
<name>moodle</name>
<class>com.elluminate.adapter.CommandAdapter</class>
<argument>
<name>groupName</name>
<value>ELMMoodle</value>
</argument>
I tried inserting the code as is in after the <adapters default="default" and then before the </adapters> both individually and neither would even let elluminate open.
I altered the syntax to conform to the newer elluminate 9.5 and that let elluminate function but not connect from within Moodle.
I either need updated directions to match the syntax changes in 9.5 or updated eluminate live download or both.
Connie