Crate datasource for mysql to different machine in glassfish
Posted
by Dickson
on Stack Overflow
See other posts from Stack Overflow
or by Dickson
Published on 2010-04-11T10:02:09Z
Indexed on
2010/04/11
10:13 UTC
Read the original article
Hit count: 292
I'm using glassfish(v2.11) as my application server and I have another machine for mysql database server. Currently I want to separate the app server and db server, so I create a jdbc datasource to point to mysql server, but it doesn't works as expect, by the way, when I create datasource to point to local machine (glassfish app server and mysql db server in single machine), and It works well. Is there any configuration I need to care of when pointing datasource to different machine which I use to host my database (MySQL 5.1)?
© Stack Overflow or respective owner