[Vtigercrm-commits] [vtiger-commits] r5690 - /vtigercrm/trunk/pkg/bin/startvTiger.bat

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 3 03:08:16 EDT 2006


Author: richie
Date: Wed May  3 01:08:12 2006
New Revision: 5690

Log:
sleep for 20 seconds added.
This is so as at times, when the server is started, 
it seems that the port is shown as occupied as it does not get enuf time to start

Modified:
    vtigercrm/trunk/pkg/bin/startvTiger.bat

Modified: vtigercrm/trunk/pkg/bin/startvTiger.bat
==============================================================================
--- vtigercrm/trunk/pkg/bin/startvTiger.bat (original)
+++ vtigercrm/trunk/pkg/bin/startvTiger.bat Wed May  3 01:08:12 2006
@@ -50,6 +50,9 @@
 echo "installing vtigercrm5_beta apache service"
 echo ""
 echo ""
+echo "Starting  vtigercrm5_beta apache service after sleeping for 20 seconds"
+echo ""
+%SLEEP_STR% -n 20 127.0.0.1>nul
 bin\apache -k install -n vtigercrm5_beta -f conf\httpd.conf
 echo ""
 echo "Starting  vtigercrm5_beta apache service"





More information about the vtigercrm-commits mailing list