Am Donnerstag, 25. August 2005 18:45 schrieb Hugo Osorio: > Hello everybody > > i am running Version: Apache Tomcat/5.0.29 on FreeBSD > > i have been working with apache forrest, but i haven't do anything to > Tomcat configuration > > all of a sudden i've got this message, and catalina.sh begins to start, but > it launch error messages, i cannot see anything at localhost:8080 > > > this is the message, any help?: thank you > > zulu# ./catalina.sh run & > [1] 1530 > zulu# Using CATALINA_BASE: /usr/local/jakarta-tomcat5.0 > Using CATALINA_HOME: /usr/local/jakarta-tomcat5.0 > Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat5.0/temp > Using JAVA_HOME: /usr/local/jdk1.4.2 > Aug 25, 2005 4:48:03 PM org.apache.commons.digester.Digester fatalError > SEVERE: Parse Fatal Error at line 458 column 9: The element type "Context" > must be terminated by the matching end-tag "</Context>". > org.xml.sax.SAXParseException: The element type "Context" must be > terminated by the matching end-tag "</Context>". [...] > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:424) > Catalina.start using conf/server.xml: org.xml.sax.SAXParseException: The > element type "Context" must be terminated by the matching end-tag > "</Context>". > org.xml.sax.SAXParseException: The element type "Context" must be > terminated by the matching end-tag "</Context>". > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) [...]
Your server.xml is broken (it's not well-formed XML). Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
