報錯(完全按老師的步驟沒報錯,放進自己的項目中就出錯了)
我修改的地方有:
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
2016-02-19
我也是這個錯誤,你知道錯在哪里嗎
2016-01-05
webContent是項目路徑嗎
2016-01-03
服務沒起來