Aradhna
4 years agoFrequent Visitor
JDBC datasource Virt doesnt fetches MySQL DB values when deployed on Virtserver
Hi All,
My virt is connected to MySQL which doesn't fetches values when it is deployed on Virtserver. ReadyAPI client, Virtserver and MySQL, all are installed on my system. Virt fetches the DB values when it runs locally.
I have placed jdbc drivers on <Virtserver directory>/bin/ext , <Virtserver directory>/lib, <ReadyAPI directory>/lib and <ReadyAPI directory>/bin/ext also.
Provided correct connection string and driver.
Driver: com.mysql.jdbc.Driver
Connection String: jdbc:mysql://127.0.0.1:3306/world?user=root&password=PASS_VALUE
It is urgent. Someone please help.