How to install.

Sql console is packaged as a war application. It can be deployed to any JEE 5 compliant server.

  1. Deploy to server: Use the administrative console of your JEE server or copy to the autodeploy folder.
  2. Add JDBC Drivers : Add the desired jdbc jars to your server classpath ( Usually place them under the /lib folder).
  3. Restart the server.