From dc888a6732d430980691fe4c127ed3d69553a65a Mon Sep 17 00:00:00 2001 From: ageay Date: Thu, 20 Jan 2005 12:46:44 +0000 Subject: [PATCH] *** empty log message *** --- bin/runSalome.py | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/bin/runSalome.py b/bin/runSalome.py index 501ab8317..e58d4c0fa 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -466,8 +466,6 @@ def startSalome(args, modules_list, modules_root_dir): # attente de la disponibilité du Catalog Server dans le Naming Service # - print "LAUNCHING Modeule Catalog ......." - if 'moduleCatalog' not in args['embedded']: cataServer=CatalogServer(args) @@ -507,14 +505,10 @@ def startSalome(args, modules_list, modules_root_dir): # Lancement Session Server # - print "LAUNCHING Session Server ......." - mySessionServ = SessionServer(args) mySessionServ.setpath(modules_list,modules_root_dir) mySessionServ.run() - print "LAUNCHING Session Server ....... end" - #macomm2=['ddd'] #pid = os.spawnvp(os.P_NOWAIT, macomm2[0], macomm2) # @@ -539,10 +533,10 @@ def startSalome(args, modules_list, modules_root_dir): # attente de la disponibilité du Container C++ local dans le Naming Service # -## if 'cppContainer' in args['standalone']: -## myServer=ContainerCPPServer(args) -## myServer.run() -## clt.waitNS("/Containers/" + theComputer + "/FactoryServer") + if 'cppContainer' in args['standalone']: + myServer=ContainerCPPServer(args) + myServer.run() + clt.waitNS("/Containers/" + theComputer + "/FactoryServer") # # Lancement Container Python local, @@ -550,10 +544,10 @@ def startSalome(args, modules_list, modules_root_dir): # dans le Naming Service # -## if 'pyContainer' in args['standalone']: -## myServer=ContainerPYServer(args) -## myServer.run() -## clt.waitNS("/Containers/" + theComputer + "/FactoryServerPy") + if 'pyContainer' in args['standalone']: + myServer=ContainerPYServer(args) + myServer.run() + clt.waitNS("/Containers/" + theComputer + "/FactoryServerPy") # # Lancement Container Supervision local, @@ -561,10 +555,10 @@ def startSalome(args, modules_list, modules_root_dir): # dans le Naming Service # -## if 'supervContainer' in args['standalone']: -## myServer=ContainerSUPERVServer(args) -## myServer.run() -## clt.waitNS("/Containers/" + theComputer + "/SuperVisionContainer") + if 'supervContainer' in args['standalone']: + myServer=ContainerSUPERVServer(args) + myServer.run() + clt.waitNS("/Containers/" + theComputer + "/SuperVisionContainer") end_time = os.times() print -- 2.39.2