
Hi,
I�m taking your Struts 2 Tutorial at http://www.roseindia.net/struts/struts2/struts-2-hello-world-files.shtml.
When I open http://localhost:8080/struts2tutorial/ under ââ?¬Å?Testing Struts 2 Hello World Applicationââ?¬Â? I get the screen displayed in image http://www.roseindia.net/struts/struts2/struts2helloworld.gif, not the home page as displayed in image http://www.roseindia.net/struts/struts2/struts2tutorialhome.gif.
When I try http://localhost:8080/tutorial/HelloWorld.action, I get HTTP Status 404 - /tutorial/HelloWorld.action.
type Status report
message /tutorial/HelloWorld.action.
description The requested resource (/tutorial/HelloWorld.action.) is not available.
Apache Tomcat/6.0.29
I've gone through this page twice with the same results, the second time very carefully of course.
Any suggestions?

Hello Friend,
Check the configuration, you have done in struts.xml. It seems that server is unable to find the Action class.
Run your code with the following url:
http://localhost:8080/struts2tutorial/roseindia/HelloWorld.action
Thanks

Hi Friend,
Thank you for your prompt reply!
I'm sorry but I don't follow your suggestion. Is it possible to send my struts2tutorial.jar?
When I use as you suggested in your response http://localhost:8080/struts2tutorial/roseindia/HelloWorld.action
I get Struts 2 Hello World Tutorial! Current date and time is: Wed Jan 12 16:40:50 PST 2011
which is fine.
But when I use http://localhost:8080/tutorial/HelloWorld.action as suggested in http://www.roseindia.net/struts/struts2/struts-2-hello-world-files.shtml I get HTTP Status 404 - /tutorial/HelloWorld.action.
type Status report
message /tutorial/HelloWorld.action.
description The requested resource (/tutorial/HelloWorld.action.) is not available.
Apache Tomcat/6.0.29
My struts.xml contents are


print("<?xml version="1.0" encoding="UTF-8" ?>
");
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.