Announcement

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

    Changing database configuration outsite Admin Console

    Hi,

    I'm setting up my environment using SmartClient 5.6 (evaluation) in a Glassfish V2 b41 and Struts as MVC.

    I managed to get my SQL datasources to work, but for such, I needed to copy the Admin Console application so I could change the default database to point from HSQLDB to SQLServer.

    How can I configure SmartClient to use another default database and configure its URL without using Admin Console at the application startup?

    Regards,
    Leonardo Eloy

    Update: title should be "Changing database configuration outside Admin Console"
    Last edited by leonardoeloy; 11 Apr 2007, 03:44.

    #2
    Hi Leonardo,

    The Admin Console actually writes to [webroot]/WEB-INF/classes/server.properties. This file contains the various database settings, documented within the file.

    Comment

    Working...
    X