web.xml for run HSQLDB in Servlet mode


/ Published in: XML
Save to your folder(s)

place hsqldb.jar in <servletDir>/WEB-INF/lib,
make file <servletDir>/WEB-INF/web.xml with following content
& your DB will reachable via URL:
http://<tomcatHost>:<tomcatPort>/<servletDir>

URL: hsqldb_servlet_web_xml

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.