I tried to add a xsd for the configuration of tomcat. But I could not find any. Can somebody provide server.xml xsd and also for context.xml. Don't understand why apache does not have some on their web site.
<?xml version="1.0" encoding="UTF-8"?>
<Server port="8005" shutdown="SHUTDOWN">
<Listener className="org.apache.catalina.startup.VersionLoggerListener"/>
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on"/>
...