dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #05376
Re: Multiple connections to H2
I've also had this problem but I doubt if the bindaddress has anything
to do with it. By default the server socket will be bound to
INADDR_ANY. (This is the same as the tomcat security issue I referred
to some time back). Will investigate ...
Bob
2010/4/10 Lars Helge Øverland <larshelge@xxxxxxxxx>:
> I have had the same problem. Why don't you test it, you can set props
> from the command line when starting live..
>
> 2010/4/10, Knut Staring <knutst@xxxxxxxxx>:
>> I am unable to connect to the H2 database through the H2 console while DHIS2
>> is running, despite AUTO_SERVER being indicated in hibernate.properties
>> (default for DHIS Live).
>>
>> >From the following message, it seems that perhaps we need to set
>> System.setProperty("h2.bindAddress", ...) before loading the
>> org.h2.Driver class (and before starting the server)
>>
>> http://groups.google.com/group/h2-database/msg/7526244fde1a0e58
>>
>> --
>> Cheers,
>> Knut Staring
>>
>
> --
> Sendt fra min mobile enhet
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References