:)
Hi all

Am writing a shell script like this:

java file1 > output.txt

and the output output.txt is used in a html page.

Now coming to my problem:
This script should run every one hour and when user views the html page,it is showing the partially written output.txt file which in turn shows error in the html page.
Note:- output.txt contains logic for the html page.

Is there any work around for this issue and i need to run the 22 java files like the above said and hence this generates performance issues.

Regards
Dave.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.