Kişi bilgileri gizlidir. Logo çalışanları görebilir.

j-Platform database Connectivity over linux using MySql

  /

For jugnu/j-Platform. If you want to use linux as a server and facing database connectivity issue then this solution would be useful


Database connectivity over Linux using MySql


Kişi bilgileri gizlidir. Logo çalışanları görebilir.

Please refer the line no: 73 in attached “server.xml”.

I have added the below lines in “tomcat/conf/server.xml”.

 

server.xml

 

 username="DBUsername" password="DBPassword"  

 driverClassName="com.mysql.jdbc.Driver"

 url="jdbc:mysql:/hostname:3306/application name" maxActive="15" maxIdle="3"/>

 


 Eventually, I have added the “mysql_connection.jar” in “tomcat/lib”.


16/03/18 12:16

Cevap vermek için giriş yapmanız gerekmektedir.