Tagged Questions

0
votes
1answer
125 views

Why is maven looking for `webapp\WEB-INF\web.xml` instead of `web-app\WEB-INF\web.xml`

I have a Maven/Grails app that almost builds, but fails to find web.xml at [my-app]\webapp\WEB-INF\web.xml. But the directory structure contains a web-app folder, as usual, not webapp. Is this a ...
0
votes
2answers
815 views

Problem with grails web app running in production: “No such property: save for class: JsecRole”

I've got a grails 1.1 web app running great in development but when I try and run it in production with an sqlserver database it crashes in a weird way. The relevant part of my datasource.groovy is ...