I have a micro instance in EC2, so there I install the MySQL server and the Glassfish 3 Open Source edition, then I create users
in MySQL so I can make select, insert, delete and etc.
As you can see here (I'm using the MySQL Workbench to do this) :
The I create a DataSourcePool in the Glassfish:
And this ConnectionPool is using the user 'root' in 'localhost', the weird thing is this:
In localhost everything works fine but when I make the deploy and try to execute it, nothing happens, not even a single exception, the server.log
generated from glassfish
is blank.
Any idea why this is happening ?