일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- ReactJS
- Gradle
- 맛집
- redis
- jsp
- Spring Batch
- Oracle
- elasticsearch
- tool
- Spring Boot
- devops
- IntelliJ
- JVM
- Spring
- jenkins
- Git
- 요리
- Web Server
- springboot
- db
- MySQL
- linux
- AWS
- php
- javascript
- laravel
- ubuntu
- it
- java
- Design Patterns
Archives
- Today
- Total
아무거나
tomcat 포트번호 변경 본문
반응형
** 톰캣 포트번호 변경
톰캣설치경로/conf/server.xml 설정파일에서 변경하자.
[변경할 내용부분]
<!-- A "Connector" represents an endpoint by which requests are received
and responses are returned. Documentation at :
Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
Java AJP Connector: /docs/config/ajp.html
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL/TLS HTTP/1.1 Connector on port 8080
-->
<Connector connectionTimeout="20000" port="8090" protocol="HTTP/1.1" redirectPort="8443"/>
반응형
'Infra > Tomcat' 카테고리의 다른 글
[ubuntu] 톰캣 설치 및 서로 다른 포트로 동시에 띄우기 (0) | 2019.04.24 |
---|---|
소스 프리징 현상(소스반영이 안될 때) (0) | 2018.12.06 |
Comments