Why do I need to flush the connection pool each time I redeploy?

后端 未结 2 1946
时光取名叫无心
时光取名叫无心 2021-02-05 12:16

I have successfully made a connection to a remote MySQL server through Glassfish, however each time I make a change to the code or XHTML files, I need to open the administrator

2条回答
  •  故里飘歌
    2021-02-05 13:02

    Should you be using this driver?

    com.mysql.jdbc.jdbc2.optional.MysqlXADataSource 
    

    I see that you are using a different driver from the attached image ...

提交回复
热议问题