1
비슷한 주제가 있었지만 그다지 주목할 부분이 없습니다. 그 때문에 다른 사람들을 생각 나게하는 제목입니다.Tomcat 시작 (기본 web.xml) 문제
나는 Tomcat을 실행하려고 시도했지만 성공한 것은 분명하지만 나에게는 아무것도 표시되지 않습니다. 들어가려고하면 404가 생깁니다. 나는 1200 선을 붙여하지 않습니다, 또한
SEVERE: Parse error in default web.xml
org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
[Loads of stuff like "at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1642)"]
23-Feb-2012 07:59:26 org.apache.catalina.startup.ContextConfig processDefaultWebConfig
SEVERE: Occurred at line 1210 column 1
23-Feb-2012 07:59:26 org.apache.catalina.startup.ContextConfig start
SEVERE: Marking this application unavailable due to previous error(s)
23-Feb-2012 07:59:26 org.apache.catalina.core.StandardContext start
SEVERE: Error getConfigured
23-Feb-2012 07:59:26 org.apache.catalina.core.StandardContext start
SEVERE: Context [/skat] startup failed due to previous errors
23-Feb-2012 07:59:26 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
23-Feb-2012 07:59:26 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
23-Feb-2012 07:59:26 org.apache.catalina.startup.Catalina start
INFO: Server startup in 509 ms
,하지만 내 기본 web.xml는 다음과 같아야 할 것이다 : :
카탈 로그는 다음과 같은 출력을 제공 http://pastebin.com/mXSy6TPK
그것은 1209 선을 가져야한다 하지만 게시했을 때 실수로 새 줄 간격을 제거했습니다. 오류 메시지에서 볼 수 있듯이 오류가없는 줄에서 오류가 발생합니다. 아이디어가 있으십니까?