Trouble installing elluminate live using ELM elluminate 9.5 manager 3

Trouble installing elluminate live using ELM elluminate 9.5 manager 3

بواسطة - connie swiderski
عدد الردود: 0
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">
 
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">
 
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.
 
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
متوسط التقييمات: -