今天在做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版本是否匹配。
分享到:
相关推荐
在Java Web开发中,经常遇到“Servlet action is not available”的问题,这通常与依赖库版本不一致或配置错误有关。本文将详细解析该问题的原因,并提供一个可行的解决方案。 #### 问题背景 在进行Spring与Struts...
一直出现HTTP Status 404 - Servlet action is not available -------------------------------------------------------------------------------- type Status report message Servlet action is not available...
当出现"Http 404 Servlet action is not available"这样的错误时,通常表示Spring无法找到对应的Action。这可能是由于配置文件(如`springContext.xml`)中的错误导致的Bean创建失败。解决这个问题需要检查以下几个...
当你尝试访问一个Web应用时,如果遇到"HTTP Status 404 - Servlet action is not available"的错误,这通常意味着你试图访问的资源未在服务器上找到,或者Web应用配置存在问题。以下将详细介绍SSH文件与HTTP状态码...
HTTP Status 404 - Servlet action is not available **问题描述:** 访问如`http://localhost:8088/sshtest/user.do?act=register`的URL时,系统返回HTTP状态码404,提示Servlet Action不可用。这通常是由于在`...
22. **Struts部署错误**:"HTTP Status 404 - Servlet action is not available"表明Struts的ActionServlet未找到。检查web.xml配置文件,确保Servlet配置正确,且Struts库已添加到类路径中。 这些错误和解决方案...
HTTP Status 404 - Servlet action is not available **问题描述**:访问Struts框架中的某个Action时出现404错误。 **解决方案**: - 检查web.xml中是否正确配置了ActionServlet。 - 确认struts-config.xml中是否有...
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. ...
错误四:The prefix "context" for element "context:component-scan" is not bound. 错误原因:在 beans 标签中少写了一 个 xmlns:context="http://www.springframework.org/schema/context" 解决方式:加上缺少...
- 在使用Struts框架时,如果出现`Servlet action is not available`这类错误,通常是因为配置文件存在问题。 - 检查`web.xml`和`struts-config.xml`文件,确保所有Action都被正确配置。 - 确认jsp页面中的表单...
"Available" : "Not Available"; } ``` 这个方法会接收到Ajax请求中的username参数,检查其可用性,并返回一个字符串作为反馈。 总结起来,AjaxTag提供了一种方便的方式来在JSP页面中实现Ajax功能,通过定义标签...
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 ...