전체 글 썸네일형 리스트형 ssl keystore SSL, tomcat and self signed certificatesI have been through the process of getting an application to work via https before but I have always muddled through and never documented exactly what I have done. I must also admit that I never quite understood exactly what I had done and why. One problem is that I can not find one place that covers everything you need in one place. Now I think I am prett.. 더보기 Configuring SSL for Tomcat 7 on Windows There are dozens of guides for getting SSL working on Tomcat, but I never find one that quite fits the bill, so here’s my super-short guide to configuring Tomcat 7 (7.0.37) on Windows to serve SSL-encrypted requests for testing purposes only.1. Install & Setup OpenSSLYou need OpenSSL to generate a certificate and a server key. You can download a binary release of OpenSSL from here: http://slprow.. 더보기 openSSL 을 이용한 zeus webserver 설정 참고사이트 : http://blog.naver.com/PostView.nhn?blogId=satang50&logNo=127332595서버인증서 SSL구축은 첨부파일 행정전자서명_SSL_구축가이드Ver3_201006.pdf 참조 I. 유닉스 1. 인증기관 생성 다음 두가지 중에서 한가지 선택하여 실행(1 또는 2 둘중에서.)1) CA -newca 2) webtob/ssl 디렉토리에서 다음 순서되로 실행 mkdir demoCA mkdir demoCA/private echo '01' > demoCA/serial touch demoCA/index.txt mkdir demoCA/newcerts openssl req -config wbssl.cnf -new -x509 -keyout demoCA/private/cak.. 더보기 dojo를 이용한 vworld map 띄우기 Just an example 더보기 지도위에 구글차트 띄우기 더보기 JS 생성자?? 프로토 타입??? The Constructor PatternConstructor – 생성자 – 는 특별한 타입의 객체를 생성하는데 사용됩니다. 자바스크립트에서는 함수가 생성자의 역할을 할 수 있습니다. 그래서 객체를 생성하는데 사용되는 함수를 생성자 함수 – Constructor function – 이라고 합니다. 생성자 함수는 매개변수를 설정할 수 있고, 그것을 생성자 함수를 통해 생성될 객체의 프로퍼티들에 초기값을 주는데 사용할 수 있습니다.Basic Constructors자바스크립트에서 생성자 함수를 사용하는 방법은 인스턴스를 만드는 타당한 방법이라고 생각됩니다. 자바스크립트에는 다른 객체지향 언어에서 사용하는 클래스가 없지만 생성자 함수가 그와 유사한 역할을 할 수 있습니다. new 키워드와 함께 생성자 함수를 실.. 더보기 JSP Servlet 호출 톰캣 설정 1. Tomcat6.0 -> conf -> web.xml 파일에서 invoker를 포함한 태그의 주석을 해제한다. invoker org.apache.catalina.servlets.InvokerServlet debug 0 2 invoker /servlet/* 2. 톰캣을 실행해도 아래와 같은 에러가 난다. 톰캣 6.x 버전부터는 서블릿 리로딩에 관련된 설정을 해주어야 한다. java.lang.SecurityException: Servlet of class org.apache.catalina.servlets. InvokerServlet is privileged and cannot be loaded by this web application Tomcat6.0 -> conf -> context.xml 파일을 .. 더보기 oracle 날짜 관련 함수 select /* 오늘날짜 시분초 포함*/ to_char(sysdate,'yyyy/mm/dd hh24:mi:ss') from dual select /* 오늘날짜 00시 00분 00초 */ to_char(trunc(sysdate),'yyyy/mm/dd hh24:mi:ss') from dual select /* 오늘날짜 00시 00분 00초 위와 동일*/ to_char(trunc(sysdate,'dd'),'yyyy/mm/dd hh24:mi:ss') from dual select /* 이번달 1일 00시 00분 00초 */ to_char(trunc(sysdate,'mon'),'yyyy/mm/dd hh24:mi:ss') from dual select /* 올해 1월 1일 00시 00분 00초 */ to_char.. 더보기 이전 1 ··· 11 12 13 14 15 16 다음 목록 더보기