JSP (44) 썸네일형 리스트형 [JSP] tcnative-1.dll 서버 에러 문제 정보: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin~~ 해결방법 1. tcnative-1.dll 1.1.30버전 설치(본인 OS버전이나 JDK버전에 따라 다름) 버전별 tcnative 다운방법: https://coding-house.tistory.com/32 [JSP] tcnative-1.dll 다운 tcnative-1.dll 버전별 다운 받는 곳: http://archive.apache.org/dist/tomcat/tomcat-conn.. [JSP] tcnative-1.dll 다운 tcnative-1.dll 버전별 다운 받는 곳: http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ Index of /dist/tomcat/tomcat-connectors/native archive.apache.org 1.1.30버전일경우 1.1.30/binaries/tomcat-native-1.1.30-win32-bin.zip 다운 (OS가 다를경우 그에 해당하는 파일 다운) 압축해제 후 32bit tcnative-1.dll은 tomcat-native-1.1.30-win32-bin\bin에 위치해 있고, 64bit tcnative-1.dll은 tomcat-native-1.1.30-win32-bin\bin/x64에서 확인가능 JDK/bin에.. [JSP] struts 사진 업로드시 엑박문제 Tomcat 서버의 Context 경로 하위로 upload경로 설정 Servers 프로젝트 내부 server.xml 사진 업로드 디렉토리 C:\workspace\mall\WebContent\goods\upload mall 프로젝트 java파일 upload설정 부분 private String fileUploadPath = \\WebContent\\goods\\upload\\; Context docBase="mall" path="/mall" reloadable="true" source="org.eclipse.jst.jee.server:mall"/ [JSP] 한글 Unicode로 변경 1. 이클립스에 첨부파일 복사 2. 파일 열기 3. 파일의 4번째줄 이후로 한글 입력 이전 1 ··· 3 4 5 6 다음