Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- xargs
- Windows
- VirtualBox
- Eclipse
- profile
- 줄바꿈 문자
- grep
- import
- bash
- Windows 10
- JavaScript
- plugin
- resource
- ssh
- Quartz
- context
- lsof
- 단축키
- find
- web.xml
- port
- IntelliJ
- Mac
- GIT
- tomcat
- netsh
- vscode
- maVen
- Source
- 네트워크
Archives
- Today
- Total
develog
[tomcat] response header, server 삭제하기 본문
response header 에 server 값에 서버 정보가 노출되고 있음
tomcat 서버의 conf/server.xml 파일을 수정한다
- Connector 항목의 server 속성을 임의의 값으로 수정한다
server 헤더를 삭제한 후
Comments