Hi

I just found out what the problem was. There is a bug in the H2
Console that doesn't store the most recently used settings. I will fix
this in the next release. Sorry about that!

H2 Console: when the settings are not stored yet (for example when
running for the first time), the last recently used settings are not
stored. A workaround is to create the file ".h2.server.properties"
manually in the current user home directory, with the contents:

0=Generic H2 (Embedded)|org.h2.Driver|jdbc\:h2\:~/test|sa
webAllowOthers=false
webPort=8082
webSSL=false

Regards,
Thomas



On Wed, May 19, 2010 at 8:46 PM, Thomas Mueller
<[email protected]> wrote:
> Hi,
>
> See http://h2database.com/html/tutorial.html#console_settings
>
> The settings of the H2 Console are stored in a configuration file
> called .h2.server.properties in you user home directory. For Windows
> installations, the user home directory is usually C:\Documents and
> Settings\[username]. The configuration file contains the settings of
> the application and is automatically created when the H2 Console is
> first started.
>
> If the directory is not writable, then the settings can't be preserved.
>
> Do you see such a file there? Is it writable?
>
> 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.

Reply via email to