LMS Notes
1) Shutdown LMS Admin (first checking no one is using it)
2) Make a temporary feed file location, ie:
mkdir /servers/mdm/feeds
3) Reconfigure LMS Admin to monitor this new temporary feed file location instead of the transfer folder, ie:
vim /servers/mdm/apache-tomcat-6.0.24/webapps/ROOT/WEB-INF/web.xml
Replace this line:
<param-value>/home/usr/transfer/transfer/lemons3/</param-value>
with
<param-value>/servers/mdm/feeds</param-value>
4) Take the latest student feed file (PRODISISStuSpk...) and place it in /servers/mdm/feeds
5) Archive/move all files in the /servers/mdm/feedarchive folder to another location
6) Startup LMS Admin