Forgive me if I am "splitting hairs", but will HypersonicSQL be implemented in the In-Memory mode? As I understand it, when run in In-Memory mode, you lose any updates when it is shutdown. In server-mode (client/server or stand-alone) it will save the updates as desired. I have just begun to play with this hsql, and agree (for whatever thats worth) that this would be an excellent choice for the default database. I especially appreciate that it will eliminate a "first you must download/install...." step for setting up Jetspeed. I have installed hsql on my desktop and created a single table. It seems that every database is stored in 3 files: databasename.properties databasename.scripts databasename.data There is a server.properties file which will allow you to specify database-server setting such as database, port,.... So once someone has ported the databases to hsql (I saw there are already severla volunteers for this, right?), it seems you could simply update the above files in the hsql.jar file and put it in the /lib folder. Pardon (again) my naivete about Turbine, but is it possible to configure Turbine to automatically start the database server when Turbine starts-up? Steve B. ----- Original Message ----- From: "burtonator" <[EMAIL PROTECTED]> To: "JetSpeed" <[EMAIL PROTECTED]> Sent: Tuesday, June 13, 2000 11:35 AM Subject: Re: getting the current code base running *without* a database > Paul Murphy wrote: > > > > Does anyone know if it's still possible to run w/o a database? > > Jetspeed can no longer be run without a database. We made it a > requirement because we needed the functionality a DB provided. > > Hypersonic SQL (an in-memory db) will probably ship as the default > database so that you don't have the long configuration times. > > KEvin > > -- > Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey: > burtonator) > http://relativity.yi.org > Message to SUN: "Please Open Source Java!" > To fight and conquer in all your battles is not supreme excellence; > supreme > excellence consists in breaking the enemy's resistance without fighting. > - Sun Tzu, 300 B.C. > > > -- > -------------------------------------------------------------- > Please read the FAQ! <http://java.apache.org/faq/> > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Archives and Other: <http://java.apache.org/main/mail.html> > Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
