NginX -X-Forwarded-For-
nginx 와 tomcat 을 이용하여 웹 서비스 구축 시 nginx 로 들어온 요청을 reverse proxy형태로…
Read Morenginx 와 tomcat 을 이용하여 웹 서비스 구축 시 nginx 로 들어온 요청을 reverse proxy형태로…
Read More자바에서 사용하는 정규 표현 Pattern과 Matcher를 제대로 사용할 수 없어, 아래와 같은 자료를 찾아 유용히…
Read More라이브러리를 배포하려는데, 혹은 다른 곳에서 만든 라이브러리의 maven 기반 소스를 가지고 가져오려는데 이 라이브러리가 의존하는…
Read Morepublic class Context { private Context() { } private static class SingletonHolder { private static…
Read MoreNIO and the Servlet API From Gregw============================================================= Taylor Crown has written a short paper regarding…
Read Moreprivate static String convertToHex(byte data) { StringBuffer buf = new StringBuffer(); for (int i =…
Read More로깅…전략을 어떻게 가져가야 하는가? When Static References to Log objects can be used There are…
Read More관점지향 프로그램에 관한 글을 얻었습니다. 다소 오래 된 글인것 같기도 합니다. Aspect-Oriented Programming with AspectJ…
Read MoreSharing Resources Using the Servlet Context l Servlet Context 1. 모든 환경 정보를 가지고 있음…
Read More