일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Quartz
- Windows
- grep
- IntelliJ
- 줄바꿈 문자
- Windows 10
- tomcat
- Source
- 네트워크
- Eclipse
- maVen
- netsh
- bash
- xargs
- VirtualBox
- import
- Mac
- resource
- context
- plugin
- ssh
- 단축키
- port
- vscode
- lsof
- JavaScript
- web.xml
- find
- GIT
- profile
- Today
- Total
목록Web & WAS (25)
develog
Set the CATALINA_OPTS env var to-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true http://stackoverflow.com/questions/9719224/coding-forward-and-backward-slashes-in-tomcat-7http://stackoverflow.com/questions/41053653/tomcat-8-is-not-able-to-handle-get-request-with-in-query-parametershttp://taesikman1.tistory.com/64
▶ 톰캣 실행시 오류- manager does not exist or is not a readable directoryjava.lang.IllegalArgumentException: Document base C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\manager does not exist or is not a readable directory ▶ 조치- manager.xml 아래 파일 삭제 후 재실행C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\Catalina\localhost\manager.xml
▶ Apache Lounge 접속 - https://www.apachelounge.com/download/VC11/ ▶ vcredist_x64/86.exe, 다운로드 및 설치 - Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030 ▶ httpd-2.4.20-win64-VC11.zip, 다운로드 및 설치 - Apache 2.4.20 Win64 (VC11) - 압축해제, C:\Apache24\ ▶ httpd.conf 수정 - ServerName localhost:80 ▶ 실행되는지 확인 - http://localhost/ 접속 - 'It works!' 표시되는지 확인 ▶ Windows 서비스로 등록, 해제 - httpd.exe -k install - ..
http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html name default value driverClassName url username password initialSize Default: 0 maxWait Default: -1 (infinite) maxActive Default: 8 maxIdle Default: 8 minIdle Default: 0 validationQuery validationQueryTimeout Default: -1 (infinite) testOnBorrow Default: true testOnReturn Default: false timeBetweenEvictionRunsMillis Default: -1 (di..
Tomcat 6https://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html Tomcat 7https://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html Tomcat 8https://tomcat.apache.org/tomcat-8.0-doc/jndi-datasource-examples-howto.html
https://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html ----------------------------------------------------------------▶ {TOMCAT_DIR}/conf/server.xml 수정- Host 추가----------------------------------------------------------------수정전) 수정후)----------------------------------------------------------------▶ webapps2/ROOT 폴더 추가---------------------------------------------------------------- :..