github - when compiling, conf/routes still refers to old path -
first had local repository https://github.com/tenzan/pfj_ch03.git.
- then made copy of whole folder , renamed pfj_ch05
cd pfj_ch05/
play ~run
on browser localhost:9000 i'm having error, refers in /users/askar/work/playforjava/work/pfj_ch03/conf/routes @ line 10 in picture.
for reason stil refers pfj_ch03 instead of pfj_ch05.
you can refer https://github.com/tenzan/pfj_ch05.git pfj_ch05 code.
execute play clean
, try again.
Comments
Post a Comment