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] |
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] |
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] |
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] |
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] |