Get Scheduled Tasks and Mappings Script

I found this and wanted to blog it for my own info and someone else may find it useful. Below are code snippets to provide a list of scheduled tasks and mappings on a server – useful if you don’t have administrator access to the server:

CF Scheduled Tasks


           #allTasks[i].task#<br />
           #allTasks[i].url#
          <hr />

<!--- you can also dump it -->

ColdFusion Mappings


   runtimeservice =    factory.getruntimeservice();
   allmappings = runtimeservice.mappings;

<!--- you may also dump it -->
Recent Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>