MySQL access from Tomcat servlet breaks down after CentoOS update

General support questions
Post Reply
jwsohn
Posts: 1
Joined: 2017/09/25 20:58:46

MySQL access from Tomcat servlet breaks down after CentoOS update

Post by jwsohn » 2017/09/25 21:04:40

Hi, everybody.

Is there anybody having a similar problem? Suddenly, all the servlets running on my CentOS 7 server (with Tomcat 7) stopped auto-sensing of MySQL JDBC driver after I did a routine "yum update". When I reverted the Tomcat version back, it works flawlessly but I have yet to figure out why Tomcat package update resulted in a break down of MySQL access in Java servlet.

The following StackOverflow link contains the details on the problem. I would appreciate it if I can get any thoughts on this.

https://stackoverflow.com/questions/463 ... 3#46352663

Post Reply