I am getting the following message: Current directory=C:\Program Files\Apache Software Foundation\Tomcat 5\bin elvyx.properties (The system cannot find the file specified) java.sql.SQLException: No suitable driver

The file elvyx.properties must be located in C:\Program Files\Apache Software Foundation\Tomcat 5\bin. Elvyx driver is trying to load the configuration file but it can't read the file.

[top]

I am getting the following message: Current directory=C:\Program Files\Apache Software Foundation\Tomcat 5\bin oracle.jdbc.driver.OracleDriver or driver you are using java.sql.SQLException: No suitable driver

You have to put your jdbc driver into the common library, Ex classes12.jar for oracle or mysql-connector-java-5.0.0-beta-bin.jar for MySql.

[top]

I am getting the following message: Current directory=C:\download\jboss\jboss-5.0.0.Beta1\bin No ClassLoaders found for: oracle.jdbc.driver.OracleDriver java.sql.SQLException: No suitable driver

You have to put your jdbc driver into the common library, Ex classes12.jar for oracle or mysql-connector-java-5.0.0-beta-bin.jar for MySql.

[top]

How can I change the hsqldb port by default.

Hsqldb run by default using 9001, but if you need to change it goto elvyxserver.properties file. Uncomment the property "database_port=9001" and change port. Restart the application.

[top]

I want to change the hsqldb instance.

If you want to keep the information collected, you can change the hsqldb instance in elvyxserver.properties file. Uncomment the property "database_instance=elvyx" and change elvyx for your new instance name. Restart the application.

[top]