还请各位帮帮忙  查出问题所在   还有这个安装版的Tomcat需要配置什么吗

解决方案 »

  1.   

    web.xml
        <taglib>
            <taglib-uri>/struts-html</taglib-uri>
            <taglib-location>/WEB-INF/tlds/struts-html.tld</taglib-location>
        </taglib>xxx.jsp
    <%@ taglib uri="/struts-html" prefix="html" %>文档类型
    <!DOCTYPE
      "xxxxx">
    别写错了
      

  2.   

    web.xml能直接陪标签的URL么?我记得是在tld文件中指定的。
      

  3.   

    嗯    我web.xml中配置了:
    <taglib>
     <taglib-uri>http://struts.apache.org/tags-html</taglib-uri>
     <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
    </taglib>页面引用:<%@ taglib prefix="html" uri="http://struts.apache.org/tags-html" %>我用的是struts1.2,自动导入的,   本机Tomcat运行是没有问题的,但上传到服务器中就出问题哒
      

  4.   

    请各位高手帮帮忙,看看是么子问题,服务器中的Tomcat是安装版的,本机上用的免安装版,本机上运行是没问题的,但上传到服务器中的Tomcat就出问题了,谢谢各位了