routes - Play 2.3 Action not found in production mode (start, stage) -


i have application subprojects on play 2.3. while being developed there no problems (run in ide or activator run). in production mode (dist, stage or activator start) application runs without error, not find action (action not found request 'get /').

what happening?

tried url of projects , working

found solution.

even though stated in documentation "if not specified router - default conf/routes", define application.router=root.routes in application.conf , rename router `root.routes'.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -