eclipse + myeclipse + tomcat配置问题
我配置完成以后,启动tomcat
输入http://localhost:8080/正常显示
但是点击JSP Examples超连接出现如下问题
HTTP Status 404 - /jsp-examples/
type Status report
message /jsp-examples/
description The requested resource /jsp-examples/ is not available.
我编了个Struts程序
输入http://localhost:8080/testFirst
运行以后出现和上面一样的问题,如何解决?