Hi
I'm writing a web
app in Tomcat, which uses a SAX Parser for parsing an XML. I'm specifying the
Schema file (ConfigUpdate.xsd) to the SAX Parser by setting a property as
follows:
parser.setProperty(SCHEMA_LOCATION_PROPERTY_ID,
SCHEMA_LOCATION_PROPERTY_VALUE );
However, parser is
not able to find the xsd file at the run time.
Where should I put
the xsd file in Tomcat, so that SAX Parser can read it at run
time?
thanks,
Naresh