You can use default action for that in your struts.xml. See http://struts.apache.org/2.x/docs/action-configuration.html#ActionConfiguration-ActionDefault.
Or there is also Unknown Handlers
in Struts2 http://struts.apache.org/2.x/docs/unknown-handlers.html if you need a more complex solution.