My company is in the process of converting our application from struts1 to
struts2.

The JSP loads properly, but any actions do not respond.


Not Found

The requested URL /member/signin.do was not found on this server.

I put the log4j log level to ALL, and it looks like tomcat is loading the
actions,
Can anyone recommend a way to debug this to figure out what is wrong?  Or
point me to a link that describes the problem?

Thanks


Kal


DEBUG main com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Loaded /member/validatesend in 'member' package:{ActionConfig
com.ss.actions.member.SendAction - action - file:/home/kal/tools/apache-
tomcat-6.0.16/webapps/cobalt/WEB-INF/classes/struts.xml:186:61}
DEBUG main com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Loaded /member/emailsend in 'member' package:{ActionConfig
com.ss.actions.member.EmailSendAction - action -
file:/home/kal/tools/apache-tomcat-6.0.16
/webapps/cobalt/WEB-INF/classes/struts.xml:193:66}
DEBUG main com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Loaded /member/sendpassword in 'member' package:{ActionConfig
com.opensymphony.xwork2.ActionSupport - action -
file:/home/kal/tools/apache-tomcat-6.0.16
/webapps/cobalt/WEB-INF/classes/struts.xml:198:37}
DEBUG main com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Loaded /member/validatesendpassword in 'member' package:{ActionConfig
com.ss.actions.member.SendpasswordAction - action -
file:/home/kal/tools/apache-tomcat-6.0.16
/webapps/cobalt/WEB-INF/classes/struts.xml:203:69}
DEBUG main com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Loaded /member/verifysetup in 'member' package:{ActionConfig
com.ss.actions.member.SigninSetupAction - action -
file:/home/kal/tools/apache-tomcat-6.0.16
/webapps/cobalt/WEB-INF/classes/struts.xml:209:68}
DEBUG main com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Loaded /member/confirm in 'member' package:{ActionConfig
com.ss.actions.member.ConfirmAction - action - file:/home/kal/tools/apache-
tomcat-6.0.16/webapps/cobalt/WEB-INF/classes/struts.xml:214:64}

Reply via email to