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 |
Tags
- web.xml
- resource
- IntelliJ
- maVen
- profile
- Windows 10
- Windows
- find
- ssh
- JavaScript
- 단축키
- plugin
- port
- xargs
- Eclipse
- 네트워크
- Source
- netsh
- GIT
- lsof
- VirtualBox
- 줄바꿈 문자
- grep
- bash
- Mac
- vscode
- context
- import
- tomcat
- Quartz
Archives
- Today
- Total
develog
[Eclipse] Could not publish server configuration for Tomcat v6.0 Server at localhost. 본문
IDE/eclipse
[Eclipse] Could not publish server configuration for Tomcat v6.0 Server at localhost.
냐옴 2014. 12. 21. 10:57에러:
Could not publish server configuration for Tomcat v6.0 Server at localhost. |
해결: path 가 동일 경로로 잡혀있는 부분 수정
Servers 프로젝트 server.xml <Context docBase="_test_Maven3" path="/_test_Maven3" source="org.eclipse.jst.jee.server:_test_Maven3" /> <Context docBase="test_SpringMVC" path="/_test_Maven3" source="org.eclipse.jst.jee.server:test_SpringMVC" /> |
'IDE > eclipse' 카테고리의 다른 글
[Eclipse] eclipse exit code 13 (0) | 2015.02.10 |
---|---|
[Eclipse] Runnable jar (0) | 2015.01.08 |
[eclipse] Maven, Dynamic Web Module 2.5 (0) | 2014.12.08 |
[eclipse] eclipse, line delimiter (0) | 2014.11.24 |
[eclipse] 단축키 (0) | 2014.10.21 |
Comments