Hi Vinit, This error is not related to Tomcat.
It is basic Java related error and belongs to the Java Forums:
is java.io.FileNotFoundException: class path resource [hello.xml] cannot be opened because it does not exist
According to the error message, something in your code or in Spring framework is looking for a file called hello.xml in the /WEB-INF/classes/ folder. -Rashmi --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]