liuwg123 2008-09-22 15:14
浏览 229
已采纳

我的一个web工程添Struts1.2后tomcat5.5总是启不来,并且不停地在刷!

2008-09-22 15:07:09 No rules found matching 'taglib/function/function-class'.
2008-09-22 15:07:09 characters(org.apache.taglibs.standard.functions.Functions)
2008-09-22 15:07:09 endElement(,,function-class)
2008-09-22 15:07:09 match='taglib/function/function-class'
2008-09-22 15:07:09 bodyText='org.apache.taglibs.standard.functions.Functions'
2008-09-22 15:07:09 No rules found matching 'taglib/function/function-class'.
2008-09-22 15:07:09 Popping body text '

'

2008-09-22 15:07:09 characters(
)
2008-09-22 15:07:09 startElement(,,function-signature)
2008-09-22 15:07:09 Pushing body text '

'

2008-09-22 15:07:09 New match='taglib/function/function-signature'
2008-09-22 15:07:09 No rules found matching 'taglib/function/function-signature'.
2008-09-22 15:07:09 characters(java.lang.String toLowerCase(java.lang.String))
2008-09-22 15:07:09 endElement(,,function-signature)
2008-09-22 15:07:09 match='taglib/function/function-signature'
2008-09-22 15:07:09 bodyText='java.lang.String toLowerCase(java.lang.String)'
2008-09-22 15:07:09 No rules found matching 'taglib/function/function-signature'.
2008-09-22 15:07:09 Popping body text '

'

2008-09-22 15:07:09 characters(
)
2008-09-22 15:07:09 startElement(,,example)
2008-09-22 15:07:09 Pushing body text '

'

2008-09-22 15:07:09 New match='taglib/function/example'
2008-09-22 15:07:09 No rules found matching 'taglib/function/example'.
2008-09-22 15:07:09 characters(
Product name: ${fn.toLowerCase(product.name)})
2008-09-22 15:07:09 characters(
)
2008-09-22 15:07:09 endElement(,,example)
2008-09-22 15:07:09 match='taglib/function/example'
2008-09-22 15:07:09 bodyText='
Product name: ${fn.toLowerCase(product.name)}
'
2008-09-22 15:07:09 No rules found matching 'taglib/function/example'.
2008-09-22 15:07:09 Popping body text '

'

2008-09-22 15:07:09 characters(
)
2008-09-22 15:07:09 endElement(,,function)
2008-09-22 15:07:09 match='taglib/function'
2008-09-22 15:07:09 bodyText='

'
2008-09-22 15:07:09 No rules found matching 'taglib/function'.
2008-09-22 15:07:09 Popping body text '

[b]问题补充:[/b]
我的:Strust.config文件

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">







attribute="userGroupForm"
input="/UserGroup/userGroupAdd.jsp"
name="userGroupForm"
path="/userGroup"
scope="request"
parameter="op"
type="com.jjgs.struts.action.UserGroupAction" >






[b]问题补充:[/b]
但是,我换成tomcat6.0就能行了,不知道为什么?
[b]问题补充:[/b]
是的,我用的是EL表达式,是不是tomcat5.5不支持

  • 写回答

5条回答 默认 最新

  • aidiyuxin 2008-09-24 11:54
    关注

    [quote]我用的是EL表达式 [/quote]
    EL表达只有tomcat6.0以后才支持
    5.5是不支持的

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
  • ¥50 成都蓉城足球俱乐部小程序抢票
  • ¥15 yolov7训练自己的数据集
  • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)
  • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
  • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)