]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Thu, 20 Jan 2005 12:46:44 +0000 (12:46 +0000)
committerageay <ageay>
Thu, 20 Jan 2005 12:46:44 +0000 (12:46 +0000)
bin/runSalome.py

index 501ab8317221d2cc8e133ecc53b573831749c642..e58d4c0fa96ef29992d78d2b3d9248ca68a6f28f 100755 (executable)
@@ -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