Hi, I downloaded the blank war that comes with struts 2.
I took the .war and renamed it to struts2-blank.war.
I uploaded it to webapps and I hit it at:
http://www.mydomain.com/struts2-blank/example/HelloWorld.actionhttp://www.mydomain.com/example/HelloWorld.actionhttp://www.mydomain.com/HelloWorld.actionand nothing happens.
The error I get is:
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
It appears the server is grabbing the .war file and expanding it. Am I doing something wrong with the URL?