使用Handlebars.js获取404 tmpl文件Tomcat

时间:2013-03-13 18:08:45

标签: tomcat7 handlebars.js

我是Tomcat的新手并使用Handlebars.js。我正在制作一个原型页面来测试使用handlebars.js。我在Windows 7上安装了一个运行Tomcat 7的vanilla版本。我已经在页面中添加了相关的js css和图像文件,并将它们放在MyApp文件夹中的webapps文件夹中。

所以我们有


 |
 -- webapps
      |
      -- MyApp
           |
           -- index.html
           |
           -- css/
           |
           -- img/ - all my sprites are here
           |
           -- js/ - contails all my vendor and prsonal js files
           |
           -- tmpl/ contains all my handlebars template (*.tmpl) files

当我加载索引文件加载页面时,将访问js,css和image文件。但是,tmpl文件出现了404错误

  

HTTP状态404 - /MyApp/tmpl/MainView.tmpl

     

输入状态报告

     

message /MyApp/tmpl/MainView.tmpl

     

说明请求的资源不可用。

有什么想法?我已经将tmpl mimetype添加为纯文本。

谢谢,

杰夫

0 个答案:

没有答案