Content

ramblings of a coldfusion developer

Get Scheduled Tasks and Mappings Script

Monday 21 August 2006 - Filed under Code

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

CODE:
  1. #allTasks[i].task#<br />
  2.            #allTasks[i].url#
  3.           <hr />
  4.    
  5.  
  6.  
  7. <!--- you can also dump it -->

ColdFusion Mappings

CODE:
  1. runtimeservice =    factory.getruntimeservice();
  2.    allmappings = runtimeservice.mappings;
  3.  
  4.  
  5. <!--- you may also dump it -->

2006-08-21  »  Jim Priest

Share your thoughts

Re: Get Scheduled Tasks and Mappings Script







Tags you can use (optional):
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>