The Java EE 6 Tutorial

ProcedureTo Undeploy the hello1 Web Module Using Ant

  1. In a terminal window, go to:


    tut-install/examples/web/hello1/
    
  2. Type the following command:


    ant undeploy
    
  3. To delete the class files and other build artifacts, type the following command:


    ant clean