System.setProperty("h2.bindAddress", "127.0.0.1");

On 13 October 2011 21:44:41, beetle wrote:
> Hmm, pehaps adding it as a straight property in the config is not
> appropriate, so i tried adding it to the URL as such:
>
> <property name="connection.url">jdbc:h2:C:\journal\H2DB
> \HNDLDATA;IFEXISTS=TRUE;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=5;BINDADDRESS=127.0.0.1</
> property>
>
> however, this throws the following error msg:
> org.h2.jdbc.JdbcSQLException: Unsupported connection setting
> "BINDADDRESS".  I guess this parameter cannot be set on the URL string
> like the other H2 params?
>
> So, how can I get this recognized?
>


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

Reply via email to