증상 : jsp 작업중 IO Stream을 import하여 작업시 500에러(null point exception 발생
원인 : eclipse에서 작업폴더에 해당 io로 접근할 소스파일을 직접 넣지 않아 tomcat 구동시에 배포가 안되어 null point exception이 발생함
해결 : eclipse에서 해당 작업폴더에 stream io로 접근할 소스파일을 copy하여 넣음