MySQL
웹서버설정xml에서 Error가 발생하는 경우
시반
2006. 7. 4. 22:28
[Error]
The reference to entity "characterEncoding" must end with the ';' delimiter.
[원인]
...&characterEncoding=euckr
--> xml에서 &를 참조자로 인식하기 때문에 발생한 Error..
[조치]
&를 &로 변경하여 준다..
예) jdbc:mysql://localhost:3306/ISM_LOG?useUnicode=true&characterEncoding=euckr