posted 14 years ago
I wrote a build file to create and deploy an application on Apache. I ran the build file and it copied all the required files into the webapps directory of Apache home, but when I ran the command: "ant list", I cannot see my application. All the other applications are running fine.Can any one please help?
The directory structure of my application in webapps is as follows:
Apache
webapps
springapp
web-inf
classes, lib, springapp-servlet.xml, web.xml
lib folder contains: commons-logging.jar, junit4.4.jar, spring.jar, spring-webmvc.jar