Subversion Repositories SmartDukaan

Rev

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

Rev 2713 Rev 2859
Line 43... Line 43...
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/model/v1/user/PromotionServer.py >> ${LOGDIR}/promotion.log 2>&1 &
46
/usr/bin/python2.6 -u $PROJECT_DIR/PyProj/src/shop2020/model/v1/user/PromotionServer.py >> ${LOGDIR}/promotion.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
/usr/bin/python2.6 -u /root/trunk-chkout/trunk/PyProj/src/shop2020/helpers/impl/EmailSender.py >>  ${LOGDIR}/emailsender.log 2>&1 &
-
 
48
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/warehouse/main/WarehouseServer.py >>  ${LOGDIR}/warehouse.log 2>&1 &
48
 
49
 
49
echo "Started python services"
50
echo "Started python services"
50
echo "======================================================================="
51
echo "======================================================================="
51
 
52
 
52
echo "Starting Tomcat"
53
echo "Starting Tomcat"