[jboss-user] [Beginners Corner] - Re: Page Persistence

PeterJ do-not-reply at jboss.com
Fri Feb 9 11:11:39 EST 2007


If you are using the bundle, then you are probably using the Hypersonic database. When you bring the app server down, Hypersonic dumps the database contents into the server/xxx/data/hypersonic directory. When Hypersonic comes back up, it reads the default.script file to repopulate the database. Either that file is being removed for some reason, or Hypersonic is having problems reading it on startup.

My suggested solution is to use MySQL, or some other database, instead of Hypersonic.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013720#4013720

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013720



More information about the jboss-user mailing list