CustomizingWithLocalDir failed

Hello,

Why doesn’t this work ?

cp /usr/local/share/rt40/html/SelfService/Create.html /usr/local/share/rt40/local/html/SelfService/Create.html
vim /usr/local/share/rt40/local/html/SelfService/Create.html
rm -rf /var/run/rt40/mason_data/obj/*
apachectl restart

My modification had no effect on the SelfService interface… Why ?

Hello,

Why doesn’t this work ?

cp /usr/local/share/rt40/html/SelfService/Create.html /usr/local/share/rt40/local/html/SelfService/Create.html
vim /usr/local/share/rt40/local/html/SelfService/Create.html
rm -rf /var/run/rt40/mason_data/obj/*
apachectl restart

My modification had no effect on the SelfService interface… Why ?

Perhaps the cache got recreated between the rm and the apachectl commands, because apache was still running? Try stopping apache completely, then removing the mason cache, and then restarting apache. That’s what I usually do.

Tim

The Wellcome Trust Sanger Institute is operated by Genome Research
Limited, a charity registered in England with number 1021457 and a
company registered in England with number 2742969, whose registered
office is 215 Euston Road, London, NW1 2BE.

Subject: Re: [rt-users] CustomizingWithLocalDir failed
From: tjrc@sanger.ac.uk
Date: Wed, 7 Mar 2012 16:32:46 +0000
CC: rt-users@lists.bestpractical.com
To: arthur_rance@hotmail.com

Hello,

Why doesn’t this work ?

cp /usr/local/share/rt40/html/SelfService/Create.html /usr/local/share/rt40/local/html/SelfService/Create.html
vim /usr/local/share/rt40/local/html/SelfService/Create.html
rm -rf /var/run/rt40/mason_data/obj/*
apachectl restart

My modification had no effect on the SelfService interface… Why ?

Perhaps the cache got recreated between the rm and the apachectl commands, because apache was still running? Try stopping apache completely, then removing the mason cache, and then restarting apache. That’s what I usually do.

Tim

Sorry, I tried the wrong directory. It was “/usr/local/www/rt40” in my configuration.
/usr/local/www/rt40/SelfService/Create.html
It works now :o)