From: ageay Date: Thu, 20 Jan 2005 12:46:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RES_MAN_20_01_05~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc888a6732d430980691fe4c127ed3d69553a65a;p=modules%2Fkernel.git *** empty log message *** --- 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