Is there an XML schema for the Tomcat 6 context.xml?

context.xml, tomcat, xsd

Solution

Sorry, no. There is no XML schema for context.xml.

Problem

NetBeans has great support for showing the nodes and attributes available in an XML, but it needs to load the schema. Is there one for Tomcat's context container XML?

Original source