프로젝트 안에 톰캣-web.xml파일에서 추가한다.
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
메인화면이 바꾸고, index.html파일에서 바로 meta 태그를 사용하면
login 페이지 라던가, 특정 페이지로 이동시킬수도있다 ( 그게 메인페이지가 되는거임)
<meta http-equiv="refresh" content="0;url=주소" />
728x90
'JAVA > JSP' 카테고리의 다른 글
JSP에서 URL 불러오기 UrlPathHelper 클래스 (0) | 2024.01.18 |
---|---|
프로젝트 Servlet , Server, JSP 정보와 버전 확인하기 (0) | 2023.07.04 |
String 숫자에 기호 , 넣는 2가지 방법 (0) | 2022.10.02 |
onkeyup, onkeydown, onkeypress, onmouseover (0) | 2022.09.05 |
CKEDITOR 초간단 추가하기/ 게시판 글쓰기 에디터 (0) | 2022.09.02 |
댓글