Re: hsql in Tomcat

2019-10-29 Thread Don
I'm reasonably sure I didn't install it separately especially since the localhost.script file contains things that don't mean anyting to me. SET DATABASE UNIQUE NAME HSQLDB6BAF0F1485 SET DATABASE GC 0 SET DATABASE DEFAULT RESULT MEMORY ROWS 0 SET DATABASE EVENT LOG LEVEL 0 SET DAT

Re: hsql in Tomcat

2019-10-28 Thread Emilian Bold
I can't check now, but does NetBeans come with Tomcat? --emi On Mon, Oct 28, 2019 at 4:15 PM Don wrote: > > I have been using hsql in a number of projects and recently had a need > to use hsql in a Tomcat application. It seems to conflict with a > built-in hsql located in the embedded version o

hsql in Tomcat

2019-10-28 Thread Don
I have been using hsql in a number of projects and recently had a need to use hsql in a Tomcat application.  It seems to conflict with a built-in hsql located in the embedded version of Tomcat's /bin folder. Apparently, when I reference org.hsqldb.server.Server in my application's Java code it