I have several servers. And on each of the servers, I have a shell script to verify the FileSystem, and some info of some files I parse. This script renders information to the console for example
Server 1 fs /usr/user1 free 10 Gb
File 100 Processed, File 200 Processed,
etc..
The script takes about 1 minute to execute completely.
I already have a jboss server with a webapp with some servlets. I would like to create a jsp, and a servlet to run these commands on 4 different servers and display the results.
Ajax maybe??
Thanks in advance