Änderungen von Dokument Scalelite Konfiguration

Zuletzt geändert von Carina Enke am 26.11.2025

Von Version 288.2
bearbeitet von Carina Enke
am 20.12.2023
Änderungskommentar: Update document after refactoring.
Auf Version 287.1
bearbeitet von Carina Enke
am 01.10.2020
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich LMSintern und Version 12.4.

Zusammenfassung

Details

Seiteneigenschaften
Übergeordnete Seite
... ... @@ -1,1 +1,0 @@
1 -LMS.Benutzerhandbuch OPAL.Administration.Technische Dokumentationen.WebHome
Inhalt
... ... @@ -114,7 +114,7 @@
114 114  {{layout-cell}}
115 115  {{section}}
116 116  {{column}}
117 -**Schritt 4**: Die Maximale Anzahl von Nutzern in einem Raum ist in der (% style="color: rgb(0,0,0);" %)olat.properties (%%)auf 100 gesetzt. Soll dies anders sein muss es in der extendedContext überschrieben werden.
117 +**Schritt 4**: Die Maximale Anzahl von Nutzern in einem Raum ist in der vcContext.xml auf 100 gesetzt. Soll dies anders sein muss es in der extendedContext überschrieben werden.
118 118  {{/column}}
119 119  {{/section}}
120 120  {{/layout-cell}}
... ... @@ -126,12 +126,17 @@
126 126  <!-- The client specific "vc_max_users" defines a maximum number of users
127 127   that can join a virtual classroom room. -->
128 128  <bean class="de.bps.olat.util.clientspecifics.Specific">
129 - <property name="key" value="bigbluebutton.max.users"/>
129 + <property name="key" value="vc_max_users"/>
130 130   <property name="clientValueMap">
131 131   <map>
132 -    <entry key="[Namen einfügen]" value="5" />
133 -   </map>
132 + <entry key="[client Namen einfügen]">
133 + <value type="int">100</value>
134 + </entry>
135 + </map>
134 134   </property>
137 + <property name="defaultValue">
138 + <value type="int">100</value>
139 + </property>
135 135  </bean>
136 136  {{/code}}
137 137  {{/column}}
... ... @@ -141,7 +141,7 @@
141 141  
142 142  {{layout-section ac:type="single"}}
143 143  {{layout-cell}}
144 -=== Anpassungen in der olat.local.properties ===
149 +=== Anpassungen in der extendedContext.xml ===
145 145  {{/layout-cell}}
146 146  {{/layout-section}}
147 147  
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -374472960
1 +374473077
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/LMS/pages/374472960/Scalelite Konfiguration
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/LMS/pages/374473077/Scalelite Konfiguration