Author
Renaming Grails application
Amit Sharma
Ranch Hand
Joined: Nov 22, 2005
Messages: 87
posted Dec 29, 2009 06:09:08
Hi
can i rename a grails application. Is there any grail command for this. I want all respective file should see the changed name.
Amit Sharma SCJP 1.4, SCWCD 5, OCUP-100(UML)
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Messages: 13689
posted Dec 29, 2009 09:42:43
In application.properties there is an app.name property that controls the context as well as the name of the WAR file. That is the only place it really matters.
"Fookin Prawns"
Amit Sharma
Ranch Hand
Joined: Nov 22, 2005
Messages: 87
posted Dec 29, 2009 22:04:13
Thanks Gregg
Amit Sharma SCJP 1.4, SCWCD 5, OCUP-100(UML)