Hi,
I've recently been working through the Spring-MVC-step-by-step example.
I got everything working successfully but I don't know how to make hsqldb start up automatically rather than manually using a .bat script which is how it's done in the walk-through.
I need to do this so that I can deploy a war file to any tomcat server and know that hsqldb will be started up.
Any help much appreciated.
Thanks,
Marc


Reply With Quote