tomcat4 [other] tomcat - 403 Access Denied 상황 aws에서 tomcat을 배포하던 중 tomcat 화면은 정상적으로 접속이 된다. Manager App을 클릭하면 위와 같은 화면이 뜬다. 위의 안내문에서 설명해준 대로 context.xml 설정을 수정해 주겠다. /opt/tomcat/webapps/manager/META-INF/context.xml파일을 vi로 열어준다. 위의 Valve 태그 부분을 이렇게 주석 처리를 해준다. tomcat을 실행하고 Manager App을 클릭하면 로그인 정보를 입력하면 manager app 페이지에 정상적으로 접속을 할수가 있다. 2024. 7. 1. [linux] ubuntu에서 tomcat 기본 포트 변경하기 https://medium.com/@DevOpsfreak/how-to-change-the-default-port-of-apache-tomcat-in-ubuntu-and-red-hat-os-a-step-by-step-guide-fb01edaae260 How to Change the Default Port of Apache Tomcat in Ubuntu and Red Hat OS: A Step-by-Step GuideUbuntu OS: A Step-by-Step Guidemedium.com 2024. 6. 27. [Other] tomcat과 apache의 차이 https://www.theserverside.com/video/Tomcat-vs-Apache-HTTP-Server-Whats-the-difference Tomcat vs. Apache HTTP Server: What's the difference? | TheServerSideWhat's the difference between Tomcat and Apache? It's a question developers hear frequently. But, when worded that way, it contains some misleading assumptions. Normally, when people ask this question, they really want to know, "What's the dif.. 2024. 6. 13. [Linux] Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server linux에서 스프링 부트 프로젝트 실행하다 tomcat이 실행 실패했다. 에러문의 마지막쯤에 오니 SocketException도 발생 찾아보니 linux에서는 well known포트로 지정되어 있는 것은 사용할수 없다고 한다.(0~1023) 현재 tomcat의 서버 포트를 80번으로 설정해 주어서 그런거 같다. 포트번호를 well-known포트 범위 밖의 포트번호로 수정해 주어서 해결 well-known 포트도 사용할수 있게하는 방법은 아래의 글을 참고 https://was-master.tistory.com/6 WebtoB - Linux 에서 1024 이하 well-known 포트를 사용하도록 설정하기Linux 환경에서는 well-known 포트 (1~1024 포트) .. 2024. 5. 25. 이전 1 다음