Hi bernard
i comment IceGrid beacuse i use IceGridregistry to deploy my services
can i put the purify command in the application descriptor?
Code:
<icebox id="SessionService"
exe="purify"
activation="on-demand">
<option>c:\Ice-3.0.1/bin/iceboxd.exe</option>
<service name="Session" entry="App:create">
<adapter name="${service}" endpoints="tcp">
<object
identity="${sessionServiceId}"
type="::Oz::App::Service"/>
<object
identity="${service}-SessionManager"
type="::Oz::App::SessionManager"/>
<object
identity="${service}-permission-verifier"
type="::Glacier2::PermissionsVerifier"/>
</adapter>
<!-- Id para identificar este servicio-->
<property name="serviceId" value="${sessionServiceId}"/>
<!-- Id del servicio DomainManager-->
<property name="domainManagerServiceId" value="${domainServiceManagerId}"/>
<!-- Id del servicio FileManager-->
<property name="fileManagerServiceId" value="${fileServiceManagerId}"/>
<!-- Id del servicio DomainManager-->
<property name="metaManagerServiceId" value="${metaServiceManagerId}"/>
<!-- Id del servicio domains que en el cual se logean los usuarios-->
<property name="domainServiceId" value="${domainServiceId}"/>
<!--Nombre del dominio que se usa-->
<property name="domainName" value="${domainName}"/>
</service>
</icebox>
should this work?
thanks