> >> We need to disable the user input sometimes and typically we store a
> >> flag in the session. To modify this flag we use a jsp page.
> >> If I can communicate with tomcat from shell scripts while it is
> >> running, I will be able to able to set it up in crontab etc.

Write a framework that can be accessed from outsite and you can do it.
or the easy way : use a mysql connection and check that flag..
or easier : use a property file to store that flag and load it from hd.

To make the flag kown in your whole app , make a bean with app-scope which
every page uses..
this bean can determine if its time to recheck it on hd to minimize a
performance loss.

Cu


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to