Grails 2.3.1 returns 404 after changing controller -
Grails 2.3.1 returns 404 after changing controller -
after alter in controller, actions start returns 404. true actions in modified controller. way solve perform:
grails clean
and launch app 1 time again by: grails run-app
. 1 time done, again.
needless not desired situation.
any ideas ?
thank in advance eduardo.
upgrade? there have been 11 patch releases since 2.3.0, , upgrading within minor version (2.3.x) typically simple - update application.properties
, plugins listed working particular version of grails (e.g. tomcat, hibernate).
even improve - create new empty 2.3.11 app , new empty 2.3.1 app. directory diff (ignoring target
) - http://meldmerge.org/ great alternative since it's open source , cross-platform - , tell changed between versions. create changes necessary update 2.3.1 app 2.3.11 , should go. alternately diff app empty 2.3.1 app, tell deleted, changed, , added, , can create same changes in empty 2.3.11 app , create real app. in either case work shouldn't important - 3-way diff approach generic 1 works when you're upgrading higher minor or major versions.
grails
Comments
Post a Comment