Rodar o código do capitulo 1 aparece a exception "javax.servlet.UnavailableException: Missing configuration resource for path /WEB-INF/struts-config.xml".
Porém, já está com o arquivo struts-config.xml dentro de web-inf
Rodar o código do capitulo 1 aparece a exception "javax.servlet.UnavailableException: Missing configuration resource for path /WEB-INF/struts-config.xml".
Porém, já está com o arquivo struts-config.xml dentro de web-inf
Vitor, O arquivo deve conter somente as linhas abaixo
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
"http://struts.apache.org/dtds/struts-config_1_3.dtd">
<struts-config>
</struts-config>