I have some strange problems when I deploy application build with Play framework 2.0. It looks like deployment didn't clean/overwrite compiled files. This I know because one method is changed but still the old is somehow called...
My deployment steps:
- in app directory
../play stop - upload all files to app directory from development (except application.conf)
../play clean compile stage- in target directory:
./start -Dhttp.port=80 &
I need some "best practices" advices ;)