报错(完全按老师的步骤没报错,放进自己的项目中就出错了)
我修改的地方有:
web.xml:
<display-name>改成了我自己的工程名
struts.xml:
<action name="showaction" class="com.joy.action.PokemonListAction">
<result>/result.jsp</result>
</action>
其他不变,PokemonListAction类中也写了默认调用的excute方法,还有result.jsp都是复制粘贴的,请问还需要改哪些地方?
现在的情况是:报404错误,描述信息是The requested resource is not available