everytime i try to deploy my application i get the following message:
 
PARSE error at line 18 column -1
org.xml.sax.SAXParseException: org.apache.crimson.parser/V-036 web-app servlet
Starting service Tomcat-Apache
Apache Tomcat/4.0-b3
 
and the reason for this are in the web.xml:
 
....
<web-app>

  <welcome-file-list>
    <welcome-file>techSupp.html</welcome-file>
  </welcome-file-list>
 
  <servlet>                   <--line 18
    <servlet-name>techSup...
 
 
without the <welcome-file-list> tags the deploying - is no problem. but with it i get a the parse error.
but i donīt know why.
please help
 
thx christian kuehrt

Reply via email to