Hi, > Works fine with the following: > > <bean id="org.h2.tools.Server" > class="org.h2.tools.Server" > factory-method="createTcpServer" > init-method="start" > destroy-method="stop"> > <constructor-arg value="-tcp,-tcpAllowOthers,true,-tcpPort, > 8043" /> > </bean> > > "destroy-method" is important to prevent Exceptions when hot- > redeployment or restarting server.
Thanks a lot! I will add this information to the documentation. 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 -~----------~----~----~----~------~----~------~--~---
