Salome HOME
Check over OMNIORB_USER_PATH.
[modules/kernel.git] / bin / appliskel / runSession
index c6449dc248d8dc0af61fc3fde222e3f629487647..bc177290860906d132d6a39250c27847e10bba9b 100755 (executable)
@@ -29,8 +29,8 @@
 ###############################################
 ############### IMPORTANT NOTE ################
 ###############################################
-# The runConsole script is obsolete.          #
-# Please consider the new salome.py launcher. #
+# The runSession script is obsolete.          #
+# Please consider the new salome launcher.    #
 ###############################################
 
 
@@ -77,6 +77,9 @@ export APPLI=`${APPLI_HOME}/getAppliPath.py`
 
 . ${HOME}/${APPLI}/envd ${HOME}/${APPLI}
 
+#export OMNIORB_USER_PATH="${HOME}/.salomeConfig/USERS"
+export OMNIORB_USER_PATH="${HOME}/${APPLI}/USERS"
+
 # --- set the OMNIORB_CONFIG file and environment relative to this run of SALOME
 # Usage: writeConfigFile PORT HOST
 function writeConfigFile
@@ -89,7 +92,7 @@ function writeConfigFile
   export NSHOST=$2
 
   # Get (in bash) the configuration filename from (Python) ORBConfigFile return values
-  RETURN_VALUES=$(${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python ${KERNEL_ROOT_DIR}/bin/salome/ORBConfigFile.py ${HOME}/${APPLI}/USERS ${NSHOST} ${NSPORT} with_username=${USER})
+  RETURN_VALUES=$(${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python ${KERNEL_ROOT_DIR}/bin/salome/ORBConfigFile.py ${OMNIORB_USER_PATH} ${NSHOST} ${NSPORT} with_username=${USER})
   export OMNIORB_CONFIG=$(echo ${RETURN_VALUES} | cut -d' ' -f1)
 }
 
@@ -99,9 +102,9 @@ if test "x${NSPORT}" == "xlast"; then
   if test "x${NSHOST}" == "xlocalhost"; then
     #MACHINE and PORT are not given
     # --- set omniORB configuration to current session if any
-    fileOmniConfig=${HOME}/${APPLI}/USERS/.omniORB_${USER}_last.cfg
+    fileOmniConfig=${OMNIORB_USER_PATH}/.omniORB_${USER}_last.cfg
     if [ -f $fileOmniConfig ]; then
-      export OMNIORB_CONFIG=${HOME}/${APPLI}/USERS/.omniORB_${USER}_last.cfg
+      export OMNIORB_CONFIG=${OMNIORB_USER_PATH}/.omniORB_${USER}_last.cfg
       # --- set environment variables for port and hostname of NamingService
       export NSHOST=`${KERNEL_ROOT_DIR}/bin/salome/NSparam.py host`
       export NSPORT=`${KERNEL_ROOT_DIR}/bin/salome/NSparam.py port`