Hello Everyone,
I'm new to Tomcat5 and Struts2, and I'm having problem setting up struts. I installed Tomcat 5, and checked that http://localhost:8080/ is working fine. Then I copied the sample war file "struts2-blank-2.0.6.war" from struts into to the webapps directory under tomcat 5, and restart tomcat. If I go to http://localhost:8080/struts2-blank-2.0.6/ I have the following error(seems the webapps is not running at all): "description The requested resource (/struts2-blank-2.0.6/) is not available." Does anyone know what's the problem here? Thanks, Jack