On Thu, Aug 12, 2004 at 08:00:57PM -0300, Emerson Cargnin wrote: : org.xml.sax.SAXParseException: Element "web-app" does not allow : "servlet" here. : : The problem is that I can not identify what app yhas the error. : That's just a suggestion for the dev team.
Quick and dirty: if the apps are all exploded-dir format, not WAR format, write a loop that will call an XML validation tool on all of the deployment descriptors. Less dirty: in the Tomcat logs, the name of the context being deployed should be just a few lines above the error. Long-term: explain to your dev teams that they will experience endless pain if they ever deploy another troublemaking webapp. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
