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 | 29 | 30 | 31 |
Tags
- push
- setting
- Check
- 앱스토어
- UITableView
- 페이백
- 아이폰7
- simulator
- afterdelay
- Example
- error
- IOS
- 샘플
- 보라카이
- 얻는법
- LG유플러스
- 포켓몬 GO
- Bitcode
- UIView
- 신도림 테크노마트
- 스마트폰
- Xcode
- 공략
- loop
- swift3
- 포켓볼
- 신도림
- 해몽
- GCD
- swift
Archives
- Today
- Total
도래울
톰캣 외부에서 접속하기 본문
톰캣에서 서버에서 localhost 로는 접속이 되는데 외부에서 서버IP로 접근할 때 페이지가 안열리는 경우
server.xml 의 connector 태그에 address="0.0.0.0" 을 추가한다.
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" address="0. |
Comments