浏览 3103 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-05-11
grails-xfire的WebService插件也紧跟发布,实在是好消息,可是当你兴致勃勃的去写个HelloWorld的时候,它却给你一个下马威,异常如下:
grails 0.5发布以来,java 代码
Ignoring URLs Sometimes you may want to resolve URLs to servlets other than Grails. In this case, note that Grails ignores any URLs that fail to match at least one of the patterns in the mapping. So, having: static mappings = { would ensure that you could, for example, use /remoting/* for a Spring invoker servlet. Beware, though, that the pattern in the default mapping captures a large range of useful URLs. 呵呵,原来官方文档已经早有解决方案,是我太固陋寡闻,借此给碰到此类问题,又不知如何解决同类中人以一些解释不过还是有个问题,就是这样修改会影响原来正常的grail的controller/action操作,目前还不知道有何好解? 我目前所知道的方法就是将每个controller映射写死在grails-app/conf/*UrlMappings.groovy中,比较笨重,但能解决问题 --补充一个比较好的解决方案:在grails-app/conf/*UrlMappings.groovy中修改mappings,如下 java 代码
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2008-04-21
用的0.7.1,使用之后还是不行。。
|
|
返回顶楼 | |
发表时间:2008-04-21
你用的是grails1.0.2吧?我还没有测试过。如果有什么疑问,可以到maillist去问,或者去http://www.chinagroovy.org/forum提问
|
|
返回顶楼 | |