首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

初学STRUTS,运行不出来解决方案

2012-01-10 
初学STRUTS,运行不出来从APARCH网上下了struts-1.3.5,解压后把apps里的WAR文件放到了TOMCAT下的WEBAPPS目

初学STRUTS,运行不出来
从APARCH网上下了struts-1.3.5,解压后把apps里的WAR文件放到了TOMCAT下的WEBAPPS目录下,启动TOMCAT后,我已看到这些WAR文件已被自动生成文件夹,
然后打开浏览器,
在地址栏中输入:http://localhost:8080/Struts-example/index.jsp。
就出现
HTTP   Status   404   -   /Struts-example/index.jsp

--------------------------------------------

type   Status   report

message   /Struts-example/index.jsp

description   The   requested   resource   (/Struts-example/index.jsp)   is   not   available.


--------------------------------------------
不知错在哪里,请各位帮忙


[解决办法]
struts-examples

http://localhost:8080/struts-examples/index.jsp

我记得我的1.2.9里面的例子是这样的 注意大小写看看

热点排行