I have playframework application that uses my playframework module. There are some static content and views/tags in the module. My app works fine when I run it in dev mode. But when deployed to tomcat6, it results in
TemplateNotFoundException: Template not found : tags/templateFromModule.html
or tags/templateFromModule.tag
I can find such template in deployed application in: WEB-INF\application\precompiled\templates\from_module_myModuleName\app\views\tags\
Please help