source: versions/3.5.201/Jav_Builder/initBuilder.lin.xml @ 11840

Revision 11840, 8.9 KB checked in by sam, 4 years ago (diff)

comment

Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!--
3 * LICENCE[[
4 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O
5 *
6 * The contents of this file are subject to the Mozilla Public License Version
7 * 1.1 (the "License"); you may not use this file except in compliance with
8 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
9 *
10 * Software distributed under the License is distributed on an "AS IS" basis,
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 * for the specific language governing rights and limitations under the
13 * License.
14 *
15 * The Original Code is utc.fr code.
16 *
17 * The Initial Developer of the Original Code is
18 * Universite de Technologie de Compiegne.
19 *
20 * Portions created by the Initial Developer are Copyright (C) 2005
21 * the Initial Developer. All Rights Reserved.
22 *
23 * Contributor(s):
24 *
25 *
26 * Alternatively, the contents of this file may be used under the terms of
27 * either of the GNU General Public License Version 2 or later (the "GPL"),
28 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html),
30 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable
31 * instead of those above. If you wish to allow use of your version of this file
32 * only under the terms of either the GPL or the LGPL, and not to allow others
33 * to use your version of this file under the terms of the MPL, indicate your
34 * decision by deleting the provisions above and replace them with the notice
35 * and other provisions required by the GPL or the LGPL. If you do not delete
36 * the provisions above, a recipient may use your version of this file under
37 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL.
38 * ]]LICENCE
39  -->
40
41<initapplication version="1.0">
42       
43        <import href="../Jav_Main/initServletEngine.xml"/>
44        <import href="../Jav_Main/initCommon.xml"/>
45
46        <!-- Surcharge pour le port du serveur. -->
47        <servletEngine code="server" port="8093" />
48       
49        <systemProperty key="scenari.version.major" value="3"/>
50        <systemProperty key="scenari.version.medium" value="6"/>
51        <systemProperty key="scenari.version.minor" value="0"/>
52
53<!-- Déclaration du pool de cnx OpenOffice - sous Ubuntu Eclipse semble faire échouer la recherche de OO, il faut donc démarrer un poll oo en dehors de SC
54        <declareTag tagName="ooConnectionPool" classParser="com.scenari.s.co.transform.oo.OoConnectionPoolLoader"/>
55        <ooConnectionPool>
56                <ooConnection host="localhost" port="8106" autoLaunch="false"/>
57                <ooConnection host="localhost" port="8107" autoLaunch="false"/>
58        </ooConnectionPool>     
59 -->
60<!-- Déclaration du pool de cnx OpenOffice
61        <declareTag tagName="ooConnectionPool" classParser="com.scenari.s.co.transform.oo.OoConnectionPoolLoader"/>
62        <ooConnectionPool localTempDir="/scenari_dev3/tmp" localToDistPathRepl="/mnt/kelisport06_sc_dev3/" localToDistPathRegex="/scenari_dev3/">
63                <ooConnection host="192.168.2.101" port="8106"/>
64        </ooConnectionPool>     
65
66        <declareTag tagName="ooConnectionPool" classParser="com.scenari.s.co.transform.oo.OoConnectionPoolLoader"/>
67        <ooConnectionPool>
68                <ooConnection pipeMode="true" autoLaunch="true" headless="true"/>
69                <ooConnection pipeMode="true" autoLaunch="true" headless="true"/>
70        </ooConnectionPool>     
71 -->
72       
73        <!-- Path pour les libs de transformations. -->
74        <properties type="Alone" code="com.scenari.s.audio.transform.TransformerWav2Mp3.sUrlExe" level="2000">sources/Lib_Java/lame/lin/lame</properties>
75        <properties type="Alone" code="com.scenari.s.audio.transform.TransformerSox.sUrlExe" level="2000">sources/Lib_Java/sox/lin/sox</properties>
76        <properties type="Alone" code="com.scenari.s.audio.transform.TransformerSox.sSoxMixUrlExe" level="2000">sources/Lib_Java/sox/lin/soxmix</properties>
77        <!-- Initialisation sous-process xpcom. -->
78        <!--
79        <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sXpcomHomePath" level="2000">tests/SCENARIbuilder3.6_DEV/xulrunner/</properties>
80        <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sComponentsPath" level="2000">tests/SCENARIbuilder3.6_DEV/xulrunner/components</properties>
81        <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sDaimLibPath" level="2000">tests/SCENARIbuilder3.6_DEV/xulrunner/runtime</properties>
82        <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sVendor" level="2000">SCENARI</properties>
83        <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sAppName" level="2000">SCENARIbuilder3.6_DEV</properties>
84        -->
85        <!-- Limite le chargement des FC au juste nécessaire. -->
86        <properties type="Alone" code="com.scenari.m.co.univers.wsp.CompTypeSet.sLoadOnlyBsRootDefinition" level="2000">true</properties>
87       
88        <!-- Paramètres pour le générateur de modèles -->
89        <!-- Chemin d'accès au dossier de l'application SCENARItest -->
90        <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestPathApp" level="2000">{user.dir}/tests/SCENARIbuilder3.6_DEV</properties>
91        <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestNameApp" level="2000">xulrunner/xulrunner</properties>
92        <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestPathAppIni" level="2000">scTest/application.ini</properties>
93        <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestLocale" level="2000">fr-FR</properties>
94        <!-- Chemin d'accès au fichier d'échange entre le server Java et l'application SCENARItest
95        <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestPathDataTransfert" level="2000">{user.home}/.scenari/SCENARIbuilder/scTestDataTransfert.xml</properties> -->
96
97        <!-- En dev UNIQUEMENT : pointe le jar des classes de transformation chargées dynamiquement.
98                En prod, ce jar doit etre décompressé pour etre réintégrer dans un dossier classes/ du package com.scenari.s.co.transform.oo. -->
99        <properties type="Alone" code="com.scenari.s.co.transform.oo.HTransformerOo.sPathOoTransformersClasses" level="2000">ooTransformations.jar</properties>
100       
101        <!-- Univers du builder -->
102        <univers code="builder" version="1.0" intitule="SCENARI builder">
103                <!-- Déclaration du contexte d'execution -->
104                <contexte-execution type="http-servlet" urldomaine="" urlihm="" urljsp="" urlwebapp="" urlpublications="http://127.0.0.1:8093/s/builder/u/pub" urlservlet-agent="/a" urlservlet-service="/s" classe-connecteur="com.scenari.i.ihmcms.ZConnecteur"/>
105
106                <import href="../Jav_Main/initCommonUnivers.xml"/>
107               
108                <!-- Déclaration du manager de contenu -->
109                <contenumgr type="com.scenari.m.co.univers.wsp.HContenuMgrWspLoader" checkBsUpdates="true"/>
110               
111                <!-- Déclaration du repository -->
112                <service code="repos" type="com.scenari.m.bdp.service.repos.fs2.HServiceLoaderReposFs2">
113                        <internalDataPath type="fixe-systemProperties">{user.dir}/tests/SCENARIbuilder3.6_DEV/scServer</internalDataPath>
114                        <updateManagerType>com.scenari.s.updt.impl.UpdtMgrNoVersions</updateManagerType>
115                        <transfCachPath type="fixe-systemProperties">{user.home}/.scenari/scenaribuilder3.6_dev/cache</transfCachPath>
116                        <ssOfSsPath type="fixe-systemProperties">{user.dir}/sources/Jav_Main/ssofss</ssOfSsPath>
117                        <wspDefaultPath type="fixe-systemProperties">{user.dir}/sources/Data_Builder/wsps</wspDefaultPath>
118                </service>
119               
120                <service code="quitter" type="com.scenari.m.chain2.service.quit.HServiceLoaderQuit"/>
121
122                <import href="../Jav_Main/initCommonServices.xml"/>
123
124        </univers>
125
126        <!-- Univers de l'environnement de test -->
127        <univers code="test" version="1.0" intitule="SCENARI test">
128                <!-- Déclaration du contexte d'execution -->
129                <contexte-execution type="http-servlet" urldomaine="" urlihm="" urljsp="" urlwebapp="" urlpublications="http://127.0.0.1:8093/s/test/u/pub" urlservlet-agent="/a" urlservlet-service="/s" classe-connecteur="com.scenari.i.ihmcms.ZConnecteur"/>
130
131                <import href="../Jav_Main/initCommonUnivers.xml"/>
132               
133                <!-- Déclaration du manager de contenu -->
134                <contenumgr type="com.scenari.m.co.univers.wsp.HContenuMgrWspLoader"/>
135                               
136                <!-- Déclaration du repository -->
137                <service code="repos" type="com.scenari.m.bdp.service.repos.fs2.HServiceLoaderReposFs2">
138                        <internalDataPath type="fixe-systemProperties">{user.dir}/tests/SCENARIbuilder3.6_DEV/dataTest/javaserver</internalDataPath>
139                        <transfCachPath type="fixe-systemProperties">{user.home}/.scenari/tscenaribuilder3.6_dev/cache</transfCachPath>
140                        <ssOfSsPath type="fixe-systemProperties">{user.dir}/sources/Jav_Main/ssofss</ssOfSsPath>
141                        <wspDefaultPath type="fixe-systemProperties">{user.dir}/tests/SCENARIbuilder3.6_DEV/dataTest/wsps</wspDefaultPath>
142                        <wspmetaFilePath>.wsptestmeta</wspmetaFilePath>
143                        <sharedWspType>false</sharedWspType>
144                </service>
145               
146                <service code="quitter" type="com.scenari.m.chain2.service.quit.HServiceLoaderQuit"/>
147
148                <import href="../Jav_Main/initCommonServices.xml"/>
149
150        </univers>
151
152       
153</initapplication>
Note: See TracBrowser for help on using the repository browser.