index.jsp 만들기
<% response.sendRedirect("customer/list");%>
web.xml에 웰컴파일 지정하기
<welcome-file-list> <welcome-file>index.jsp</welcome-file> <welcome-file>index.html</welcome-file> </welcome-file-list>