Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    is HSQLDB required to run for smartGWT

    Upon start up of the application. I am seeing the HSQLDB get startup as well. I am using Oracle for my DB and I have remove all reference to HSQLDB that I know of. Where would the startup be and how can I turn this off?

    Thanks,

    #2
    Not required (of course). If you copied your web.xml from the built-in-ds project, look for a servlet that kicks off HSQLDB in there.

    Comment


      #3
      HSQLDB is not required to run Smart GWT. For ease of use the Smart GWT samples startup HSQL using a startup listerner in the web.xml instead of relying on an external database.

      You can remove the com.smartgwt.sample.server.listener.HSQLServletContextListener listener from web.xml once you configure server.properties to point to your external database.

      Comment


        #4
        For completeness: hibernate.cfg.xml should also be modified.

        Comment

        Working...
        X