A follow up to those who may have similar requirements, actually we can modify the JSP pages to remove the access to this function. Will need to modify the JSP source file in the webapps directory, and will also need to modify the web.xml servlet definition as well. Please note it only disables the access to this particular feature from UI, but it doesn't remove the feature, which means the previously added schedule job will continue to run, the scheduled items can still be found in the database. So this is just an ugly workaround..
↧