aix - Invoke a Web Application via a shell script (or Tivoli Workload Scheduler - TWS) -


i have web application performs file download web site.

this needs performed @ regular intervals (once week). want make http request web application performs job.

i can use cron , shell script.

this on ibm aix machine. not have ones wget, curl etc availble in linuxes make web request shell scripts directly.

the team here uses tivoli workload scheduler. have minimal skills in tws don't know if there options make http request part of tws job

appreciate if highlight options achieving on aix box. these machines os hardened not allow me download , compile utilities wget. forced work typically installed on aix box.

thanks

manglu

ibm host number of linux utilities compiled aix. can use wget.

aix linux toolbox

don't worry saying aix 5.1, it's binary compatible later releases.

if can't use (and encourage them let you, have installed on plenty of production boxes, it's official ibm aix binary), you'll need write in perl or similar, if want use libraries make easier you'll need download , install them ...

tws doesn't have functionality built in - it's purely enterprise scale scheduler runs other programs.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -