Hello, everybody. I try a simple
Struts 2 app to start learning it. The error message 'The requested resource (/s2_asciimonitor/starttoshow.action) is not available' keeps showing up if url is 'http://localhost:8080/s2_asciimonitor/index.jsp' (in 2 ways, 1.
jsp forward and s:action. none of them works). But if I put url as 'http://localhost:8080/s2_asciimonitor/starttoshow.action'. It works. I can't figure out where causes the error. Please help me. Thanks in advance. northcloud
Here is my code:
struts.xml (in '\WEB-INF\classes' after deploy)
-----------
web.xml
-------------------------------------
StartToShowAction.java
----------------------------------
showIt3.jsp
---------------
index.jsp