Windows Path in hsqldb in file web.xml
Status: Beta
Brought to you by:
wreissen
The Path to the hsqldb Database in the WEB_INF/web.xml file is by default a windows path.
This Path starts with a capital C letter.
Using it on a LINUX box creates accordingly a directory path RELATIVE to the location from where
tomcat was launched. If you do that manually from different locations, a lot of databases are
created and depending from where you launch tomcat the user "sees" another database.
A hint in the installation guide would be very helpful.