Greetings, I have a setup which must be fairly common: I have an H2 db, with a db file. I'm using the db in standalone mode. Hibernate provides access to db, and I've deployed my code into Tomcat. The problem is: I could not find a nice way of simply putting the db file into the war, and providing a relative path in hibernate config file. At the moment, I have to use a path to c://whatever_db_file_container_dir/dbname in hibernate config.
This stops me from deploying a zero config web app. Is there a way of turning this setup into a self containing zero configuration package?
Best Regards Seref