Server5 aws ec2 nginx80포트 -> 톰캣 8181 포트 리다이렉트 https://gdtbgl93.tistory.com/96 nginx 설치후 설정파일에 location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. proxy_pass http://localhost:8080; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; } 톰캣 포트로 맵핑 될수 있게 설정해주면 된다. 2020. 11. 5. 리눅스 자바 설치 aws https://gaemi606.tistory.com/127 2020. 11. 4. centOS 에 오라클 설치하기 (AWS) xxsiyoung.tistory.com/3 2020. 10. 19. linux 서버에 tomcat 설치하기 1. tomcat.apache.org Apache Tomcat® - Welcome! The Apache Tomcat® software is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. The Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket specifications ar tomcat.apache.org 여기서 다운 받은뒤 2. /usr/local 에다가 설치 하고 symbol 설정 (ln -s target symbol) 3. vi etc/.. 2020. 10. 19. 이전 1 2 다음