Need small help

Hi all,

I have two files in my folder

             1.index.jsp
            2.maintenance.jsp

Once hit the URL in IE,It will call the index.jsp file than application working fine.
I want to some maintenance in my application, during the application maintenance than it will call the maintenance.jsp,

Than how to write the scripts and cronjob... plz tell me process..

Thanks in advance

Hey,

I think you should include redirection in apache/web server configuration during this maintenance period. I hope there is nothing to do with cronjob.

-Nithin.