Subversion Repositories SmartDukaan

Rev

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

Rev 3942 Rev 3946
Line 59... Line 59...
59
/etc/init.d/apache2 restart
59
/etc/init.d/apache2 restart
60
sleep 5
60
sleep 5
61
echo "Started tomcat"
61
echo "Started tomcat"
62
echo "======================================================================="
62
echo "======================================================================="
63
 
63
 
64
ln -s /var/lib/tomcat6/webapps/ROOT/images/website /var/lib/tomcat6/webapps/export/media/website
64
ln -s /var/lib/tomcat6/webapps/export/media/website/ /var/lib/tomcat6/webapps/ROOT/images/website
65
 
65
 
66
if [ ${STATIC_SERVER} ]
66
if [ ${STATIC_SERVER} ]
67
then
67
then
68
	echo "======================================================================="
68
	echo "======================================================================="
69
	echo "Copying js and css to static server"
69
	echo "Copying js and css to static server"