1. 설치가진행 안될때 : 설치가 진행 안되서 수동으로 설치하는법을 알려드리겠습니다. 젠킨스 jenkins 수동 설치방법 이런 Error 가 발생해서 설치가 안되었을때 수동 설치. Reading package lists... Done Building dependency tree Reading state information... Done Package jenkins is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'jenkins' has no ins..
전체 보기
1. 톰캣 홈페이지에 접속합니다. https://tomcat.apache.org/download-80.cgi Apache Tomcat® - Apache Tomcat 8 Software Downloads Welcome to the Apache Tomcat® 8.x software download page. This page provides download links for obtaining the latest versions of Tomcat 8.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versions tomcat.apache.org 2. 홈페이지에 접속..
1. JenKins 란 무엇인가 ?? ✔️ 배포와 빌드 서버 어플리케이션에 기능을 추가하려면 개발자가 노트북에서 개발을 완료하고 테스트까지 한 다음에 이상이 없을 시 사용자가 사용할 수 있게 수정된 내용을 서버에 반영해야 한다. 이중에서 배포 : 수정된 내용을 서버에 반영하는 것 빌드 : 기능을 추가할 때, 개발자가 노트북에서 개발을 완료하고 테스트까지 한 다음에 이상이 없는 지 확인하는 과정(배포하기 위한 준비 과정) ✔️ 그래서 jenkins로 주로 어떤 걸 하는걸까? (이해한 내용) 사용자가 github repository 생성 후, project push -> aws ec2에 libs 파일을 생성 한다. 이후, jenkins에서 배포 및 빌드를 자동화를 할시, 사용자가 github에 push할 때..
https://honeyinfo7.tistory.com/173 Cafe24 톰캣 Out of Memory Error 해결 오늘 어느정도 일단락된 프로젝트를 Cafe24 웹서비스에 올렸는데 java.util.concurrent.executionexception: java.lang.outofmemoryerror: metaspace 와 같은 메시지와 함께 서비스가 안올라가지는 현상이 발견되었다. honeyinfo7.tistory.com 오늘 어느정도 일단락된 프로젝트를 Cafe24 웹서비스에 올렸는데 java.util.concurrent.executionexception: java.lang.outofmemoryerror: metaspace 와 같은 메시지와 함께 서비스가 안올라가지는 현상이 발견되었다. 그래서..
1. 이전 third 번째 버전을 카피합니다. - Poll Scm ( cron 자동 배포 ) = > DIsable ( 종료 ) - 빌드후 조치 Deploy war/ear to a container ( 종료 ) . ssh 로 진행 - send build artifacts over SSH 사용 -- SSH 서버 name = [ 대쉬보드 > public over ssh 에서 설정한 이름 ] ex ) docker-server Transfer set - source file : build/lib/*.war - Remove prefi : build/lib - Remove directory : . ( root 경로 = . )