Web XML

Content

  1. Web XML
  2. Video

Web XML

topuparrow

<?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

topuparrow