Thanks for the response. This was exactly what I was looking for.
I've mainly used eclipse (not STS) and grails from the command line. While I like what STS / grails integration gives me, when I...
Type: Posts; User: PatS; Keyword(s):
Thanks for the response. This was exactly what I was looking for.
I've mainly used eclipse (not STS) and grails from the command line. While I like what STS / grails integration gives me, when I...
I was trying to track down a problem with missing classes (missing jars) and wanted to check out what was in my web apps WAR file. I couldn't find the war file.
(Q) Is a war file created when...
Earlier today I could access the dbconsole app using the URL:
http://localhost:8080/mygrailsapp/dbConsole
Something happened (I don't know what) and now I get a 404 (page not found).
(Q)...
I'm working on several boxs with Grails. Most are beefy development machines but one only has 2Gig of memory.
It's WinXP so most things work fine on it but it really wasn't meant for development.
...
This worked.
I played around with grails around a year ago and I'm relearning how it works.
Sorry for the basic question and thanks for the kind reply.
(Q) What am I doing wrong?
I'm using STS 2.9.1 and playing with some basics (just learning Grails).
To experiment, I tried generating a Controller using both STS and grails command line shown...