Hi, I have a weird problem. When I go to the address: http://localhost:8080/struts2tutorial/index.html the application works fine, however if I go to http://localhost:8080/struts2tutorial/ then the application redirects me to the http://localhost:8080/struts2tutorial/example/HelloWorld.action, which is what the example index.html does (which I have deleted, rebuilt the whole application and restarted Tomcat). Does anybody know why this is happening? Thanks
View All Comments
| View Tutorial