fex-team / jello

Front End Integrated Solution for J2EE Velocity.
206 stars 49 forks source link

tomac 404 #26

Closed bodyno closed 9 years ago

bodyno commented 9 years ago

jello server start后404找不到页面

release过了

可是不行

2betop commented 9 years ago

什么文件?jello server open 命令行打开目录后,去 www 里面看是否有次文件?

bodyno commented 9 years ago

什么文件?jello server open 命令行打开目录后,去 www 里面看是否有次文件?

有文件目录

2betop commented 9 years ago

就你目前提供的信息,我无法定位问题。请更详细点!

bodyno commented 9 years ago

就你目前提供的信息,我无法定位问题。请更详细点!

请问还需要提供些什么信息

bodyno commented 9 years ago

我昨天还可以跑起来的 没有修改什么东西

bodyno commented 9 years ago

没有任何报错

bodyno commented 9 years ago

是不是起始路径配置得不对 我自己输入http://127.0.0.1:8080/static/xxx 就可以访问到某些资源

2betop commented 9 years ago

你是请求啥 404 了?我没搞懂。

bodyno commented 9 years ago

ps54z l n6 e 0ii l67_d 就是这个

bodyno commented 9 years ago

gw 3s rf4qr 475ror _x www目录如上

2betop commented 9 years ago

你试试用用这里面说的规则,预览下你想看的页面。

http://oak.baidu.com/jello-demo/doc/rewrite

bodyno commented 9 years ago

................. 突然又好了 奇怪的问题

bodyno commented 9 years ago

另外想问一下,我不想用Velocity 只想用jsp 应该怎么配置 目录是什么样的

bodyno commented 9 years ago

算了 没有关注 我自己回去研究吧

2betop commented 9 years ago
  1. 引入 fis-velocity-tools.jar
  2. 引入 fastjson.jar
  3. copy fis.tld
  4. 配置 jsp tag

    <jsp-config>
       <taglib>
           <taglib-uri>/fis</taglib-uri>
           <taglib-location>/WEB-INF/fis.tld</taglib-location>
       </taglib>
    </jsp-config>
  5. 应该就好了
bodyno commented 9 years ago

.... 哥们,有点看不懂啊 能否详细一点 或者 给看看教程啊