How would I add to the build.xml file so that when ant builds it, it creates 
this code in my web.xml file?
 
<error-page>
<error-code>404</error-code>
<location>/404.html</location>
</error-page>
 
Not sure if this is an element or something else and what to add it under.

Reply via email to