This would be a good feature to implement. I have a headless linux box
running H2, and in order to access the database via the console I have
to use -webAllowOthers (since there is no GUI installed on the box).
Unfortunately, it is public facing, which runs the risk of someone
playing with it (trying to gain access to the database, shut it down
etc). It would be nice to have an initial web console login that must
be correct before being given the current options that are present as
soon as you connect.

On Fri, Sep 3, 2010 at 5:13 AM, Thomas Mueller
<[email protected]> wrote:
> Hi,
>
> I don't think I completely understood what you wrote, so I'm not sure
> what feature you need.
>
> Do you want to prevent others from stopping the H2 Console? Currently
> that's not supported if you use -webAllowOthers. It would be possible
> to implement this feature, but it is not yet possible.
>
> Or do you want to prevent others from stopping the TCP Server? In that
> case, you need to start the TCP Server in another process than the H2
> Console.
>
> Regards,
> Thomas
>
> --
> You received this message because you are subscribed to the Google Groups "H2 
> Database" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/h2-database?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to