- 설치
1. jdk 설치 http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
2. 아파치 설치 http://tomcat.apache.org/
3. 전자정부프레임워크 설치 http://www.egovframe.go.kr/
4. MySql 설치 http://dev.mysql.com/downloads/
- MySQL 설치
1. 다운로드 : MySql Community Server → Windows MySql Installer MSI 옆 [Download] → 용량큰것 클릭 → No thanks, just start my download.
2. 설치 : Install MySQLProducts → I accept the license terms 체크 → 체크없이 Execute
- 이클립스 설정
1. 아파치 설정 Windows → Preferences → Server → Runtime Environments → Add
- AuthGateCommonController 오류발생시
기존 : static Logger logger = Logger.getLogger(AuthGateController.class);
변경 : static Logger logger = Logger.getLogger(AuthGateCommonController.class);
- Description Resource Path Location Type Error occured processing XML 오류발생시
Spring Tools - Remove Validation Markers
'개발' 카테고리의 다른 글
[java] ip request.getRemoteAddr() 결과값이 0:0:0:0:0:0:0:1 로 나오는 경우 (0) | 2014.04.09 |
---|---|
[java] 전자정부 프레임워크 컴파일 (0) | 2014.03.31 |
[.net] NameValueCollection (0) | 2014.03.26 |
[.net] c# repeater속에 repeater 사용하기 (0) | 2014.03.24 |
[.net] 현재 URL 주소 불러오기 (0) | 2014.03.12 |