Web XML by on Content Web XML Video ▶ Web XML top <?xml version=”1.0″ encoding=”UTF-8″?> <web-app …> <!– Default page to serve –> <welcome-file-list> <welcome-file>Sample.html</welcome-file> </welcome-file-list> </web-app> o The web.xml loads the Sample.html file ▶ Video top