| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <initapplication version="1.0">
|
|---|
| 3 | <systemProperty key="scenari.internalDataPath" value="c:\formation\profil\scenarisup\opalesup3.1\srv"/>
|
|---|
| 4 | <systemProperty key="scenari.updateManagerPath" value="{user.dir}\scServer\updt"/>
|
|---|
| 5 | <systemProperty key="scenari.transfCachPath" value="{java.io.tmpdir}\opalesup3.1"/>
|
|---|
| 6 | <systemProperty key="scenari.wspDefaultPath" value="c:\formation\donnees\opalesup3.1"/>
|
|---|
| 7 |
|
|---|
| 8 | <!-- Path pour les extensions Image -->
|
|---|
| 9 | <properties type="Alone" code="com.scenari.ext.im.ImageMagick.setImBinFolderPath" level="2000">scServer\nativlib\im\</properties>
|
|---|
| 10 |
|
|---|
| 11 | <!-- Path pour les extensions Audio -->
|
|---|
| 12 | <properties type="Alone" code="com.scenari.s.audio.transform.TransformerWav2Mp3.sUrlExe" level="2000">scServer\nativlib\lame.exe</properties>
|
|---|
| 13 | <properties type="Alone" code="com.scenari.s.audio.transform.TransformerSox.sUrlExe" level="2000">scServer\nativlib\sox.exe</properties>
|
|---|
| 14 | <properties type="Alone" code="com.scenari.s.audio.transform.TransformerSox.sSoxMixUrlExe" level="2000">scServer\nativlib\soxmix.exe</properties>
|
|---|
| 15 |
|
|---|
| 16 | <logs>
|
|---|
| 17 | <!-- Définit un fichier texte de log -->
|
|---|
| 18 | <logfile file="c:\formation\profil\scenarisup\opalesup3.1\scenari.log"/>
|
|---|
| 19 | <logsystem active="Y"/>
|
|---|
| 20 | </logs>
|
|---|
| 21 | </initapplication>
|
|---|
| 22 |
|
|---|