("jdbc:mysql://localhost:3306/test","root","pims"); 
mysql用的是3306口,
org.apache.jasper.JasperException: Communication failure during handshake. Is there a server running on localhost:3306?
和tomcat连接用的是8080吧!
你换成("jdbc:mysql://localhost:8080/test","root","pims"); 试试