I've been developing a web application in JBuilder using Tomcat 3.2 with great success. Now it's time for the real world. I'm deploying my app on Tomcat 4.0.3 on Solaris and I'm having problems with my web.xml. When Tomcat starts, it gives me the following error:
2002-03-20 10:47:48 ContextConfig[/online] Parse error in application web.xml org.xml.sax.SAXParseException: The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,servlet*,servlet-mapping* ,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-ref*,securi ty-constraint*,login-config?,security-role*,env-entry*,ejb-ref*)". OK, so it's just validating my web.xml against the DTD. BUT... my web.xml is correct. If I remove the leading tab characters from the lines of web.xml and replace them with plain spaces, it parses just fine. What gives?!?!? Since when are tabs not legal whitespace?!?!?! Jeff -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
