<?xml version="1.0" encoding="ISO-8859-1"?>

<web-app>	
  <welcome-file-list>
	<welcome-file>index.jsp</welcome-file>  
	<welcome-file>index.html</welcome-file>  
  </welcome-file-list>
</web-app>






