-3

In struts 1.3 whenever you see a invalid path was requested with /actioname exception in console

Ajay Takur
  • 6,079
  • 5
  • 39
  • 55
  • Probably there isn't an action with that path in the `struts-config.xml` file. You should include the error stacktrace and the struts-config.xml in your question. – David SN Oct 21 '16 at 09:14

2 Answers2

-1

It looks like you have not yet configured any action tag in struts config file.

Ajay Takur
  • 6,079
  • 5
  • 39
  • 55
-1

please check your web.xml file. ActionServlet should be configured

julika Zen
  • 357
  • 6
  • 22