I have pointed my domain analytix.world to my java struts 2 web application, The pointing is absolutely correct, as I have tested with a test.php web page. but when I am trying to open struts action it is saying 404
What I believe is that web.xml or struts Dispatcher is invalidating analytix.world as a non valid url and thus not pointing to the action required
Please Suggest