1 Reply Latest reply on Feb 9, 2007 11:11 AM by peterj

    Page Persistence

    kwilsonjboss

      Hello Folks,

      I'm finding that when I actually restart the portal and bundled app server that the new pages that I've created seem to disappear. I'm certain that there is a way to configure JBoss to save these newly created pages, but I have not seen that in the docs.

      Any input appreciated.


      Thanks

        • 1. Re: Page Persistence
          peterj

          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.