Subversion Repositories SmartDukaan

Rev

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

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