我做了一个Helloworld的struts2的小实例,在jboss环境中,
输入http://localhost:8080/StrutsTutorial/helloworld/HelloWorld.action
结果正常
可是在tomcat下:
输入http://localhost:9090/StrutsTutorial/helloworld/HelloWorld.action
却是报:
type Status report
message
description The requested resource () is not available.
------解决方案--------------------------------------------------------
说明所要求的资源无法使用
看下WEB.XML