Hi all,
I am trying to learn
Struts 1.3. But the
tomcat server has some configuration error of
org.apache.catalina.loader.StandardClassLoader@115273a
org.apache.struts.action.ActionServlet
java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet
.
I have already imported all struts 1.3 jar, including struts-core.jar. The web.xml and struts-config.xml are like below:
web.xml:
struts-config.xml:
Please advice, thank you all.