`
王国平
  • 浏览: 17644 次
  • 性别: Icon_minigender_1
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论

404 Servlet action is not available

阅读更多
今天在做ssh项目时,出现如下这个问题:Http 404 Servlet action is not available 后台没有什么异常
  去google和百度上check了一下,很多开始做ssh项目的人都遇到这个问题,很多人首先都想到是web.xml,struts-config.xml 、applicationContext.xml的错误。其实很多都不是这些文件有错,是采用spring版本有问题。applicationContext.xml中
   spring1.2是:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" " http://www.springframework.org/dtd/spring-beans.dtd">

spring2.0 是
     
     <beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">

如果出现Http 404 Servlet action is not available 问题,首先检查spring.jar版本和applicationContext.xml版本是否匹配。
2
4
分享到:
评论
3 楼 王国平 2008-10-28  
dayang2001911 写道

不是报的servlet action不存在么,是不是你的spring和struts没集成好?

应该就是没有集成好,
2 楼 王国平 2008-10-09  
dayang2001911 写道

不是报的servlet action不存在么,是不是你的spring和struts没集成好?


我是用MyEclipse6.0开发的,感觉MyEclipse6.0在做ssh集成做的不好,默认添加jar会有冲突。
1 楼 dayang2001911 2008-10-07  
不是报的servlet action不存在么,是不是你的spring和struts没集成好?

相关推荐

    解决方案-servlet action isnot available

    在Java Web开发中,经常遇到“Servlet action is not available”的问题,这通常与依赖库版本不一致或配置错误有关。本文将详细解析该问题的原因,并提供一个可行的解决方案。 #### 问题背景 在进行Spring与Struts...

    ssh5的源文件

    一直出现HTTP Status 404 - Servlet action is not available -------------------------------------------------------------------------------- type Status report message Servlet action is not available...

    Java项目使用小知识

    当出现"Http 404 Servlet action is not available"这样的错误时,通常表示Spring无法找到对应的Action。这可能是由于配置文件(如`springContext.xml`)中的错误导致的Bean创建失败。解决这个问题需要检查以下几个...

    ssh文件

    当你尝试访问一个Web应用时,如果遇到"HTTP Status 404 - Servlet action is not available"的错误,这通常意味着你试图访问的资源未在服务器上找到,或者Web应用配置存在问题。以下将详细介绍SSH文件与HTTP状态码...

    SSH框架中最容易出现的问题集锦

    HTTP Status 404 - Servlet action is not available **问题描述:** 访问如`http://localhost:8088/sshtest/user.do?act=register`的URL时,系统返回HTTP状态码404,提示Servlet Action不可用。这通常是由于在`...

    java常见错误集

    22. **Struts部署错误**:"HTTP Status 404 - Servlet action is not available"表明Struts的ActionServlet未找到。检查web.xml配置文件,确保Servlet配置正确,且Struts库已添加到类路径中。 这些错误和解决方案...

    Java常见错误分析文档

    HTTP Status 404 - Servlet action is not available **问题描述**:访问Struts框架中的某个Action时出现404错误。 **解决方案**: - 检查web.xml中是否正确配置了ActionServlet。 - 确认struts-config.xml中是否有...

    JSP Simple Examples

    We use the if condition to check if the particular condition is true then it should perform a certain task, and if a particular condition is not true then it should do some other tasks. ...

    关于springboot我出过的那些错误.docx

    错误四:The prefix "context" for element "context:component-scan" is not bound. 错误原因:在 beans 标签中少写了一 个 xmlns:context="http://www.springframework.org/schema/context" 解决方式:加上缺少...

    SSH各种问题集合及解决方案

    - 在使用Struts框架时,如果出现`Servlet action is not available`这类错误,通常是因为配置文件存在问题。 - 检查`web.xml`和`struts-config.xml`文件,确保所有Action都被正确配置。 - 确认jsp页面中的表单...

    ajaxtag 实例

    "Available" : "Not Available"; } ``` 这个方法会接收到Ajax请求中的username参数,检查其可用性,并返回一个字符串作为反馈。 总结起来,AjaxTag提供了一种方便的方式来在JSP页面中实现Ajax功能,通过定义标签...

    Java邮件开发Fundamentals of the JavaMail API

    It is not a mail transfer protocol. Instead, it defines the content of what is transferred: the format of the messages, attachments, and so on. There are many different documents that take effect ...

Global site tag (gtag.js) - Google Analytics