If I were a CQ systems administrator....
Write a script to monitor the repository folder. How big is it? How many tar files are in today? What is the difference between yesterday's tar files total & todays? The motivation for this is that sometimes you get a server increasing in disk space and its because the TAR optimser isn't running for long enough.
grep the logs for the "last stage" of the online backup.
similarly for the TAR optimiser completion step.
Tuesday, 20 September 2011
Thursday, 1 September 2011
To enable logging for JSP pages
Hi, JSPs are compiled into packages below org.apache.jsp with the script path converted to further package parts. So in your example the /apps/myapps/center.jsp is compiled into the package: org.apache.jsp.apps.myapps.
Thus the logger must be setup with this prefixed package.
Thus the logger must be setup with this prefixed package.
Subscribe to:
Posts (Atom)
However this is not working for me.