I'm using the following build script( note it is a development script so it points to my jbuilder project and directly into the tomcat webapps directory so I can debug faster)
build.xml
<project name="Servlets" default="dist" basedir="..">...
I am trying to load a set of web pages and servlets using a .war file generated by Ant. I have it setup to automatically install new .war files when it detects them while I am still developing the site. Every once in a while I will get a message saying "INFO: Missing application web.xml...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.