Advertisement
Guest User

Untitled

a guest
May 10th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Ping Connection Pool failed for jdbc/studygroup-pool. The connection could not be allocated: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. Please check the server.log for more details.
  2.  
  3. <jdbc-connection-pool driver-classname="com.mysql.jdbc.Driver" name="jdbc/studygroup-pool" res-type="java.sql.Driver">
  4. <property name="password" value="MysqlPassword"></property>
  5. <property name="user" value="MysqlAdmin"></property>
  6. <property name="URL" value="jdbc:mysql://127.13.73.130:3306/servicesstudygroup"></property>
  7. </jdbc-connection-pool>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement