I can deploy my struts-blank.war that comes with my jakarta-struts-1.2.4.zip. For learning purposes I then tried these steps to recompile and redeploy:
1. I extract struts-blank.war to ../struts-blank 2. edit ../struts-blank/WEB-INF/src/build.xml to have <property name="distpath.project" value="projects/lib"/> to make project directory local to this directory. 3. run "ant built" at ../struts-blank/WEB-INF/src/ 4. deploy the created ../struts-blank/WEB-INF/project/lib/blank.war to tomcat webapps dir 5. restart tomcat After doing all these steps I get this error message:- org.apache.jasper.JasperException: Missing message for key "welcome.title" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]