반응형

비전공자의 개발자 고분구투기 3

react-boilerplate에서 svg 파일이 안 보일 때

https://github.com/react-boilerplate/react-boilerplate GitHub - react-boilerplate/react-boilerplate: :fire: A highly scalable, offline-first foundation with the best developer experie:fire: A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. - react-boilerplate/react-boilerplategithub.com  문제 :해당 react-boilerplate에서 svg 파일..

intellij에서 tomcat server 설정값 On 'update' action에 update classes and resources 항목이 없어요

이클립스는 아무 설정을 하지 않아도 tomcat 서버에서 jsp, html, css와 같은 정적 페이지는 새로고침만 하면 변경사항이 반영됐는데 intellij는 그러려면 환경설정이 따로 필요하단다 그래서 사람들이 시키는대로 edit Configuration에서 tomcat 서버 설정으로 들어가서 On 'Update' action, On frame deactivation 설정을 update classes and resources 항목으로 바꾸려는데 위의 화면처럼 아무리 봐도 update classes and resouces항목은 없고, Hot swap classes만 있는거다 나는 인텔리제이 버전이 바뀌면서 항목이 바뀐줄 알았는데 알고보니 서버 설정의 Deploment 설정에서 artifact 가 그냥 w..

톰캣 로그로 일정 기간 내의 접속자 수(페이지 조회 수) 텍스트 파일로 추출 하는 쉘 스크립트 구문

전제 방문자(엑세스)를 기록한 로그파일이 생성되어 있어야 함 (엑세스 로그 파일 이름이 localhost_access_log.2023-01-01.txt 같은 형태라고 가정) 스크립트 # 이전 기록 삭제 > ./기록할 텍스트 파일 이름.txt #=========[로그 추출 기간 입력]=========== startDate="2023-12-01" endDate="2023-12-19" #========================================= # 로그 파일 추출을 위한 변수 logDir="/톰캣이 있는 폴더 경로/tomcat/apache-tomcat-9.0.64/logs/" logFilePattern="localhost_access_log.*.txt" logFile="/톰캣이 있는 폴더 경로..

반응형