Re: Using Derby and TOMCAT

2017-05-24 Thread George S.
. In the future context of a web site, is this a requirement or can I still use the Derby network server with Tomcat? Using Derby as embedded will make your life vastly simpler because you can just put the Derby jars in your WEB-INF/lib directory. On my system, I put the DB in WEB-INF/sql/DERBY. You can

Re: Using Derby and TOMCAT

2017-05-24 Thread George S.
? Using Derby as embedded will make your life vastly simpler because you can just put the Derby jars in your WEB-INF/lib directory. On my system, I put the DB in WEB-INF/sql/DERBY. You can change later to network derby if you want by just moving the DB, and changing the JDBC Connection

Using Derby and TOMCAT

2017-05-24 Thread Daniel Godefroy
I want to use Derby and Tomcat in a web site. The web server is on a linux 2.6.32 with an Apache server 2.2.32. I dont think Java, Tomcat and Derby are installed. I access the servere thruough Cpanel and WHM. I was told that cpanel and WHM do not manage Java and Derby so they can not help me