I have configured the app to use mysql on the back end. I have followed the documentation on how to setup the mysql connectivity etc... Once I do that and run the executable file, everything seems to work just fine until I look at the mysql database. The application is creating the okm_repo DB with tables just fine so I know that I have the right config in the repository.xml file.
When I look in the okm_app DB there are no tables, which tells me that it must be my datasource configuration that is not working right. I have taken the config for the datasource and created its own file in the depoy dir (mysql-ds.xml). I have also tried adding that same config to the open openkm-ds.xml as well. That is the only config that I see that has anything to do with the okm_app DB.
Can anyone point me in the right direction? Only half of the DB creation is working for me.
Server OS: Centos 5.5 64x
OpenKM5.0
MysqlServer: 5.0.77
JDBC Driver : mysql-connector-java-5.1.13-bin.jar
When I look in the okm_app DB there are no tables, which tells me that it must be my datasource configuration that is not working right. I have taken the config for the datasource and created its own file in the depoy dir (mysql-ds.xml). I have also tried adding that same config to the open openkm-ds.xml as well. That is the only config that I see that has anything to do with the okm_app DB.
Can anyone point me in the right direction? Only half of the DB creation is working for me.
Server OS: Centos 5.5 64x
OpenKM5.0
MysqlServer: 5.0.77
JDBC Driver : mysql-connector-java-5.1.13-bin.jar