From 6608161c7c6dd8e9d5b71a7e88c26edc209e35a6 Mon Sep 17 00:00:00 2001 From: prascle Date: Tue, 6 Apr 2004 14:12:16 +0000 Subject: [PATCH] PR: colocalisation prototype 3 --- bin/runSalome.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/runSalome.py b/bin/runSalome.py index 3994e6a48..130adda8a 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -211,8 +211,8 @@ class SessionServer(Server): '--with','ModuleCatalog','(','-common'] SCMD2=['-personal','${HOME}/Salome/resources/CatalogModulePersonnel.xml',')', '--with','SALOMEDS','(',')', - '--with','Container','(','FactoryServer','-ORBInitRef','NameService=corbaname::localhost',')', - '--with','Container','(','SuperVisionContainer','-ORBInitRef','NameService=corbaname::localhost',')'] + '--with','Container','(','FactoryServer','-ORBInitRef','NameService=corbaname::localhost',')'] + #'--with','Container','(','SuperVisionContainer','-ORBInitRef','NameService=corbaname::localhost',')'] def setpath(self,liste_modules): cata_path=[] for module in liste_modules: @@ -438,28 +438,28 @@ def startSalome(): # Lancement Container Python local # - #if with_container_python: - #ContainerPYServer().run() + if with_container_python: + ContainerPYServer().run() # # Attente de la disponibilité du Container Python local dans le Naming Service # - #clt.waitNS("/Containers/" + theComputer + "/FactoryServerPy") + clt.waitNS("/Containers/" + theComputer + "/FactoryServerPy") - #if with_container_superv: + if with_container_superv: # # Lancement Container Supervision local # - #ContainerSUPERVServer().run() + ContainerSUPERVServer().run() # # Attente de la disponibilité du Container Supervision local dans le Naming Service # - #clt.waitNS("/Containers/" + theComputer + "/SuperVisionContainer") + clt.waitNS("/Containers/" + theComputer + "/SuperVisionContainer") # -- 2.39.2