Subversion Repositories SmartDukaan

Rev

Rev 3147 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3147 Rev 3287
Line 80... Line 80...
80
./deleteAll.sh
80
./deleteAll.sh
81
ls ${SOLR_IRDATA} | xargs java -jar post.jar
81
ls ${SOLR_IRDATA} | xargs java -jar post.jar
82
echo "Done posting data to solr"
82
echo "Done posting data to solr"
83
echo "======================================================="
83
echo "======================================================="
84
 
84
 
-
 
85
 
-
 
86
echo "Restarting the tomcat to clear the cache"
-
 
87
echo "======================================================="
-
 
88
/etc/init.d/tomcat6 restart
-
 
89
echo "======================================================="
-
 
90
echo "Restarted the tomcat to clear the cache"
-
 
91