我用SSH,搭建了一个web项目,但是一直就是提示找不到.do,各位兄弟可能有那些错误造成的,配置文件也配置过了,谢谢

解决方案 »

  1.   

    不错误报告贴出来吧!!!可能是由于web.xml配置文件造成的,具体需要看错误报告
      

  2.   

    .do这样的请求是web.xml配置文件中决定的,应该是配置的问题!
      

  3.   

    HTTP Status 404 - /CEMC/org.do--------------------------------------------------------------------------------type Status reportmessage /CEMC/org.dodescription The requested resource (/CEMC/org.do) is not available.
    就这样的错误了
      

  4.   

    可以是你的web.xml文件没有加载你的struts配置文件吧
      

  5.   

    <init-param>
          <param-name>config</param-name>
          <param-value>/WEB-INF/config/struts-config.xml,/WEB-INF/config/struts-config-bis.xml,/WEB-INF/config/struts-config-system.xml,
          /WEB-INF/config/struts-config-zhh.xml</param-value>
        </init-param>
    这样配置应该没错吧