Subversion Repositories SmartDukaan

Rev

Rev 1741 | Rev 2002 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1741 Rev 1989
Line 41... Line 41...
41
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/model/v1/user/UserContextServer.py >> ${LOGDIR}/user.log 2>&1 &
41
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/model/v1/user/UserContextServer.py >> ${LOGDIR}/user.log 2>&1 &
42
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/model/v1/order/TransactionServer.py >> ${LOGDIR}/order.log 2>&1 &
42
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/model/v1/order/TransactionServer.py >> ${LOGDIR}/order.log 2>&1 &
43
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/logistics/service/LogisticsServer.py >> ${LOGDIR}/logistics.log 2>&1 &
43
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/logistics/service/LogisticsServer.py >> ${LOGDIR}/logistics.log 2>&1 &
44
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/helpers/impl/HelperServer.py >>  ${LOGDIR}/helpers.log 2>&1 &
44
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/helpers/impl/HelperServer.py >>  ${LOGDIR}/helpers.log 2>&1 &
45
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/payments/PaymentsServer.py >> ${LOGDIR}/payments.log 2>&1 &
45
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/payments/PaymentsServer.py >> ${LOGDIR}/payments.log 2>&1 &
-
 
46
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/payments/PromotionServer.py >> ${LOGDIR}/promotion.log 2>&1 &
46
/usr/bin/python2.6 -u /root/trunk-chkout/trunk/PyProj/src/shop2020/helpers/impl/EmailSender.py >>  ${LOGDIR}/emailsender.log 2>&1 &
47
/usr/bin/python2.6 -u /root/trunk-chkout/trunk/PyProj/src/shop2020/helpers/impl/EmailSender.py >>  ${LOGDIR}/emailsender.log 2>&1 &
47
 
48
 
48
echo "Started python services"
49
echo "Started python services"
49
echo "======================================================================="
50
echo "======================================================================="
50
 
51