After you install Activator, it is good practice to verify your database connectivity. To do this, you can use the database configuration tool, dbConfig.
Use the database configuration tool only when the server is not running. When running, the database port is in use and the tool cannot connect to the database.
| Caution | Activator users must not use this tool to change database settings. Only use the tool if you want to review or test database settings. Also, do not manually change any database settings in the datastoreconfig.xml file. |
Here are some guidelines for using the database configuration tool.
datastoreconfig.xml file in the application's conf directory.datastoreconfig.xml in the application's conf directory.To run dbConfig on Windows machines:
datastoreconfig.xml file in the application's conf directory.datastoreconfig.xml file in the application's conf directory.<install directory>\bin and click dbConfig.cmd.datastoreconfig.xml file in the application's conf directory.cd command to go to <install directory>\bin.dbConfig.cmd -b2bx true datastoreconfig.xml file in the application's conf directory.cd command, go to <install directory>\bin.dbConfig in a console window.| [-? | -help] [-d (sqlsrvr|ora|db2|derby|mysql)] [-p port] [-h host] [-n dbname] [-u username] [-pd password] |
cn.log to see if Activator successfully connected to the database. If necessary, repeat the above steps and change the command line details.