- 浏览: 178779 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (202)
- AOP (1)
- Dom4j 使用简介 (1)
- eclipse (16)
- Git (1)
- hibernate (2)
- html (4)
- ha (1)
- JDBC (4)
- java (15)
- java泛型 (1)
- jsp (7)
- js&jquery (14)
- jdk (1)
- log4j (12)
- linux (23)
- maven (9)
- mysql (7)
- myeclipse (2)
- MongoDB (4)
- oracle应用 (3)
- php (6)
- struts2 (4)
- spring (10)
- svn (3)
- shell (7)
- servlet (8)
- socket (2)
- sqlite (1)
- TomCat (2)
- ThinkPHP (2)
- UltraEdit (1)
- vmware (2)
- WebService (2)
- web.xml (3)
- windows (1)
- xml (3)
- 软件应用 (2)
- 感悟 (1)
- 插件 (1)
- 非技术 (6)
- 编码 (1)
- 网络协议 (4)
- 杂谈 (2)
- 证书 (1)
- 加密 (3)
- 分布与集群 (1)
- PKI (1)
- thymeleaf (1)
- springboot (1)
- ajax (1)
最新评论
There is no Action mapped for action name plist. - [unknown location]
环境:
eclipse,tomcat
在struts.xml配置一个package和action后,浏览器访问http://localhost:8080/sshTest/day05/plist一直报错:
There is no Action mapped for action name plist. - [unknown location]。发现之前配置过的action依然能访问,查了很久。
排错:
1.struts.xml文件名无错误。
2.struts.xml文件放置路径src目录下无错误。
3.struts.xml编写午错误。
4.查看编译后放的位置,我是放到tomcat目录下:E:\tools\developTool\Tomcat7.0\webapps\sshTest\WEB-INF\classes\struts.xml
5.查看E:\tools\developTool\Tomcat7.0\webapps\sshTest\WEB-INF\classes\struts.xml内容,为何我刚添加的package和action怎么不见了?难道是缓存?于是把tomcat停掉,把运行的该项目手动从E:\tools\developTool\Tomcat7.0\webapps\目录下删除,重新add项目,clean一下,E:\tools\developTool\Tomcat7.0\webapps\目录下又生成该项目,再次检查,怎么还是没有后添加的package和action
把其它web项目close掉了,也不顶事,唉,不知道是什么原因了,可能是之前换了电脑,重做了系统导致的吧,只能把项目重载一下了
eclipse,tomcat
在struts.xml配置一个package和action后,浏览器访问http://localhost:8080/sshTest/day05/plist一直报错:
There is no Action mapped for action name plist. - [unknown location]。发现之前配置过的action依然能访问,查了很久。
排错:
1.struts.xml文件名无错误。
2.struts.xml文件放置路径src目录下无错误。
3.struts.xml编写午错误。
4.查看编译后放的位置,我是放到tomcat目录下:E:\tools\developTool\Tomcat7.0\webapps\sshTest\WEB-INF\classes\struts.xml
5.查看E:\tools\developTool\Tomcat7.0\webapps\sshTest\WEB-INF\classes\struts.xml内容,为何我刚添加的package和action怎么不见了?难道是缓存?于是把tomcat停掉,把运行的该项目手动从E:\tools\developTool\Tomcat7.0\webapps\目录下删除,重新add项目,clean一下,E:\tools\developTool\Tomcat7.0\webapps\目录下又生成该项目,再次检查,怎么还是没有后添加的package和action
把其它web项目close掉了,也不顶事,唉,不知道是什么原因了,可能是之前换了电脑,重做了系统导致的吧,只能把项目重载一下了
发表评论
-
cannot output to distinct source folder
2020-12-08 12:23 433在对maven项目使用maven update时会报错,并且 ... -
eclipse工作空间配置导出
2019-08-13 15:21 435由于需要使用不同的工作空间。而eclipse的新建工作空间其 ... -
Eclipse中设置编码的方式
2019-07-18 14:03 440原文地址:https://e-ant. ... -
eclipse ctrl+H后只能同时查看一个类文件
2018-04-25 11:00 752window-preferences-general-sea ... -
ctrl+shift+f键冲突
2017-01-19 18:09 2557eclipse键位冲突导致ctrl+shift+f不能用 ... -
eclipse教程 eclipse.ini配置介绍
2016-06-11 21:53 619eclipse.ini是一个文本文件,其内容相当于在ecli ... -
Source folder is not a Java project
2016-06-11 15:55 2009在eclipse创建maven项目后,不能在src\main\ ... -
eclipse 项目复制
2016-06-07 14:06 718原文地址:http://blog.csdn.net/guop ... -
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build
2016-06-06 14:45 1625eclipse好久之前做的java项目,今天打开发现许多jsp ... -
eclipse中jsEclipse插件安装
2016-05-11 10:52 526插件介绍:JSEclipse是个Eclipse下的免费Java ... -
jsp何时生成class文件,位置在哪?
2016-04-15 15:46 1487下面为eclipse配置tomcat的server ... -
eclipe非常好用的快捷键
2015-05-27 01:23 5451.查看某个类被哪些类调用 选中该类Ctrl+Shift+ ... -
Struts2中Session的使用
2014-08-20 10:54 528原文地址:http://blog.sina.com.cn/s ... -
Struts2中访问Web元素的3中方法
2014-07-01 20:10 565原文地址:http://www.itzhai.com/vis ... -
Eclipse中使用maven的Jetty插件调试
2014-06-25 19:16 1001首先打开External Tools Cofigurati ... -
Eclipse打JAR包,插件FatJar安装与使用
2014-06-11 11:39 1859原文地址:http://blog.cs ... -
tomcat配置虚拟路径的4种方法
2014-03-21 16:18 525原文地址:http://blog.csdn.net/thin ... -
Eclipse Java Build Path详解
2014-03-14 20:15 2098原文地址:http://blog.sina.com.cn/s ... -
eclipse配置好tomcat访问不了主页(看不到小猫)
2013-12-12 11:19 1023原文地址:http://blog.csdn.net/not ...
相关推荐
前几天在网上下载一个struts2的helloword的例子,那个作者也真够缺德的,搞个错误的程序,害得我查了一天的程序错误。 最后发现竟然是struts.xml被写成啦sturts.xml。 碰见这样的问题先鄙视下提供例子的作者, ...
在Web开发中,尤其是使用基于Java的Web框架如Struts时,开发者可能会遇到一个常见的问题:“HTTP Status 404 - There is no Action mapped for namespace and action name BackMemberGroupAudit”。这个问题通常出现...
- **Hibernate Configuration**: You'll set up the `hibernate.cfg.xml` file, which contains essential configuration settings for Hibernate, including database connection details and the location of ...
- **Display Data GRAM Mapping**: Explains how the display data is mapped into the internal GRAM. - **Address Counter (AC) of GRAM**: Describes the mechanism for addressing the GRAM, including system ...
- **GRAM to Display Address Mapping**: Explains how the pixel data is mapped from the GRAM to the display. #### 7. Functional Description The functional description provides detailed insights into ...
Understanding these differences and similarities is essential for managing users and files effectively across different Unix systems. Administrators should refer to specific documentation or manuals ...
- **Address Mapping** (Page 20): Provides details on how addresses are mapped to the memory locations, including sector and page boundaries. #### Device Operation: - **Device Operations** (Page 22): ...
- **Direct Access to Memory**: The entire database is mapped into virtual memory, and all data fetches are performed through direct access to the mapped memory instead of using intermediate buffers or...
FNT -- OpenGL texture-mapped font Library. PW -- A minimalist windowing library. PSL -- A C-like scripting language. SSG -- A Simple Scene Graph API built on top of OpenGL. NET -- Some Networking ...
--------------------------------------------------------------------------------...Map with errors mapped from fieldname (String) to Collection of String error messages ---------------------------------...
In summary, the JZ4760 Mobile Application Processor is a highly capable SoC designed for mobile applications, offering a robust combination of processing power, multimedia capabilities, and ...
logical name of the driver device, which is requested, must be entered . Example: "!switch:D11" delivers the state of the driver device with the name "D11". This function is also available via ...
leetcode伪代码unique-morse-code-...[".-","-...","-.-.","-..",".","..-.","--.","....", "..",".---","-.-",".-..","--","-.","---",".--.","- -.-",".-.","...","-","..-","...-",".--","-..-","-. --","--.."]
In conclusion, the STR75x Software Library is an invaluable resource for developers working with STR75x devices. By providing comprehensive support through detailed documentation and well-designed ...
- In this approach, I/O devices and memory share the same address space, meaning that no special commands are needed for I/O operations. Instead, I/O operations resemble memory reads and writes. - ...
Shader Sandwich is a layer based shader editor for Unity that allows you to create in an intuitive yet powerful environment, designed for artists rather than programmers. It comes with example ...
7)....Fixed: "Ask for steps to reproduce" dialog is now DPI-aware 8)....Fixed: Silently ignore and fix invalid values in project options EurekaLog 7.2 Hotfix 2 (7.2.2.0), 30-April-2015 1)....Fixed: ...
"There is no Action mapped for namespace and action name错误的解决方法.txt"文档可能详细解释了这个问题的成因,如配置错误、Action类未正确指定、或者struts.properties或struts.xml配置文件中的条目缺失。...
Returns the servlet container attribute with the given name, or null if there is no attribute by that name. getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper The default ...
Blast2KEGG提供了一种方法,可通过其注释将预测的基因映射至途径,然后在KEGG图上进行绘制。 它执行从酶名称到EC号的模糊匹配。 此应用程序中集成了注释编辑器和基因组浏览器。