css/styles_index.css在css和你的jsp文件在同一级目录吗

解决方案 »

  1.   

    <link href="css/styles_index.css" rel="stylesheet" type="text/css">改成
    <link href="<html:rewrite page="css/styles_index.css" />" rel="stylesheet" type="text/css">试试!
      

  2.   

    StandardHost[localhost]: MAPPING configuration error for request URI
    servlet正常运行吗?
    如果一切正常的话就不管它了 好象没有关系的
      

  3.   

    <link href="<%=request.getContextPath()%>css/styles_index.css" rel="stylesheet" type="text/css">这样就行了,你试试
      

  4.   

    <link href="<%=request.getContextPath()%>/css/styles_index.css" rel="stylesheet" type="text/css">
    错了,差个/,加起,这样就行了
      

  5.   

    那句还在,
    还多出来.
    WebappLoader[/eduapp]: Reloading checks are enabled for this Context
    StandardManager[/eduapp]: Seeding random number generator class java.security.SecureRandom
    StandardManager[/eduapp]: Seeding of random number generator has been completed
    ContextConfig[/eduapp]: Added certificates -> request attribute Valve
      

  6.   

    楼主你确定是用css就出问题么?
      

  7.   

    你的struts-config.xml文件配置有问题或者没有配,再就是你的JSP页面中没有添加
    <html:form action=""></html:form>