run-war

grails prod run-app connects to mysql but grails prod run-war doesn't

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, because it isn't use the mysql database I had configurate. I know that because it doesn't list the data in the database. So I did this test: Compare grail...

Problem with grails email confirmation plug-in only with run-war

I'm using the email-confirmation plug-in and it's working fine when using run-app. However if I run-war, it gives me the following error upon confirmation sendout: [...] No signature of method: com.grailsrocks.emailconfirmation.PendingEmailConfirmation.save() [...] After further trying, it seems that this even happens only with certai...

Grails War and deploy

Hi, I am using grails 1.3.4 on windows xp and centos. Tomcat 5 on centos. I do a 'grails dev war' and 'grails prod war' on an app (as well as a test app I've put together). I take the war file on xp and expand it in another dir. On the centos I can put the war file in tomcat and also in it's own dir. But when I go to run-war or run-ap...