서버운영 (TA, ADMIN) (173) 리스트형 [톰캣] 아파치톰캣 알아보기(1) Apache HTTP Server를 배치하는 경우 Tomcat Connector(mod_jk)를 통해 연결하는 것을 전제로 한다. nginx와 같은 웹서버 제품과 연결하여 구성할 수도 있다. Tomcat은 웹 애플리케이션 서버이면서 하나의 자바 애플리케이션이다. Tomcat을 기동하기 위해서는 JRE(Java Runtime Environment)환경에서 JVM상 o.a.catalina.startup.Bootstrap 클래스를 실행해야 한다. 컨트롤러 기기란? yum(Yellowdog updater, Modified): 레드햇 계열 리눅스 패키지 관리 도구 apt(Advanced Packaging Tool): BSD 계열 리눅스 등에 포팅된 패키징 툴 32bit 자바의 최대 사용 가능 메모리를 2^32(4.. [톰캣] 포트와 커넥터 Tomcat이 사용하는 포트는 총 4개로 각각 HTTP, HTTPS, AJP, 그리고 Shutdown 포트이다. 그런데 각 프로토콜이나 기능을 사용하지 않는다면 해당 포트는 설정하지 않아도 된다. 예를 들어 보안 통신 기능을 사용하지 않으면 HTTPS 포트는 설정하지 않는다. 또한 Apache HTTP Server 없이 Tomcat 단독으로 사용한다면 AJP 포트 설정이 필요 없다. [인프라] 아티팩트 저장소(artifact repository) 보호되어 있는 글입니다. Caused by: java.sql.SQLException: null, message from server: "Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug" Caused by: org.apache.commons.dbcp.SQLNestedException: Error preloading the connection pool at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1398) ~[commons-dbcp-1.4.jar:1.4] at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044) ~[commons-dbcp-1.4.jar:1.4] at b612cam.infrastructure.deprecated.datasource.DataSourceInitializer.(DataSour.. [Nginx] Building an API Gateway with Lua and Nginx Nginx_with_lua https://yos.io/2016/01/28/building-an-api-gateway-with-lua-and-nginx/ API_Gateway_Pattern https://microservices.io/patterns/apigateway.html lua-nginx-module https://github.com/openresty/lua-nginx-module Lua 5.1 Reference http://www.lua.org/manual/5.1/manual.html The various *_by_lua, *_by_lua_block and *_by_lua_file configuration directives serve as gateways to the Lua API within .. 이전 1 ··· 13 14 15 16 17 18 19 ··· 35 다음 목록 더보기