Hi,
I created a Spring project and it runs fine when i create a WAR using Eclipse built-in service for doing so...deploys properly and everything...
i wrote an
Ant build file [ build.xml ] to build this project...i deployed it on the same Apache
Tomcat server...with this
the home page opens correctly...but whenever a request is hit, the application crashes...
below is my build xml ...
below is the error i get...
Please tell me what i am missing...
seems that i am missing some configuration in build.xml, which is causing some classpath mismatch with tomcat