My WebService used to work great on my development machine but when I moved it to production after creating a war file of it, I started receiving this error
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
After debugging, i figured that the dependent mysql jar were not exported to WEB-INF/lib. After copying it to /lib it started working correctly.
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
After debugging, i figured that the dependent mysql jar were not exported to WEB-INF/lib. After copying it to /lib it started working correctly.
No comments:
Post a Comment