I had read and search for the right answer to my problem or may be someone new to
Struts.
The answers receives always asking me to read the tutorial the documentation. I did read the tutorial and documentation but it still does not solve the problem.
I followed the tutorial step by step. I downloaded Struts 2, extract it and put the blank.war apps to container i.e tomcat/webapps folder.
I did this on two machine:
1. Linux RedHat 2.6.9-22.ELsmp, Apache Tomcat/5.5.25 and JDK1.5.0_13-b05
Tried both blank.war and mailreader.war applications. Result both failed. Try to start using
Tomcat Manager. Result: FAIL - Application at context path /myMailreader could not be started.
2. Windows XP, Apache Tomcat/5.5.4 and JDK 1.6.0_03-b05
Tried both blank.war and mailreader.war application. Result both working as expected.
Hope someone can enlighten me on this issue.
Thank you