on 8/14/01 2:09 AM, "Scott Eade" <[EMAIL PROTECTED]> wrote:
> What would be the best way to take a turbine application
> off line either for a regular period each day or triggered by
> some kind of on/off action?
>
> I'm thinking of using a scheduled job to set and clear a
> flag of some sort that would determine whether or not the
> application would allow users to log in. Perhaps an
> administrator would still be able to login and have access
> to an action that would alter the same flag.
>
> What would be the best thing to use as the controlling
> flag and where would be the best place to check it?
> I'm Obviously going to need something fairly efficient
> as it is going to be checked for every page that is served.
>
> Anyone got any bright ideas?
>
> Thanks,
>
> Scott
If it is simply a Login that needs to be moderated, then in the Login.java
Action, check the time of day or whatever criteria you need and don't allow
users to be logged in.
-jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]