Hi JSP Experts,
I have retrieved a column from a database table. Its valid valus could be null or 0 (zero).
on my jsp page, I have two radio buttons for this column ON and OFF. If the value is null, my ON radio button is checked and if value is 0(zero), than my OFF radio button is checked. Up...
I have a trace file, lets say trace0.dat
I need to make this file empty every Monday, 9:00 am.
I have created a file called dlttrace as follows and saved it:
> trace0.dat
Now I put this file dlttrace in crontab as follows:
0 9 * * 1 /trace/dlttrace >> dlttrace.out 2>&1
On Monday 9:00 am...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.