공통 컴포넌트 설칠 후 jsp tag 문제
- 작성자 :
- 이*우
- 작성일 :
- 2011-05-24 18:32:36
- 조회수 :
- 4,121
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
전자 정부 표준 프레임웍 설치 하여 공통 모듈(소스) 적용 하여
login 까지 실행이 되었습니다
배포 파일과 다르게 소스 쪽에는 이미지, lib 등 없는것들은 배포 팔일이나
all 버전에서 가져다 넣고 실행 하였습니다.
1. jsp/ html 파일에서 다음과 같은 tag 문제
/emg_test/src/main/resources/gpkisecureweb/install.html
Multiple annotations found at this line:
- No start tag (<td>).
- Invalid location of tag (td).
/emg_test/src/main/resources/log4j.xml
The file cannot be validated as the XML
Schema "C:\eclipse-egovframe-win32-1.1.1
\workspace\emg_test
\src\main\resources\log4j.dtd (지정된 파일을 찾을 수 없습니
다)" that is specified as describing the syntax
of the file cannot be located.
/emg_test/src/main/webapp/html/egovframework/cmm/utl/htmlarea/example.html
Multiple annotations found at this line:
- Attribute value (javascript:editor_insertHTML() not closed.
- Undefined attribute name (yellow).
- Invalid character used in text string (',1);">Highlight selected text).
- Undefined attribute name (background-color:).
- Start tag (<a>) not closed.
- Undefined attribute name (yourFieldNameHere).
뭐 대략 이런 태그성 문제 들입니다.
2. GPKI 적용 문제
tomcat6 에서 환경 설정 가이드 부탁드립니다.
감사합니다 항상 건강하세요
login 까지 실행이 되었습니다
배포 파일과 다르게 소스 쪽에는 이미지, lib 등 없는것들은 배포 팔일이나
all 버전에서 가져다 넣고 실행 하였습니다.
1. jsp/ html 파일에서 다음과 같은 tag 문제
/emg_test/src/main/resources/gpkisecureweb/install.html
Multiple annotations found at this line:
- No start tag (<td>).
- Invalid location of tag (td).
/emg_test/src/main/resources/log4j.xml
The file cannot be validated as the XML
Schema "C:\eclipse-egovframe-win32-1.1.1
\workspace\emg_test
\src\main\resources\log4j.dtd (지정된 파일을 찾을 수 없습니
다)" that is specified as describing the syntax
of the file cannot be located.
/emg_test/src/main/webapp/html/egovframework/cmm/utl/htmlarea/example.html
Multiple annotations found at this line:
- Attribute value (javascript:editor_insertHTML() not closed.
- Undefined attribute name (yellow).
- Invalid character used in text string (',1);">Highlight selected text).
- Undefined attribute name (background-color:).
- Start tag (<a>) not closed.
- Undefined attribute name (yourFieldNameHere).
뭐 대략 이런 태그성 문제 들입니다.
2. GPKI 적용 문제
tomcat6 에서 환경 설정 가이드 부탁드립니다.
감사합니다 항상 건강하세요
A
안녕하십니까? 이용우님..
우선 오류로 표시되는 부분은 실제 운영상의 문제가 아니라..
eclipse 상에서 validator이 관련된 문제들을 reporting하고 있는 것입니다.
이 부분은.. 그냥 무시하시거나.. eclipse 설정 상으로 해당 validator을 설정을 변경하실 수 있습니다.
설정 변경은 Windows -> Preferences를 선택하시고..
오른쪽 항목 중에.. "Validation"을 선택하셔서..
"JSP * Validator", "XML * Validator" 등을 해제 하시면 됩니다.
두번째 질문은..
tomcat이라고 해서 별도의 설정이 있지는 않습니다.
참조하실 수 있는 가이드는 공통컴포넌트 중 "GPKI 인증서 로그인"(다음 URL 참조)의 "환경 설정" 부분을 참조하시면 되실 것 같습니다.
http://www.egovframe.org/wiki/doku.php?id=egovframework:gpki_%EC%9D%B8%EC%A6%9D%EC%84%9C_%EB%A1%9C%EA%B7%B8%EC%9D%B8
GPKI의 구체적인 가이드는 GPKI를 배포받으실 때에 제공되는 가이드를 참조하시면 되실 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
우선 오류로 표시되는 부분은 실제 운영상의 문제가 아니라..
eclipse 상에서 validator이 관련된 문제들을 reporting하고 있는 것입니다.
이 부분은.. 그냥 무시하시거나.. eclipse 설정 상으로 해당 validator을 설정을 변경하실 수 있습니다.
설정 변경은 Windows -> Preferences를 선택하시고..
오른쪽 항목 중에.. "Validation"을 선택하셔서..
"JSP * Validator", "XML * Validator" 등을 해제 하시면 됩니다.
두번째 질문은..
tomcat이라고 해서 별도의 설정이 있지는 않습니다.
참조하실 수 있는 가이드는 공통컴포넌트 중 "GPKI 인증서 로그인"(다음 URL 참조)의 "환경 설정" 부분을 참조하시면 되실 것 같습니다.
http://www.egovframe.org/wiki/doku.php?id=egovframework:gpki_%EC%9D%B8%EC%A6%9D%EC%84%9C_%EB%A1%9C%EA%B7%B8%EC%9D%B8
GPKI의 구체적인 가이드는 GPKI를 배포받으실 때에 제공되는 가이드를 참조하시면 되실 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.