Hi, I use h2 for many years and for me it is a reliable database and rising. I create open source cluster application with loadbalancing based entirely on h2, which currently contains: - ecommerce solutions, - bloggers, - newsletters, -showcases, - and a pack application to develop new solutions. (demo online www.974apps.com). This is a server well advanced, but there is not much documentation for the moment, I work ...
I use H2 database (on large projects) in production mode with '974apps'server for several years without major problems and my clients are satisfied. (I do not give you the url because hackers often 974apps.com attack me ... so if they know that I have websites running in production ...) H2 for me has surpassed projects fast and h2 as well as MySQL. At some point you have to trust. For: "I've read the manual but I don't understand how change the Address IP of the server." Change your ip on your OS, not in H2, and when you start the database, start with your ip (from your OS) ... like this: jdbc:h2:tcp://yourip/~/test jdbc:h2:tcp://yourip:8084/~/sample jdbc:h2:tcp://yourip/mem:test Regards, Jimmitry PAYET. 2012/9/9 deka87 <[email protected]> > Good Morning to EveryBody, > I'm a newbie in the use of yhe database H2, but at the first impression > this DBMS is very useful for the fast project. > > I've read the manual but I don't understand how change the Address IP of > the server. > > > > > I hope someone can help me > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/h2-database/-/Rmm4cgaVdIoJ. > 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.
