glennvp Posted September 26, 2017 Posted September 26, 2017 I'm trying to access my web service that returns a JSon data from a mysql database shown below: http://glennvp.heliohost.org//TeamProjectREST/rs/agent/getLogin/judy All i'm receiving is: com.mysql.jdbc.Driver Is this a driver issue? Thanks.Glenn
Krydos Posted September 26, 2017 Posted September 26, 2017 Did you package your mysql-connector-java-5.1.44-bin.jar etc into your .war? https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.44.tar.gz
glennvp Posted September 27, 2017 Author Posted September 27, 2017 Did you package your mysql-connector-java-5.1.44-bin.jar etc into your .war? https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.44.tar.gz I'll check my project. The web service is running on my computer's local host so I am assuming the jar's in my project library.Thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now