Hi Jayesh,
Again, thanks for the link to this tutorial. It's very very helpful.
I do notice that this is more for a JDK of 1.5 and Tomcat of either version 6 or 5.5. I am using JDK 1.7.0_60 and using Tomcat 7.0.55. I have followed all the steps until I'm now at the first run of ant (Deploy the application to Tomcat). My ant version is 1.9.3.
After wrangling a bit, I can get "ant" to run successfully. However, when I run "ant deploy" I get this error:
error: package org.apache.logging.log4j does not exist
[javac] import org.apache.logging.log4j.LogManager;
I also get these other errors:
error: package org.springframework.context does not exist
and so forth.
These packages are added to my maven pom.xml but perhaps they're not being seen by ant. How can I get this to find these packages from the command line when I run "ant"?