Information Security
JSP Start & Setting 본문
JSP 시작하기 전 준비물
1. tomcat, eclipse
2. HTML 태그에 대한 지식
JSP Start & Setting
-eclipse 실행
Project 생성 하기
-File -> New -> Dynamic Application Project
-Project name 설정
-Generate web.xml deployment descriptor 체크
Setting
-Window -> Preferences
-General -> Workspace -> Text file encoding -> UTF-8 설정
-Server -> Runtime Environments -> Add 버튼 -> Apache 설정
Java -> Editor -> Syntax Coloring
Web -> HTML Files -> Editor -> Syntax Coloring
Web -> JSP Files -> Editor -> Syntax Coloring -> "Italic"에 체크 되어 있는 항목 체크 해제 (글자가 기울어져 있으면 공백이 되어있는지 안되어있는지 분간하기가 어렵다. 공백으로 인한 에러 발생을 방지하기 위하여 Italic을 해제한다.) JSP File 생성
-WebContent 오른쪽 클릭 -> New -> JSP File
-파일 이름 설정
'JSP Web Programming' 카테고리의 다른 글
SQLyog 설치하기 (0) | 2017.05.05 |
---|---|
Cookie test (0) | 2017.05.02 |
에러 페이지 (0) | 2017.05.02 |
회원가입 페이지 (0) | 2017.04.22 |
Hello JSP (0) | 2017.04.22 |