I've placed my struts.xml file in classes directory and do some modifications in build.xml as it generate errors. 1. target name="prepare" copy file="classes/struts.xml" todir="src/classes"
2. target name="clean"
delete dir="src/classes" mkdir dir="src/classes"
my build was success but when I run the application it generate struts2tutorial is not available error. What is the mistaken I have done? How can I overcome this?