grails run-war connects to mysql but grails run-war doesn't
- by damian
Hi,
I have a unexpected problem.
I had create a war with grails war. Then I had deployed in Tomcat.
For my surprise the crud works fine but I don't know what persistence is using.
So I did this test:
Compare grails prod run-app with grails prod run-war.
The first works fine, and does conect with the mysql database. The other don't.
This is my…