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
- Mac
- bash
- VirtualBox
- 네트워크
- Windows 10
- ssh
- Windows
- resource
- context
- 줄바꿈 문자
- Eclipse
- tomcat
- vscode
- grep
- web.xml
- 단축키
- find
- port
- lsof
- xargs
- netsh
- plugin
- profile
- GIT
- IntelliJ
- Source
- maVen
- JavaScript
- Quartz
- import
Archives
- Today
- Total
develog
[Tomcat] tomcat8, LegacyCookieProcessor 본문
증상
tomcat 8 에서 쿠키에 도메인 셋팅시 '.mydomain.com' 처럼 '.' 을 사용하면 에러가 발생 |
에러
java.lang.IllegalArgumentException: An invalid domain [.mydomain.com] was specified for this cookie |
조치
context.xml 파일에 아래 내용 |
<Context> <CookieProcessor className="org.apache.tomcat.util.http.LegacyCookieProcessor" /> </Context> |
'Web & WAS > Tomcat' 카테고리의 다른 글
[tomcat] CATALINA_HOME vs CATALINA_BASE (0) | 2019.01.31 |
---|---|
[Tomcat] start timeout (0) | 2018.11.07 |
[Tomcat] context.xml configuration (0) | 2017.04.19 |
[Tomcat] Tomcat 7, 400 Bad Request (0) | 2017.04.13 |
[Tomcat] manager does not exist (0) | 2016.11.25 |
Comments