When I create a H2 Database in Embedded Mode on Lucee/Jetty, the h2 files are placed in the appropriately named path. For example, if I specify path=db/ when creating a datasource via the Lucee Admin, a "db/" directory is created relative to the Lucee/Jetty directory structure and the h2 files are placed there.
However, on Lucee/Tomcat, using the same exact setup, the path is not created relative to the Lucee/Tomcat directory structure, and the h2 files are placed elsewhere on the OS filesystem.
Is this expected? Or, is there some variable/syntax I should use for the Lucee/Tomcat setup to have the files created relative to its directory structure?
Thanks,
Steve